template-skill

Scaffold new AI-agent skills with standardized SKILL.md frontmatter.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/HanLi0705/lead_agent --skill template-skill-hanli0705
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/HanLi0705/lead_agent/tree/main/Mini-Agent-main/mini_agent/skills/template-skill
Command: npx skills add https://github.com/HanLi0705/lead_agent --skill template-skill-hanli0705

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit scaffolds new skills with consistent discovery metadata by providing a ready-to-edit SKILL.md frontmatter and a minimal body, reducing boilerplate time for developers.

Core Features & Use Cases

  • Standardized frontmatter: Ensures every skill exposes name and description for automatic discovery.
  • Scaffold-ready body: Provides a ready template for operational instructions to be loaded on activation.
  • Fast onboarding: Simplifies creation of new skills for automations, tooling, and agent behaviors.

Quick Start

Create a new skill directory under mini_agent/skills, add SKILL.md with a frontmatter that includes name and description, and fill the body with actionable instructions. For example, set name to template-skill and description to a short overview of its purpose.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold a new AI agent skill with consistent discovery metadata?

To scaffold a new AI agent skill, you create a SKILL.md file with a standardized YAML frontmatter containing name and description fields. This provides consistent discovery metadata for automatic onboarding.

What is YAML frontmatter used for in skill scaffolding?

YAML frontmatter in skill scaffolding exposes the name and description metadata required for automatic discovery by AI agents. It ensures every new skill is consistently indexed and identifiable across the ecosystem.

How to create a minimal execution body for an AI agent skill template?

You create a minimal execution body by filling the SKILL.md template below the YAML frontmatter with actionable operational instructions. These instructions are loaded on activation when the agent invokes the skill.

Do I need to include scripts and references directories when scaffolding skills?

You do not need to include scripts, references, or assets directories when scaffolding skills. These are optional directories allowed by the template for future extensions once the base skill is operational.

Can I use this scaffolding template for automations and tooling behaviors?

You can use this scaffolding template for automations, tooling, and agent behaviors. It simplifies the creation of new skills by providing a ready-to-edit structure that reduces boilerplate time for developers.

Best way to reduce boilerplate when building AI agent skills?

The best way to reduce boilerplate when building AI agent skills is using a standardized scaffolding process with a ready-to-edit SKILL.md frontmatter. This ensures consistent discovery metadata and a minimal body for rapid onboarding.