Agent skill
skill-name
Describe what this skill does and when to use it.
Install this agent skill to your Project
npx add-skill https://github.com/eirenik0/skills/tree/main/templates/skill-name
Metadata
Additional technical details for this skill
- author
- your-name-or-org
- version
- 0.1
SKILL.md
Skill name
When to use
- Add short triggers and keywords that match user requests.
Instructions
- Provide the step-by-step workflow the agent should follow.
- Keep this file concise; move long references to
references/.
Examples
Input:
- Example task description
Output:
- Example result
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
migrate-to-shoehorn
Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.
scaffold-exercises
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
Didn't find tool you were looking for?