Help us improve
Share bugs, ideas, or general feedback.
Provides a boilerplate template for Claude Code SKILL.md files, structuring content with overview, quick start, patterns, references, and common issues sections.
npx claudepluginhub leary-poken/ai-dev-kit --plugin databricks-ai-dev-kitHow 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.
Provides a boilerplate template for Claude Code SKILL.md files, structuring content with overview, quick start, patterns, references, and common issues sections.
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.
Provides reference template, structure, frontmatter options, content guidelines, and best practices for creating Claude Code plugin skills.
Share bugs, ideas, or general feedback.
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 |