template-skill

Generates standardized skill metadata and Toxicity sections as JSON for Claude capabilities.

7|6|Updated Mar 23, 2021
One-click install
npx skills add https://github.com/quarkiverse/quarkus-hivemq-client --skill template-skill-quarkiverse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/quarkiverse/quarkus-hivemq-client/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/quarkiverse/quarkus-hivemq-client --skill template-skill-quarkiverse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a standardized, ready-to-use template for creating new Claude Skills, eliminating the overhead of setting up the correct directory structure and frontmatter. It ensures consistency and accelerates skill development, allowing you to focus on the core logic.

Core Features & Use Cases

  • Standardized Skill Structure: Provides the mandatory SKILL.md with correct YAML frontmatter, adhering to official skill definitions.
  • Placeholder Content: Includes sections for name, description, and instructions to guide skill authors through the creation process.
  • Accelerated Development: Reduces setup time for new skills, enabling quicker iteration and deployment of new AI capabilities.
  • Use Case: When you need to extend Claude's capabilities with a new, specialized task, use this template to quickly scaffold your new skill, ensuring it adheres to the official skill definition and best practices from the start.

Quick Start

Start by updating the 'name' and 'description' in the YAML frontmatter.

Then, fill in the Markdown body with your skill's specific instructions and logic.

Example:

---

name: my-new-skill

description: This skill helps users manage their project tasks.

---

# My New Skill

## Overview

This skill enables task creation, assignment, and tracking.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create a new Claude Skill with the correct structure and metadata?

Use this template to scaffold a new Claude Skill with standardized YAML frontmatter and Markdown body. It provides the mandatory `SKILL.md` file structure, placeholder sections for name and description, and guidance to ensure your skill adheres to official definitions and best practices from the start.

What should I include in a skill's YAML frontmatter and description?

Skill metadata requires a name, description following the [Action] [Input] to produce [Output] pattern, and a toxicity section with is_toxic and toxic_reason fields in valid JSON. This template includes placeholders for these required elements to guide your skill development process.

Can I use this template to accelerate my AI capability development workflow?

Yes. This template eliminates setup overhead by providing pre-structured directories and frontmatter, reducing time spent on boilerplate configuration. It enables faster iteration and deployment of new specialized capabilities without manual scaffolding.

How do I ensure my new skill follows official skill definition standards?

Start by updating the name and description in the YAML frontmatter using this template's structure. Fill the Markdown body with skill-specific instructions and logic, following the provided example format to maintain consistency with official skill definitions and best practices.

What's the fastest way to set up boilerplate for documenting new Claude capabilities?

This template provides standardized boilerplate including correct directory structure, YAML frontmatter, and Markdown sections. It reduces setup time for skill documentation, allowing you to focus immediately on core logic rather than format compliance.