template
2
总安装量
1
周安装量
#68066
全站排名
安装命令
npx skills add https://github.com/databricks-solutions/ai-dev-kit --skill template
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
github-copilot
1
claude-code
1
Skill 文档
Skill Name
Overview
A short paragraph explaining what this skill does and when to use it.
Quick Start
Simple example showing the most common use case:
# Example code or command
example_function(
parameter1="value1",
parameter2="value2"
)
Common Patterns
Pattern 1: Basic Usage
# Simple example
basic_example()
Pattern 2: Advanced Usage
# More complex example
advanced_example(
option1=True,
option2="custom"
)
Reference Files
Link to supporting documentation files if needed:
- example_file1.md – Description of what this covers
- example_file2.md – Description of what this covers
Common Issues
| Issue | Solution |
|---|---|
| Problem description | How to fix it |
| Another problem | Another solution |