template-skill

Generate embedding-ready semantic metadata with a fixed JSON schema.

295|49|Updated Nov 23, 2025
One-click install
npx skills add https://github.com/smallnest/langgraphgo --skill template-skill-smallnest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/smallnest/langgraphgo/tree/main/testdata/skills/template-skill
Command: npx skills add https://github.com/smallnest/langgraphgo --skill template-skill-smallnest

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-made skeleton for creating new Claude Skills, making it faster to bootstrap projects and maintain consistency.

Core Features & Use Cases

  • Minimal SKILL.md with YAML frontmatter to define name and description.
  • Serves as a clean starting point for rapid Skill development and onboarding.
  • Useful for teams to standardize Skill structure and discovery metadata.

Quick Start

Copy the template directory, rename to your new skill, and replace the placeholder name and description in SKILL.md. Add your operational instructions in the body as needed.

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 new Claude Skill from scratch?

Use this template skeleton to bootstrap a new Skill quickly. Copy the template directory, rename it, and replace the placeholder name and description in SKILL.md with your own metadata. This standardized structure accelerates development and ensures consistency across Skill projects.

What should a Skill's YAML frontmatter include?

YAML frontmatter in SKILL.md defines your Skill's name and description for discovery and indexing. The template provides the minimal required structure, allowing you to add operational instructions in the body as needed for your specific task.

Can I use this template to standardize Skill structure across my team?

Yes. This template establishes a consistent skeleton for rapid onboarding and maintenance. Teams can copy and adapt it to enforce uniform metadata formatting, naming conventions, and file organization across all new Skill projects.

What's included in the template's minimal starter structure?

The template provides a clean SKILL.md file with YAML frontmatter placeholders for name and description. This baseline eliminates setup overhead so you can focus on implementing your Skill's core logic and operational instructions.

How does this template support Skill discovery and indexing?

The template's YAML frontmatter structure enables embedding-ready semantic metadata generation for precise retrieval in RAG indexing and agent decision logic. Consistent formatting across Skills improves discoverability and integration into larger systems.