Template for creating new Claude Code skills. Includes structure for overview, quick start, common patterns, reference files, and common issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/databricks-ai-dev-kit:TEMPLATEThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A short paragraph explaining what this skill does and when to use it.
A short paragraph explaining what this skill does and when to use it.
Simple example showing the most common use case:
# Example code or command
example_function(
parameter1="value1",
parameter2="value2"
)
# Simple example
basic_example()
# More complex example
advanced_example(
option1=True,
option2="custom"
)
Link to supporting documentation files if needed:
| Issue | Solution |
|---|---|
| Problem description | How to fix it |
| Another problem | Another solution |
npx claudepluginhub mrjasonroy/ai-dev-kit21plugins reuse this skill
First indexed Jun 10, 2026
Showing the 6 earliest of 21 plugins
Template for creating new Claude Code skills. Includes structure for overview, quick start, common patterns, reference files, and common issues.
Guides creating and editing SKILL.md files for Claude Code skills, covering objectives, when to create, YAML frontmatter requirements, structure, and writing principles like showing patterns with examples.
Generates structured SKILL.md files for new Claude Code skills from purpose descriptions, following templates with frontmatter, usage triggers, steps, and best practices.