Provides boilerplate SKILL.md template for Claude Code with sections for overview, Python examples, patterns, references, and common issues.
npx claudepluginhub databricks-solutions/ai-dev-kit --plugin databricks-ai-dev-kitThis skill uses the workspace's default tool permissions.
A short paragraph explaining what this skill does and when to use it.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
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 |