template-skill

Scaffold new Claude Skills with standardized metadata and frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/memouritsen-ui/claude-knowledge-library --skill template-skill-memouritsen-ui
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/memouritsen-ui/claude-knowledge-library/tree/main/platforms/claude-code-cli/skills-hooks/official/template
Command: npx skills add https://github.com/memouritsen-ui/claude-knowledge-library --skill template-skill-memouritsen-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized scaffold for creating new Claude Skills, reducing setup time and ensuring consistent discovery metadata.

Core Features & Use Cases

  • Starter metadata: Frontmatter with name and description to ensure correct indexing.
  • Unified structure: A reusable template with a ready-to-fill description, request, and category.
  • Use Case: Ideal for teams that rapidly prototype or publish multiple Skill units.

Quick Start

Copy the template-skill into a new Skill directory, replace the frontmatter values with your own, fill in the instructions, and publish.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I scaffold new Claude skills with a clean template?▼

You scaffold new Claude skills by copying a ready-made template into a new directory, replacing the frontmatter values, and filling in the operational instructions to accelerate creation.

What metadata is needed to ensure correct indexing for Claude skills?▼

Correct indexing for Claude skills requires starter metadata in the frontmatter, specifically including the name and description fields to standardize discovery and ensure the skill is properly indexed.

Can I use this skill scaffold to prototype skills for any domain?▼

Yes, you can use this skill scaffold for any domain. The template provides a unified structure with ready-to-fill description, request, and category fields that can be customized to fit specific domain requirements.

Do I need external dependencies to bootstrap Claude skills?▼

No, you do not need external dependencies to bootstrap Claude skills using this template. It is a standalone scaffold that standardizes metadata and frontmatter without requiring any additional tools.

What's the best way to standardize operational instructions across multiple skill units?▼

The best way to standardize operational instructions across multiple skill units is to use a reusable template that enforces consistent frontmatter, metadata, and structural sections for every newly published skill.

When do I need a standardized scaffold for creating Claude skills?▼

You need a standardized scaffold when your team rapidly prototypes or publishes multiple skill units, ensuring consistent discovery metadata and reducing the setup time required for each new skill.