template-skill

Demonstrates YAML frontmatter and Markdown structure for Anthropic Agent Skills.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/alexajuno/dotfiles --skill template-skill-alexajuno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/alexajuno/dotfiles/tree/main/dot_claude/plugins/marketplaces/anthropic-agent-skills/template
Command: npx skills add https://github.com/alexajuno/dotfiles --skill template-skill-alexajuno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a template skill for demonstrating the structure and metadata requirements of a Skill Unit.

Core Features & Use Cases

  • Placeholder: This skill serves as a basic example.
  • Demonstration: Illustrates how to define a skill's name, description, and operational instructions.

Quick Start

Use the template-skill to understand skill unit structure.

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 skill for an agentic framework?

To create a new skill, you need to define the required YAML frontmatter and Markdown body structure. This template provides the foundational example for establishing the skill unit's name, description, and operational instructions for developer discovery.

What metadata is required for skill discovery in an agent framework?

Skill discovery requires specific YAML frontmatter that outlines the skill's name, description, and operational context. Demonstrating these metadata requirements ensures the agentic capability is properly indexed and understood by the framework.

How does a skill unit structure operational instructions for agents?

A skill unit structures operational instructions using a standardized Markdown body alongside YAML frontmatter. This combination provides the necessary operational context and foundational example for agents to execute the defined agentic capabilities.

Can I use this template to build complex agentic capabilities?

This template serves as a basic example for demonstrating structure and metadata requirements. Developers use it to understand the foundational skill unit structure before building more complex agentic capabilities with richer internal design.

What is the best way to document a developer skill template?

The best way to document a developer skill template is by providing a clear Markdown body and YAML frontmatter. This template serves as a demonstration, illustrating how to define the required operational instructions and metadata for new skills.