Stub description — replace with the trigger language for your new skill. Make it pushy on triggers; describe both what to do AND what NOT to do.
Scanned 5/27/2026
Install via CLI
openskills install lomartins/job-hunter-skill---
name: template-skill
description: "Stub description — replace with the trigger language for your new skill. Make it pushy on triggers; describe both what to do AND what NOT to do."
license: Apache-2.0
version: 0.1.0
---
# template-skill
One-paragraph mission and triggers go here. This is the always-loaded part of the skill — keep it lean.
## Forbidden actions
Delete this section if your skill doesn't handle sensitive data. Otherwise, list the exact commands/tools the model must not run, and why.
## CLI surface
```
<your-cli> <verb> <args>
```
## Runtime layout
Where does mutable state live? XDG paths recommended.
## File map
- `scripts/...` — one-line description per major file
## Loading references on demand
Point at `references/*.md` files for deep dives.
## Failure modes and recovery
Symptom → cause → fix.
No comments yet. Be the first to comment!