{{SKILL_NAME}}

Create Claude Skills from a standard SKILL.md template structure.

5|4|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/davistroy/claude-marketplace --skill skill-name-davistroy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: {{SKILL_NAME}}
Source: https://github.com/davistroy/claude-marketplace/tree/main/plugins/personal-plugin/references/templates
Command: npx skills add https://github.com/davistroy/claude-marketplace --skill skill-name-davistroy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit pack provides a standardized blueprint for crafting Claude Skills from templates, enabling consistent discovery, metadata, and usage instructions across a marketplace.

Core Features & Use Cases

  • Template-driven skills: Quickly scaffold new Skills from a common template.
  • Discovery-ready metadata: Frontmatter ensures name, description, and tooling are defined for indexing.
  • Use Case Examples: Create and validate Skills for plugin ecosystems, QA, and documentation workflows.

Quick Start

Use the templates in this Skill pack to create a new Skill by replacing placeholders with concrete values, then save as a new SKILL.md in a dedicated directory.

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 Skill from a markdown template?

To create a Claude Skill from a markdown template, replace the placeholders in the provided SKILL.md blueprint with your concrete values, then save the file in a dedicated directory to establish your skill unit.

What is frontmatter used for in Skill discovery?

Frontmatter is used for Skill discovery by defining the name, description, and tooling metadata required for automated indexing, ensuring the skill unit can be easily found and activated within a marketplace.

How do I structure metadata for automated skill activation?

You structure metadata for automated skill activation by populating the frontmatter in your SKILL.md file with specific name, description, and tooling fields, following the standardized blueprint provided by the skill pack.

Can I use these markdown templates for documentation workflows?

Yes, you can use these markdown templates for documentation workflows, as well as for scaffolding skills for plugin ecosystems and QA, providing a consistent structure for your content.

What is the best way to scaffold a new skill unit?

The best way to scaffold a new skill unit is to use a template-driven approach, copying the standard SKILL.md structure and populating it with your specific metadata and markdown body guidelines.