skill-name

Generate standardized SKILL.md templates with YAML frontmatter and required sections.

1|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/feed-mob/agent-skills --skill skill-name-feed-mob
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-name
Source: https://github.com/feed-mob/agent-skills/tree/main/skills/template
Command: npx skills add https://github.com/feed-mob/agent-skills --skill skill-name-feed-mob

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill Template provides a standard structure for new Claude Skills, including a sample SKILL.md frontmatter and guidance to accelerate creation and ensure consistency.

Core Features & Use Cases

  • Starter Frontmatter: Includes required fields like name and description for automatic discovery.
  • Instruction Skeleton: Provides a ready-to-fill section for Claude's operational steps.
  • Guidance: Outlines examples, guidelines, and best practices to reduce onboarding time.

Quick Start

Copy this directory to a new skill folder, rename it to your skill's slug, edit SKILL.md frontmatter (name and description), and begin writing instructions for Claude.

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 new Claude Skill with consistent documentation?

Use this Skill template to create new Claude Skills with standardized structure. The template provides YAML frontmatter, mandatory sections (Purpose, How It Works, Examples, Guidelines, Notes), and guidance on examples and best practices to ensure consistent documentation across skills.

What should I include in a Skill's frontmatter and metadata?

Frontmatter requires name and description fields for automatic discovery. Add metadata that describes the Skill's purpose, core functionality, and keywords. This template enforces YAML structure and guides you through required sections to make your Skill discoverable and well-documented.

How do I get started writing instructions for a new Skill?

Copy this template directory, rename it to your Skill's slug, and edit the SKILL.md frontmatter with your Skill's name and description. The template includes an instruction skeleton and guidance for Examples, Guidelines, and Notes sections to accelerate your authoring workflow.

What structure should a Skill.md file follow?

A Skill.md file should include YAML frontmatter with name and description, followed by mandatory sections: Purpose, How It Works, Examples, Guidelines, and Notes. This template provides the complete skeleton and best-practice guidance for each section to reduce onboarding time.

Can I use this template for any type of Claude Skill?

Yes, this template is a general-purpose starter for skill authoring workflows. It enforces consistent structure and documentation standards applicable to any new Claude Skill, helping standardize how capabilities are documented and discovered.