0-template

Create new Agent Skills from a template with SKILL.md, scripts, and examples.

3|2|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JayRHa/AgentSkills --skill 0-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: 0-template
Source: https://github.com/JayRHa/AgentSkills/tree/main/0-template
Command: npx skills add https://github.com/JayRHa/AgentSkills --skill 0-template

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The template provides an instant starting point for creating new Agent Skills, reducing boilerplate and ensuring a consistent structure.

Core Features & Use Cases

  • Standardized SKILL.md frontmatter with name and description.
  • Included references, runnable scripts, and examples to accelerate skill authoring.
  • Clear guidance for aligning new skills with the AgentSkills library and catalog.

Quick Start

Copy this folder to a new top-level skill folder, rename it to your desired kebab-case name, and fill in every section.

Frequently Asked Questions about 0-template

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

FAQPage Schema
How do I create a new Agent Skill from scratch?

Create a new Agent Skill by copying this template folder to a top-level directory, renaming it to a kebab-case name, and filling in every section of the SKILL.md file.

What structure is required for Agent Skills development?

Agent Skills require a standardized structure containing a SKILL.md file with frontmatter, alongside optional resource directories for scripts, references, and assets to ensure consistent authoring.

Do I need to write my own scripts when using a skill starter guide?

No, the skill starter guide includes an executable example script and runnable references within the template, allowing you to customize existing files rather than writing scripts from scratch.

What is the best way to reduce boilerplate when authoring agent skills?

The best way to reduce boilerplate is using a standardized template that provides instant starting points, pre-configured frontmatter, and included examples to accelerate agent skill authoring.

Can I use this template to align new skills with the AgentSkills library?

Yes, this template provides clear guidance and a consistent frontmatter structure designed specifically for aligning new skills with the AgentSkills library and catalog.