template-skill

Generates scaffolded Skill directories with starter README files.

2|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/lambdamechanic/sk --skill template-skill-lambdamechanic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/lambdamechanic/sk/tree/main/skills/template-skill
Command: npx skills add https://github.com/lambdamechanic/sk --skill template-skill-lambdamechanic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the manual effort and potential for errors when creating new Claude Skills by providing a standardized, ready-to-use template. It ensures all mandatory structural and metadata requirements are met from the outset.

Core Features & Use Cases

  • Standardized Structure: Automatically generates the correct directory and SKILL.md file with essential YAML frontmatter.
  • Boilerplate Reduction: Reduces the need to remember and manually type out common fields like name and description.
  • Rapid Prototyping: Accelerates the initial setup phase of new skill development, allowing focus on core logic immediately.
  • Use Case: An AI agent needs to create a new Claude Skill for a specific task. It can use this template to quickly set up the basic structure, ensuring all mandatory fields are present and correctly formatted, ready for content insertion.

Quick Start

Create a new skill using the template-skill and name it 'my-new-feature-skill' with the description 'A skill for managing new features'.

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 Claude Skill quickly with the correct structure?

Scaffolding a new Claude Skill generates a standardized directory and SKILL.md file with mandatory YAML frontmatter automatically. This template ensures all required structural fields are present and correctly formatted, eliminating manual setup errors and reducing boilerplate work so you can focus immediately on core logic.

What mandatory fields and metadata does a Claude Skill require?

Claude Skills require structured metadata including name, description, category, keywords, and implementation depth, along with consistent directory organization and SKILL.md frontmatter. The template pre-populates these fields to meet all structural and semantic requirements without manual guesswork or omissions.

Can I use a skill template to accelerate capability routing and decision logic in AI agent workflows?

Yes. The template applies to AI agent workflows requiring capability routing, template-driven instruction, and decision logic evaluation in dynamic contexts. It provides deterministic formatting and structured semantic metadata generation that supports safe toxicity evaluation and strict English output across routing scenarios.

How do I reduce errors when creating multiple new skills consistently?

Standardized templates eliminate the potential for errors by enforcing consistent directory structure, mandatory field presence, and YAML frontmatter formatting across all new skill creation. This approach ensures every skill meets the same baseline requirements and reduces the cognitive load of remembering what fields to include.

What's the fastest way to set up a new skill without manual field entry?

Using a ready-to-use skill template provides boilerplate reduction by pre-filling common fields like name and description, eliminating the need to manually type out repetitive structural elements. This accelerates the initial setup phase so you can immediately insert your core logic and content.