skill-template

Provide a foundational template for creating new Claude Code skills.

4|2|Updated Dec 28, 2025
One-click install
npx skills add https://github.com/lazygophers/ccplugin --skill skill-template-lazygophers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-template
Source: https://github.com/lazygophers/ccplugin/tree/main/plugins/template/skills/skill-template
Command: npx skills add https://github.com/lazygophers/ccplugin --skill skill-template-lazygophers

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This is a template skill that serves as a starting point for creating new skills. It outlines the structure and conventions for developing skills.

Core Features & Use Cases

  • Structured Development: Provides a clear directory structure and file organization (SKILL.md, reference.md, examples.md).
  • Path Referencing: Demonstrates the correct use of ${CLAUDE_PLUGIN_ROOT} for internal path linking.
  • Use Case: A developer needs to create a new skill for managing user authentication. They can use this template as a foundation, adapting the SKILL.md and other files to define the authentication process, features, and usage instructions.

Quick Start

Use the skill-template to understand the basic structure of a new skill.

Frequently Asked Questions about skill-template

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

FAQPage Schema
How do I structure a new Claude Code skill from scratch?

To structure a new Claude Code skill, use a foundational template that outlines essential file structures like SKILL.md, reference.md, and examples.md, establishing clear directory organization for skill development.

What is the correct way to reference internal files in a skill?

Referencing internal files in a skill requires using the ${CLAUDE_PLUGIN_ROOT} variable for path linking. This ensures strict path referencing conventions are followed for internal resource location.

What files do I need to create a Claude Code skill starter kit?

A Claude Code skill starter kit requires core files including SKILL.md for definitions, reference.md for conventions, and examples.md for usage. These files provide the structured foundation for new skill development.

How does frontmatter formatting work for skill development?

Frontmatter formatting in skill development adheres to strict guidelines outlined in the template. It defines essential metadata and structural conventions required for recognizing and processing the skill.

Can I use this template to onboard new developers to skill creation?

Yes, you can use this template for onboarding new developers to skill creation. It provides a structured development foundation with clear directory structures and referencing conventions applicable to the process.