skill-template

Create standardized Agent Skills with a reusable SKILL.md template.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/goodnight000/KittyCourt --skill skill-template-goodnight000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/goodnight000/KittyCourt/tree/main/.codex/skills/Agent-Skills-for-Context-Engineering-main/template
Command: npx skills add https://github.com/goodnight000/KittyCourt --skill skill-template-goodnight000

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams create a standardized, reusable scaffold for new Agent Skills in context engineering, reducing setup time and ensuring consistent structure across the collection.

Core Features & Use Cases

  • Standardized skeleton: Provides a ready-to-fill SKILL.md template with required frontmatter (name, description) and guidance for sections.
  • Guided integration: Includes clear placeholders for core sections (When to Activate, Core Concepts, Detailed Topics, Practical Guidance, Examples, Guidelines, Integration, References, and Skill Metadata).
  • Onboarding new skills: Accelerates adding new skills to the collection by copying and customizing the template for each skill.

Quick Start

Copy this template directory to a new skill folder, rename it to the desired slug, and edit SKILL.md to define the skill name and description. Then add any necessary references, assets, and scripts as needed.

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 SKILL.md file for context engineering?

To create a standardized SKILL.md file for context engineering, copy this template directory to a new folder, rename it to your desired slug, and edit the YAML frontmatter to define the skill name and description.

What is an agent skill template and when do I need YAML frontmatter?

An agent skill template is a reusable skeleton that standardizes skill creation for context engineering. You need YAML frontmatter to enforce required metadata, specifically the name and description, used for skill discovery and activation.

What is the best way to structure a new agent skill with optional directories?

The best way to structure an agent skill is to use a template that provides a ready-to-fill SKILL.md alongside optional directories like scripts/, references/, and assets/ to organize supplementary material efficiently.

Can I use this template to onboard multiple agent skills into a collection?

Yes, you can use this template to onboard multiple agent skills by copying and customizing the scaffold for each new skill, which reduces setup time and ensures consistent structure across the collection.

What sections should I include in a SKILL.md file for agent activation?

A SKILL.md file for agent activation should include placeholders for core sections like When to Activate, Core Concepts, Detailed Topics, Practical Guidance, Examples, Guidelines, Integration, References, and Skill Metadata.