skill-name

Create Claude Code plugin templates with YAML frontmatter and Markdown instructions.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/lety-ai/lety-skill-hub --skill skill-name-lety-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/lety-ai/lety-skill-hub/tree/main/.github/templates
Command: npx skills add https://github.com/lety-ai/lety-skill-hub --skill skill-name-lety-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a ready-made, discoverable skill template so authors can define Claude Code plugins consistently, reducing onboarding friction and preventing missing metadata that stops skills from being discovered or executed.

Core Features & Use Cases

  • Standardized Frontmatter: Includes required YAML frontmatter fields such as name and description for discovery.
  • Authoring Scaffold: Supplies a starter skill.md and companion README and plugin metadata to guide operational instructions and examples.
  • Use Case: Quickly scaffold a new Claude skill for internal tools or public plugins with consistent discovery, documentation, and execution behavior.

Quick Start

Copy the template directory, set the name and description in the YAML frontmatter, and write the operational instructions in the Markdown body to activate the skill.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create a Claude Code plugin with consistent metadata?

To create a Claude Code plugin with consistent metadata, use a skill template to define YAML frontmatter with name and description fields, then write operational instructions in the Markdown body for execution behavior.

What is a Claude skill template used for?

A Claude skill template standardizes plugin definitions and operational prompts, providing a reusable scaffold with YAML frontmatter and Markdown instructions to ensure consistent discovery and execution guidance.

How do I scaffold a new Claude skill for internal tools?

To scaffold a new Claude skill for internal tools, copy the template directory, set the name and description in the YAML frontmatter, and write the runtime operational instructions in the plain Markdown body.

Do I need specific directories for a Claude plugin skill?

A Claude plugin skill template includes optional scripts, references, and assets directories for organizing resources, alongside a required starter skill.md and companion README for documentation.

Why are my Claude Code skills not being discovered?

Claude Code skills may not be discovered if they are missing required YAML frontmatter metadata such as name and description, which a standardized skill template prevents during the authoring process.

Can I use this skill template for public plugins?

Yes, you can use this skill template for public plugins or internal tools to quickly scaffold a new Claude skill with consistent documentation, discovery metadata, and execution behavior.