template-skill

Generate a JSON object with request, description, is_toxic, and toxic_reason fields.

72.1k|8.2k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill template-skill-composiohq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/template-skill
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill template-skill-composiohq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a foundational template for building new Claude capabilities, streamlining the initial setup and ensuring adherence to Skill Unit standards. It eliminates the overhead of starting from scratch.

Core Features & Use Cases

  • Standard Structure: Automatically includes required SKILL.md with YAML frontmatter.
  • Placeholder Content: Provides clear TODO markers for easy customization.
  • Use Case: Rapidly prototype a new automation idea by starting with a pre-configured Skill template, then filling in your specific instructions and resources.

Quick Start

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

Insert instructions below

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 a template?

Skill templates standardize metadata and structure for new Claude capabilities. Use the template to set up required SKILL.md with YAML frontmatter, then replace placeholder content with your specific instructions, decision logic, and safety checks. This accelerates prototyping while ensuring compliance with Skill Unit standards.

What should a skill's JSON output include for AI embeddings?

Skill metadata for RAG pipelines requires a valid JSON object with fields: request, description, is_toxic, and toxic_reason. The request field must be a three-sentence English statement optimized for vector similarity and high-density embeddings to enable precise skill discovery in automation workflows.

Can I use this template to document existing automation logic?

Yes. The template standardizes skill metadata across development, integration, testing, and deployment contexts. Apply it to embed existing Claude capabilities into RAG pipelines by filling in functional requirements: request description, safety flags, and embedding-optimized documentation that clarifies when and how the skill executes.

What's the fastest way to start building a new AI automation skill?

Start with the template boilerplate to skip repetitive setup. It provides TODO markers, pre-configured structure, and placeholder content. Fill in your automation's core task, decision logic, and required fields rather than building the entire framework from scratch.

How do I ensure my skill metadata meets safety and embedding standards?

The template enforces English-only, three-sentence request optimization, and toxic-content flagging fields. Use these to document functional requirements, safety checks, and decision logic, then validate the output against the standard JSON schema before deployment across development and integration contexts.