template

Bootstrap new Databricks Skills with standardized Markdown and frontmatter.

1.8k|404|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/databricks-solutions/ai-dev-kit --skill template-databricks-solutions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template
Source: https://github.com/databricks-solutions/ai-dev-kit/tree/main/databricks-skills/TEMPLATE
Command: npx skills add https://github.com/databricks-solutions/ai-dev-kit --skill template-databricks-solutions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template provides a ready-to-use skeleton for creating Databricks Skills, ensuring consistent structure and frontmatter so new Skills can be added quickly with minimal boilerplate.

Core Features & Use Cases

  • Ready-to-use frontmatter and Markdown structure for skill creation.
  • Consistent templates across new Skills, reducing setup time and errors.
  • Examples showing how to organize supporting files (references, samples) within a Skill.

Quick Start

  • Copy this Skill directory to begin a new Skill.
  • Rename the frontmatter name in SKILL.md to your Skill's official name and adjust the description.
  • Replace the body with your Skill instructions and populate any references or samples as needed.

Frequently Asked Questions about template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Databricks Skill using a markdown template?

To create a Databricks Skill, copy the template directory and rename the frontmatter name in SKILL.md to your official skill name. Adjust the description and replace the body with your instructions to finalize the markdown template.

What frontmatter fields are required for Databricks AI Dev Kit Skills?

Databricks AI Dev Kit Skills require frontmatter fields such as name and description. The template enforces these mandatory frontmatter fields alongside a consistent markdown structure to minimize setup errors.

What is the best way to standardize Skill creation for my team?

The best way to standardize Skill creation is using a ready-to-use template that enforces consistent markdown structure and frontmatter. This reduces boilerplate and ensures new Skills align with team documentation standards.

Can I include supporting files when building a Databricks Skill?

Yes, you can include supporting files when building a Databricks Skill. The template provides examples showing how to organize references and samples within your Skill directory alongside the main markdown file.

Why does my new Databricks Skill need frontmatter and a specific structure?

Your Databricks Skill needs frontmatter and a specific structure to ensure proper parsing and onboarding within the AI Dev Kit. Enforcing fields like name and description standardizes documentation and reduces integration errors.