template-skill

Replace with description of the skill and when Claude should use it.

181 stars

Best use case

template-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Replace with description of the skill and when Claude should use it.

Teams using template-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/4b5c6d7e-8f9a-0b1c-2d3e-4f5a6b7c8d9e/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How template-skill Compares

Feature / Agenttemplate-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Replace with description of the skill and when Claude should use it.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Insert instructions below

Related Skills

add-template

181
from majiayu000/claude-skill-registry

Add new UI style template to the ui-style-react project. This skill should be used when users want to add a new style template with HTML/CSS code, create a new preview page, or register a template in the system. Triggers include "add template", "create new style", "add new template", or when users provide HTML code for a new UI style.

add-skill-templates

181
from majiayu000/claude-skill-registry

Add new Agent Skill templates to the meta-agent-skills framework.

add-agent-templates

181
from majiayu000/claude-skill-registry

Add new Agent templates to the meta-agent-skills framework.

acc-troubleshooting-template

181
from majiayu000/claude-skill-registry

Generates troubleshooting guides and FAQ sections for PHP projects. Creates problem-solution documentation.

acc-readme-template

181
from majiayu000/claude-skill-registry

Generates README.md files for PHP projects. Creates structured documentation with badges, installation, usage, and examples.

acc-mermaid-template

181
from majiayu000/claude-skill-registry

Generates Mermaid diagrams for technical documentation. Provides templates for flowcharts, sequence diagrams, class diagrams, ER diagrams, and C4 models.

acc-getting-started-template

181
from majiayu000/claude-skill-registry

Generates Getting Started guides for PHP projects. Creates step-by-step tutorials for first-time users.

acc-code-examples-template

181
from majiayu000/claude-skill-registry

Generates code examples for PHP documentation. Creates minimal, copy-paste ready examples with expected output.

acc-changelog-template

181
from majiayu000/claude-skill-registry

Generates CHANGELOG.md files following Keep a Changelog format. Creates version history documentation.

acc-architecture-doc-template

181
from majiayu000/claude-skill-registry

Generates ARCHITECTURE.md files for PHP projects. Creates layer documentation, component descriptions, and architectural diagrams.

acc-api-doc-template

181
from majiayu000/claude-skill-registry

Generates API documentation for PHP projects. Creates endpoint documentation with parameters, responses, and examples.

acc-adr-template

181
from majiayu000/claude-skill-registry

Generates Architecture Decision Records (ADR) for PHP projects. Creates structured decision documentation with context, decision, and consequences.