_template

Create new CritterCab skills using a structured SKILL.md template.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/erikshafer/CritterCab --skill template-erikshafer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _template
Source: https://github.com/erikshafer/CritterCab/tree/main/docs/skills/_template
Command: npx skills add https://github.com/erikshafer/CritterCab --skill template-erikshafer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill template helps you initiate the development of a new skill for the CritterCab framework by providing a structured starting point and guidelines.

Core Features & Use Cases

  • Structured Directory: Offers a well-organized directory structure to begin skill development.
  • Frontmatter Guidelines: Includes instructions on required and optional fields for SKILL.md.
  • Comments and Examples: Provides inline comments and examples for reference during skill development.

Quick Start

Copy this directory to your skill project folder and start customizing the SKILL.md file to define your skill.

Frequently Asked Questions about _template

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

FAQPage Schema
How do I start developing a skill for the CritterCab framework?

To start CritterCab skill development, copy the template directory into your project folder and customize the SKILL.md file to define your skill's core processing logic.

What is a SKILL.md file and how does it work in skill template engineering?

A SKILL.md file defines your skill's metadata and logic using frontmatter fields. The template provides structured guidelines, required fields, and inline examples to guide the authoring process.

Do I need any dependencies to use a skill development template?

No dependencies are required to use this skill development template. It provides a self-contained foundational structure and directory layout to begin authoring immediately.

What guidelines are included for authoring a new skill?

The authoring guidelines include instructions on required and optional frontmatter fields for SKILL.md, alongside inline comments and examples for reference during skill development.

Can I use this template for skill development outside the CritterCab framework?

This template is specifically designed to facilitate skill creation within the CritterCab framework, providing its exact directory structure and frontmatter guidelines for SKILL.md.