SKILL-template

Create and manage Claude Code Skills with standardized metadata and structure.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/jg-chalk-io/Nora-LiveKit --skill skill-template-jg-chalk-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: SKILL-template
Source: https://github.com/jg-chalk-io/Nora-LiveKit/tree/main/.claude/skills/moai-cc-skills/templates/SKILL-template.md
Command: npx skills add https://github.com/jg-chalk-io/Nora-LiveKit --skill skill-template-jg-chalk-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template provides a reusable skeleton for creating new Claude Code Skills.

Core Features & Use Cases

  • Template-driven: standardized metadata and structure.
  • Pattern-based: supports knowledge capsules and progressive loading.
  • Validation: ensures required fields are present.

Quick Start

Copy this template to create a new skill named my-skill, then fill in details.

Frequently Asked Questions about SKILL-template

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

FAQPage Schema
How do I create a new Claude Code Skill with standardized structure?

Use this template to create a new Skill with consistent metadata and structure. Copy the template, fill in your Skill's details, and follow the enforced metadata standards to ensure reliable deployment and integration with Claude Code.

What metadata fields are required when building a Claude Code Skill?

The template enforces required metadata fields including Skill name, author, category, keywords, tagline, and core task description. This validation ensures all Skills meet quality gates and can be properly indexed and discovered.

How do I organize knowledge into capsules for progressive loading?

Structure your Skill knowledge into self-contained capsules under 500 words each, enabling on-demand loading and progressive disclosure. This pattern supports scalable skill libraries and reduces initial load complexity for users.

Can I use this template to manage a library of multiple Skills?

Yes. The template supports library management through standardized metadata, reusable patterns, and dependency resolution. This enables skill authors and maintainers to create, organize, and version multiple Skills consistently.

What quality checks does the template enforce before deployment?

The template includes validation of metadata standards, integration testing, and dependency resolution as quality gates. These checks ensure Skills meet architectural requirements before deployment to Claude Code.

Do I need existing Skills as dependencies to use this template?

No. The template has no required dependencies. You can create a new Skill from scratch using this skeleton; add dependencies only if your Skill builds on or extends other Skills.