skill-name-kebab-case

Create AI skill skeletons with required frontmatter and optional resource directories.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/paulingham/.claude --skill skill-name-kebab-case-paulingham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name-kebab-case
Source: https://github.com/paulingham/.claude/tree/main/skills/_template
Command: npx skills add https://github.com/paulingham/.claude --skill skill-name-kebab-case-paulingham

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The template provides a ready-to-use skeleton for Skill Units that enforces consistent structure, frontmatter, and activation flow so teams can spin up new skills quickly with minimal setup.

Core Features & Use Cases

  • Standard frontmatter with required fields (name and description) and a clear entry point (SKILL.md).
  • Optional resource directories (scripts/, references/, assets/) that can be populated as needed to support execution, documentation, and references.
  • Built-in guidance for outputs, verdicts, and testing to ensure predictable behavior within the harness.

Quick Start

Copy this directory to skills/<your-skill>/ and replace placeholders in SKILL.md.

Frequently Asked Questions about skill-name-kebab-case

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

FAQPage Schema
How do I create a consistent AI skill template with required frontmatter?

To create an AI skill template with required frontmatter, copy the template directory to skills/<your-skill>/ and replace placeholders in SKILL.md. The skeleton enforces required frontmatter fields name and description, ensuring consistent structure and predictable behavior within the harness.

What is a Skill Unit and how does it validate frontmatter for automation workflows?

A Skill Unit is a ready-to-use skeleton that validates frontmatter fields like name and description to integrate with the harness for automation workflows. It enforces a single verdict per invocation and adheres to output and verdict contracts defined by protocols.

Can I add custom scripts and references to a skill scaffolding structure?

Yes, you can add custom scripts and references to a skill scaffolding structure. The template includes optional resource directories such as scripts/, references/, and assets/ that you can populate as needed to support execution, documentation, and references.

Does the skill template require any dependencies to integrate with the harness?

No, the skill template requires no dependencies to integrate with the harness. It provides a ready-to-use skeleton with a clear entry point in SKILL.md, requiring only the frontmatter fields name and description to ensure predictable behavior within the harness.

What's the best way to ensure predictable behavior when authoring AI skills?

The best way to ensure predictable behavior when authoring AI skills is to use a template that includes built-in guidance for outputs, verdicts, and testing. Adhering to the output and verdict contracts defined by the protocols ensures a single verdict per invocation.

Why does my skill scaffolding fail validation without frontmatter fields?

Skill scaffolding fails validation without frontmatter fields because the template requires the name and description fields to enforce consistent structure. Adherence to the output and verdict contracts defined by the protocols, including a single verdict per invocation, is mandatory for proper harness integration.