template-skill

Draft reusable skill scaffolds with YAML frontmatter and operational instructions.

Updated Dec 21, 2025
One-click install
npx skills add https://github.com/ai-wes/glassbox-operator --skill template-skill-ai-wes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ai-wes/glassbox-operator/tree/main/awesome-claude-skills/template-skill
Command: npx skills add https://github.com/ai-wes/glassbox-operator --skill template-skill-ai-wes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a simple starting point for creating a new Claude Skill when you need a consistent structure but do not want to invent the format from scratch.

Core Features & Use Cases

  • Skill scaffolding: Use the template as a baseline for a new skill directory with the expected frontmatter and instruction body.
  • Consistent structure: Keep naming, description, and operational guidance aligned across multiple skills.
  • Use case: A team member can duplicate this template, replace the placeholder metadata, and quickly publish a new skill for a specific workflow.

Quick Start

Ask Claude to replace the placeholder frontmatter and write the first draft of the skill instructions for your specific use case.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a reusable skill scaffold for a new SKILL.md entry?

YAML frontmatter for skill scaffolding must include a valid name and description to define the skill metadata, ensuring consistent structure and rapid prototyping across Claude skill directories.

What is the best way to maintain consistent documentation across multiple Claude skills?

Skill scaffolding requires a valid name and description in the YAML frontmatter plus concise operational instructions at the root, with no external dependencies or components needed to draft the SKILL.md entry.

Can I use this template for rapid prototyping of skill directories?

Yes, you can use this template for rapid prototyping by duplicating the baseline structure, replacing the placeholder frontmatter, and asking Claude to write the first draft of your operational instructions.

When do I need a template for skill authoring instead of writing from scratch?

You need a template for skill authoring when you want a consistent structure for a new Claude Skill directory without inventing the YAML frontmatter and operational instruction format from scratch.