template-skill

Create a minimal Skill scaffold with SKILL.md YAML frontmatter and instruction body.

1|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/dashkan/pivox --skill template-skill-dashkan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/dashkan/pivox/tree/main/.agents/skills/template-skill
Command: npx skills add https://github.com/dashkan/pivox --skill template-skill-dashkan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a ready-to-edit starting point for creating a new Skill unit so you can quickly define its name, description, and instructions.

Core Features & Use Cases

  • Skill scaffolding: Establishes the required SKILL.md YAML frontmatter for discovery.
  • Instruction placeholder: Gives a clear spot to paste the operational instructions the AI should follow.
  • Use case: Create a consistent new Skill for any task (e.g., automating a workflow or guiding a decision) without repeatedly writing the boilerplate.

Quick Start

Replace the frontmatter description and paste your operational instructions after the YAML section so the Skill becomes discoverable and usable.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new AI skill using a markdown template?

To create an AI skill, use a markdown template with YAML frontmatter for discovery and a body for instruction content. Place the file at the root as SKILL.md to ensure activation and standardization.

What is YAML frontmatter and why is it needed for skill authoring?

YAML frontmatter is a metadata block at the top of a markdown file used for skill discovery. It defines the skill's name and description so AI tooling can identify and activate the standardized skill unit.

How do I standardize onboarding and automation workflows for AI tooling?

You can standardize onboarding and automation workflows by authoring consistent skill units. Using a clean template with required YAML frontmatter eliminates repetitive boilerplate and ensures reliable AI activation.

Do I need dependencies to start writing instruction bodies for AI skills?

No dependencies are required to start writing instruction bodies for AI skills. The template provides a minimal scaffold and a placeholder section where you can directly paste your operational guidance.

What is the best way to structure a skill template for AI automation?

The best way to structure a skill template is placing exact SKILL.md root placement with name and description in YAML frontmatter, followed by the instruction content in the markdown body for activation.