skills/skill-creator/SKILL.md
Create new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development.
npx skillsauth add nibzard/skills-kit skill-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Creates new Agent Skills through interactive wizard or template-based generation. A meta-skill for bootstrapping Claude Code capabilities.
Ask the user which mode they prefer:
Ask these questions in order:
~/.claude/skills/ (just for you).claude/skills/ (shared with team)Available templates in templates/:
| Template | Purpose | Best For |
|----------|---------|----------|
| pr-reviewer | Review pull requests against standards | Teams with code review workflows |
| commit-helper | Generate commit messages from diffs | Projects with commit conventions |
| api-caller | Call external APIs with auth | Integrations with external services |
| code-analyzer | Analyze code quality and patterns | Codebases needing quality checks |
| data-processor | Process CSV/JSON data files | Data transformation workflows |
Always generate:
SKILL.md - Complete with:
.claude-plugin/plugin.json - With:
README.md - With:
examples.md (if skill type includes it) - With:
Conditionally generate:
Before creating files, validate:
--- delimiters)Use Write tool to create files in the selected location.
For target location = "standalone", create full plugin structure:
skill-name/
├── SKILL.md
├── .claude-plugin/
│ └── plugin.json
├── README.md
└── examples.md
After creating files, tell the user:
What Skills are available? should list the new skillReviews pull requests against team standards. Checks for common issues, provides structured feedback format, integrates with git workflow.
Generates conventional commit messages from git diffs. Supports custom commit conventions, formats summaries and body, handles commit types.
Integrates with external APIs. Handles authentication (API keys, OAuth), rate limiting, error responses, request/response parsing.
Analyzes code quality. Detects anti-patterns, suggests improvements, generates quality reports, supports multiple languages.
Processes data files (CSV, JSON, YAML). Validates schemas, transforms data, handles large files, generates outputs.
Bash(python:*))When a skill needs helper scripts:
## Utility Scripts
This skill includes helper scripts for complex operations:
```bash
# Validate input
python scripts/validate.py input.txt
# Transform data
python scripts/transform.py input.csv output.json
### Skill with Reference
For technical/API skills, reference detailed docs:
```markdown
## Technical Reference
For complete API details, see [reference.md](reference.md).
If the skill needs environment setup:
## Requirements
Set these environment variables:
- `API_KEY`: Your service API key
- `ENDPOINT`: API endpoint URL
Install dependencies:
```bash
pip install requests pydantic
## Troubleshooting
### Skill Not Appearing
- Verify SKILL.md path is correct
- Check YAML frontmatter is valid
- Run `claude --debug` to see loading errors
### Description Not Triggering
- Add more specific trigger phrases
- Include keywords users would naturally say
- Test with different query phrasings
### Validation Errors
- Check name is kebab-case only
- Verify description length < 1024 chars
- Ensure YAML has proper `---` delimiters
## Examples
See [examples.md](examples.md) for complete walkthroughs of creating skills in each mode.
content-media
Fetch transcripts from YouTube videos. Use when user asks to get, download, extract, or retrieve YouTube video transcripts, captions, or subtitles. Also activates for video content analysis, summarizing YouTube videos, or processing video content.
tools
Use tmux to run and test our interactive CLI/TUI end-to-end. Includes how to start, send keys, capture output, and cleanly stop (double Ctrl+C).
development
Universal release workflow: detect project type, init versioning if needed, run tests, bump version, tag, push, and create GitHub release. Works with Python, Go, Node.js, Rust, Java, .NET, Ruby, PHP, and multi-language projects.
tools
AI-Powered Security Testing Toolkit - Professional penetration testing scripts for discovering vulnerabilities, analyzing application structure, and generating context-aware security tests. All scripts return structured JSON for agent consumption.