Template for creating new CodeHands skills. Copy this directory and fill in all sections. Use when authoring a new skill.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add VidyaBodepudi/Code-Skills --skill _template --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Template?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vidyabodepudi-template)More formats (shields.io, HTML) on the badges page.
---
name: skill-template
description: >
Template for creating new CodeHands skills. Copy this directory
and fill in all sections. Use when authoring a new skill.
version: 1.0.0
permissions:
- fs.read # Adjust to match your skill's needs
triggers:
- context: "describe when this skill should activate"
- command: "/your-command"
platforms:
- claude-code
- cursor
- gemini-cli
- copilot
- codex
- opencode
- windsurf
- kiro
dependencies: []
model_variants:
claude:
enforcement_style: "human-partner collaborative"
gemini:
enforcement_style: "structured-checklist"
gpt:
enforcement_style: "directive-imperative"
author: your-github-username
signed: false
---
## Overview
[1-2 sentences: What does this skill do? Why does it matter?]
## When to Use
- [Positive trigger: "Use when X"]
- [Positive trigger: "Use when Y"]
- NOT for [exclusion]
- NOT for [exclusion]
## Process
### Phase 1: [Name]
1. **[Action verb] [what to do].** [Why this matters.]
2. **[Next step].** [Details.]
### Phase 2: [Name]
3. **[Continue numbering].** [Details.]
## Common Rationalizations
| Rationalization | Reality |
|---|---|
| "[Excuse agents use to skip a step]" | [Factual rebuttal explaining why the step matters] |
| "[Another common excuse]" | [Another rebuttal] |
## Red Flags
- [Observable sign the skill is being violated]
- [Another sign]
## Verification
- [ ] [Exit criterion — must be verifiable with evidence]
- [ ] [Another criterion]
## See Also
- `codehands:[related-skill]` — [Brief description]
- `references/[related-reference].md` — [Brief description]
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!