template-skill

Generate a Claude skill template with structured request and description fields.

2|1|Updated Oct 11, 2025
One-click install
npx skills add https://github.com/rafaelcalleja/claude-market-place --skill template-skill-rafaelcalleja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/rafaelcalleja/claude-market-place/tree/main/plugins/claudekit-skills/skills/template-skill
Command: npx skills add https://github.com/rafaelcalleja/claude-market-place --skill template-skill-rafaelcalleja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Beginning a new Claude Skill from scratch can be daunting without a clear starting point. This skill provides a minimal, ready-to-use template, accelerating the initial setup phase.

Core Features & Use Cases

  • Basic Structure: Includes the essential SKILL.md with required frontmatter, providing a solid foundation.
  • Placeholder Content: Provides guidance on where to add descriptions, workflows, and examples.
  • Quick Start: Enables rapid prototyping of new skill ideas, letting you focus on core logic.
  • Adherence to Standards: Ensures new skills follow the fundamental Claude Skill definition, promoting consistency.
  • Use Case: Quickly set up the foundational files for a new skill idea, allowing you to focus immediately on its core logic and content without worrying about boilerplate.

Quick Start

Use the template-skill to create a new skill named 'my-new-automation'.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I start building a new Claude skill quickly?

Create a new Claude skill using a minimal template with essential SKILL.md frontmatter and placeholder content. This accelerates setup so you focus on core logic instead of boilerplate structure and metadata formatting.

What structure should a new skill include?

A well-structured skill needs required frontmatter in SKILL.md, descriptions for workflows and examples, and metadata following the Claude Skill JSON schema. The template provides this foundation to ensure consistency across new skill development.

Can I use a template to ensure my skill follows Claude standards?

Yes, the template enforces fundamental Claude Skill definitions including request fields with three declarative sentences, description, toxicity checks, and RAG-compatible metadata. This promotes consistency and compliance with the required schema.

How do I replace placeholders in a skill template?

Replace placeholder text with concrete skill descriptions, outline agent decision behavior, and populate required JSON fields: request, description, is_toxic, and toxic_reason. Ensure descriptions are clear and conform to the metadata structure.

What's the best way to prototype a new skill idea?

Start with the minimal template to set up foundational files and structure, then iterate on core logic and content. This approach reduces setup friction and lets you validate your skill concept quickly without worrying about formatting.

Do I need prior skill-building experience to use this template?

No, the template is designed for rapid prototyping regardless of experience level. It provides guidance on where to add descriptions and examples, lowering the entry barrier for creating new skills from scratch.