template-skill

Generate structured skill metadata with request, description, is_toxic, and toxic_reason fields.

Updated Dec 4, 2025
One-click install
npx skills add https://github.com/maxmurr/htms --skill template-skill-maxmurr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/maxmurr/htms/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/maxmurr/htms --skill template-skill-maxmurr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Starting a new Claude Skill from scratch can be daunting and prone to missing essential structural elements. This template provides a foundational structure, eliminating setup time and ensuring compliance with core requirements for skill definition.

Core Features & Use Cases

  • Pre-configured Structure: Includes the mandatory SKILL.md file with proper YAML frontmatter for name and description.
  • Placeholder Content: Guides you on exactly where to add your skill's specific name, description, and operational instructions.
  • Rapid Prototyping: Enables quick creation of new skills by providing a compliant starting point, allowing you to focus immediately on the skill's core logic.
  • Use Case: When you need to develop a new custom skill for Claude, use this template as your starting point to ensure all structural requirements are met efficiently.

Quick Start

Create a new skill using the template-skill, naming it 'my-new-skill' and describing its purpose as 'automating daily standup reports'.

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 from scratch?

Creating a new Claude skill starts with a template-based structure that includes a mandatory SKILL.md file with YAML frontmatter for name and description. This template provides the foundational boilerplate and placeholder content, eliminating setup time and ensuring compliance with core skill definition requirements so you can focus immediately on your skill's core logic.

What's the quickest way to set up skill metadata for a new AI development project?

Use a template that automates generation of structured skill metadata, defining the problem your skill solves, its scope, common task scenarios, and technical constraints. The template delivers a JSON-compatible block with request, description, is_toxic, and toxic_reason fields, all encoded in English and suitable for vector embeddings.

Do I need to manually define all skill structure elements, or can I use a starter template?

You can use a pre-configured starter template that includes all mandatory structural elements. This eliminates the need to manually define every component from scratch and reduces the risk of missing essential fields required for skill compliance.

What does a compliant skill definition include?

A compliant skill definition includes a SKILL.md file with proper YAML frontmatter specifying name and description, along with structured metadata fields like request, description, is_toxic, and toxic_reason. The template guides you on exactly where to add your skill's specific purpose and operational instructions.

How can I rapidly prototype a custom Claude skill?

Rapid prototyping of a custom Claude skill starts with a template that provides compliant structure and placeholder content. Name your new skill, describe its purpose, and begin developing core logic immediately—the template handles structural requirements upfront, reducing setup overhead.

What file format and structure does a new skill require?

A new skill requires a SKILL.md file with YAML frontmatter containing name and description fields. This structured format ensures compatibility with skill definition systems and readiness for deployment, serving as the foundational entry point for all skill metadata.