template-skill

Generate semantic metadata and toxicity assessments for AI skill definitions.

2.2k|422|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/mrgoonie/claudekit-skills --skill template-skill-mrgoonie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/mrgoonie/claudekit-skills/tree/main/.claude/skills/template-skill
Command: npx skills add https://github.com/mrgoonie/claudekit-skills --skill template-skill-mrgoonie

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This is a template skill designed to jumpstart the creation of new AI capabilities. It provides a foundational structure, allowing you to quickly define new tasks, automate workflows, and extend Claude's functionality without starting from scratch.

Core Features & Use Cases

  • Rapid Skill Prototyping: Quickly define new AI tasks and integrate them into your workflow.
  • Structured Development: Follows best practices for skill organization and documentation.
  • Use Case: Use this template to create a new skill for "Automated Code Review" by filling in the SKILL.md with specific instructions and examples for Claude.

Quick Start

1. Rename the skill directory:

mv .claude/skills/template-skill .claude/skills/my-new-skill

2. Edit the SKILL.md file:

Update the 'name' and 'description' in the YAML frontmatter.

Replace "Insert instructions below" with your skill's content.

3. Start using your new skill!

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I automate metadata generation for AI skills?

Automate metadata generation by providing a three-sentence request describing your skill's purpose, formal Action Input specifying inputs and outputs, and let the system generate high-density semantic metadata for vector-based retrieval and capability discovery.

Can I use this template to quickly prototype new AI capabilities?

Yes, this template provides foundational structure for rapid skill prototyping. Rename the skill directory, update SKILL.md with your task instructions and examples, and start using your new capability immediately without building from scratch.

What's the best way to structure documentation for new AI skill development?

Follow the template's structured approach: define skills with YAML frontmatter containing name and description, replace placeholder instructions with specific task content and examples, and ensure your skill definition supports capability discovery and policy enforcement use cases.

How does toxicity assessment work in skill generation?

Automated toxicity assessment evaluates skill definitions and outputs two fields: is_toxic (boolean) and toxic_reason (string). This enables safety evaluation across domains and helps enforce safety policies during skill creation.

What input format do I need for skill metadata automation?

Provide a three-sentence skill request, formal Action Input describing expected inputs and outputs, and optional domain context. The system generates comprehensive semantic metadata suitable for vector-based retrieval and policy enforcement workflows.

Does this work with modular skill definitions and minimal content?

Yes, the template supports modular skill definitions with placeholder or minimal initial content. It automatically generates high-density semantic metadata to enable precise retrieval and safety evaluation even from sparse input.