template-skill

Generate a SKILL.md frontmatter and scaffold for Claude Code skills.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/daxiangnaoyang/lobster-bot --skill template-skill-daxiangnaoyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/daxiangnaoyang/lobster-bot/tree/main/skills/template
Command: npx skills add https://github.com/daxiangnaoyang/lobster-bot --skill template-skill-daxiangnaoyang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Skeletonize the creation of a new Skill Unit by generating the required frontmatter and a minimal scaffold for Claude Code skills.

Core Features & Use Cases

  • Generates a standard SKILL.md frontmatter with name and description copied from the file.
  • Provides a ready-to-edit Markdown body template to hold operational instructions.
  • Creates an empty shell that can host optional components like scripts, references, and assets.

Quick Start

Create a new skill folder with a SKILL.md frontmatter and an empty body to begin editing.

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 Code skill with standard metadata?

To scaffold a Claude Code skill, this template generates a standard SKILL.md frontmatter with the required name and description fields, providing a ready-to-edit Markdown body for operational instructions.

What is included in a Claude Code skill skeleton?

A Claude Code skill skeleton includes the required SKILL.md frontmatter, a minimal editable Markdown body template, and an empty shell structure to host optional components like scripts, references, and assets.

When do I need to generate a SKILL.md frontmatter for a plugin?

You need to generate a SKILL.md frontmatter when starting new skills, drafting metadata, or scaffolding documentation for Claude Code integrations to satisfy frontmatter presence requirements.

Can I use this template to set up optional components directories for Claude Code integrations?

Yes, this template creates an empty shell that can host optional components directories for scripts, references, and assets needed for your Claude Code integrations.

Does this template generate the operational instructions for the skill body?

No, this template provides a ready-to-edit empty Markdown body template to hold operational instructions, but you must write the actual logic and instructions yourself.

What is the best way to start drafting metadata for a new Claude Code skill?

The best way to start drafting metadata is to use a scaffold generator that automatically copies the name and description from your file into the required SKILL.md frontmatter fields.