template-skill

Standardize Claude skill creation with SKILL.md frontmatter and Markdown instructions.

Updated Jul 8, 2022
One-click install
npx skills add https://github.com/limaon/dotfiles --skill template-skill-limaon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/limaon/dotfiles/tree/main/.config/opencode/skills/template-skill
Command: npx skills add https://github.com/limaon/dotfiles --skill template-skill-limaon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Unit standardizes how skills are defined and discovered by ensuring each skill has a mandatory SKILL.md with a name and description, plus a descriptive body that becomes the operational instructions when activated.

Core Features & Use Cases

  • Provides a clear frontmatter contract (name and description) for skill discovery.
  • Supports optional resources (scripts/, references/, assets/) that can be used on demand by the Skill.
  • Enables easy onboarding of new skills with a consistent structure.

Quick Start

Replace the frontmatter in SKILL.md with your own name and description, then fill the Markdown body with the operational instructions to load into context.

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 standard skill definition for Claude with YAML frontmatter?

To create a standard skill definition, use a template that enforces a mandatory SKILL.md file with YAML frontmatter containing name and description fields, plus a Markdown body for operational instructions to ensure predictable AI activation.

What is the best way to structure prompt templates for AI workflow discovery?

The best way to structure prompt templates for AI workflow discovery is standardizing skill units with a clear frontmatter contract for metadata and a descriptive Markdown body, enabling easy onboarding and consistent skill discovery across multiple projects.

Can I add optional scripts and references to a skill definition template?

Yes, you can add optional scripts, references, and assets to a skill definition template. These resources are structured in dedicated directories to support execution on demand when the skill is activated by the AI.

How do you write operational instructions for AI skills to ensure predictable activation?

You write operational instructions for AI skills by filling the Markdown body of the SKILL.md file. This descriptive body becomes the operational context loaded into the AI workflow, ensuring predictable activation across different projects.

Does standardizing skill units work for teams building multiple AI workflows?

Yes, standardizing skill units works for teams building multiple AI workflows. It provides a consistent structure with mandatory naming, descriptions, and usage instructions, enabling clear onboarding and predictable AI activation across projects.