skill-template

Create Agent Skills with standardized SKILL.md frontmatter.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/yeeehaooo/agent-kit --skill skill-template-yeeehaooo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/yeeehaooo/agent-kit/tree/main/.agent-skills/template
Command: npx skills add https://github.com/yeeehaooo/agent-kit --skill skill-template-yeeehaooo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a reusable blueprint for creating new Agent Skills for context engineering, simplifying discovery and onboarding for new contributors.

Core Features & Use Cases

  • Standardized entry point: Ensures every Skill includes a SKILL.md frontmatter with name and description.
  • Self-contained structure: Encourages optional directories (scripts/, references/, assets/) to organize tooling and references.
  • Rapid skill authoring: Speeds up the creation of new Skills by providing a consistent template.

Quick Start

Follow the template to add a new Skill by duplicating this directory and updating the SKILL.md frontmatter and body accordingly.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I create a standardized template for agent skills?

To create agent skills, use a template that enforces a SKILL.md entry point with mandatory name and description fields, and optional directories for scripts, references, and assets to ensure a self-contained structure.

What is the required structure for authoring new agent skills?

The required structure for agent skills centers on a SKILL.md frontmatter containing the name and description, supplemented by optional directories like scripts/, references/, and assets/ for organizing dependencies.

How do I standardize context engineering skill creation for a team?

Standardize context engineering skill creation by providing a reusable template that new contributors can duplicate, ensuring every team member follows the consistent SKILL.md format and directory structure for rapid onboarding.

Does this skill template support organizing scripts and references?

Yes, the skill template supports organizing scripts and references by encouraging self-contained optional directories, allowing teams to separate tooling, reference materials, and assets cleanly within the skill structure.

What is the best way to speed up agent skill authoring?

The best way to speed up agent skill authoring is to duplicate a standardized template directory and update the SKILL.md frontmatter and body, bypassing the need to build a modular structure from scratch.

Why use a template for building a skill catalog?

Use a template for building a skill catalog to simplify discovery and onboarding, ensuring every entry adheres to a consistent modular structure with a standardized entry point for easier context engineering.