template

Create a ready-to-use Databricks skill scaffold with Markdown files and optional Python scripts.

31|18|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/ThomazRossito/data-agents --skill template-thomazrossito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template
Source: https://github.com/ThomazRossito/data-agents/tree/main/skills/databricks/TEMPLATE
Command: npx skills add https://github.com/ThomazRossito/data-agents --skill template-thomazrossito

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating a new Databricks skill from scratch requires boilerplate setup and consistent documentation; this template provides a ready-made structure to accelerate development.

Core Features & Use Cases

  • Ready-made scaffold: Includes a SKILL.md with required frontmatter and sections.
  • Example patterns: Provides example_file1.md and example_file2.md showcasing basic and advanced usage.
  • Reference documentation: Lists common issues and links to supporting markdown files. Ideal for data engineers or developers who need to quickly prototype custom Databricks agents.

Quick Start

Copy the TEMPLATE directory, rename it, and customize the SKILL.md and example files to fit your new skill.

Frequently Asked Questions about template

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

FAQPage Schema
How do I scaffold a Databricks skill from scratch?

Scaffold a Databricks skill by copying the template directory, renaming it, and customizing the included SKILL.md and example files to fit your new agent skill requirements.

What is a Databricks skill scaffold and when do I need one?

A Databricks skill scaffold is a ready-made structure with required frontmatter and documentation sections, needed when you want to prototype custom Databricks agents without manual boilerplate setup.

Do I need external libraries to create custom Databricks skills?

No external libraries are required to create custom Databricks skills; the scaffold operates using only Markdown files and optional Python scripts for its core functionality.

What does the Databricks skill template include for building custom agents?

The Databricks skill template includes a SKILL.md with required frontmatter, example_file1.md and example_file2.md showcasing basic and advanced usage, and reference documentation listing common issues.

Can I use this scaffold for both basic and advanced Databricks agent examples?

Yes, you can use the scaffold for both basic and advanced Databricks agent examples, as it provides example_file1.md and example_file2.md that specifically showcase varying usage patterns.