One-click install
npx skills add https://github.com/tmalcolm-0607/mad-council-claw --skill template-skill-tmalcolm-0607
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: template-skill
Source: https://github.com/tmalcolm-0607/mad-council-claw/tree/main/.claude/skills/_template
Command: npx skills add https://github.com/tmalcolm-0607/mad-council-claw --skill template-skill-tmalcolm-0607

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new Claude Code skills from scratch requires manual adherence to complex kit-wide standards, leading to compliance errors, missing frontmatter fields, and inconsistent behavior across skills. This Skill eliminates that overhead by providing a pre-built, fully compliant template that enforces all required rules and structures.

Core Features & Use Cases

  • Standards-aligned structure: Pre-configured SKILL.md with all required frontmatter fields and 6 mandated standards dimensions per kit rules, eliminating compliance guesswork.
  • Multi-mode workflow support: Built-in configurations for quick, council, deep, and Copilot CLI dispatch modes, ready to adapt to any skill use case.
  • Built-in validation assets: Includes eval harnesses, test specifications, and example templates to verify skill functionality before publishing.
  • Use Case: A development team building a custom code review skill can copy this template, update the frontmatter with their skill's details, and adapt the body to their review workflow, ensuring full compliance with team standards in minutes instead of hours.

Quick Start

Use the template-skill to create a new custom Claude Code skill by copying the template directory, updating the frontmatter with your skill's unique name and description, and customizing the body content to match your specific workflow requirements.

Frequently Asked Questions about template-skill

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

FAQPage Schema
How do I create Claude Code skills that pass kit compliance standards?

To create Claude Code skills that pass compliance standards, use a pre-built template that enforces required frontmatter fields and all 6 mandated standards dimensions, eliminating manual adherence guesswork and reducing setup time.

What is a standards-compliant skill template for workflow automation?

A standards-compliant skill template is a pre-configured structure for Claude Code that provides built-in validation assets, multi-mode dispatch configurations, and required frontmatter to ensure consistent agent-assisted development behavior.

How do I set up a code review skill using a template?

Set up a code review skill by copying the template directory, updating the frontmatter with your specific skill details, and customizing the body content to match your code review workflow requirements.

Does this skill template support Copilot CLI dispatch mode?

Yes, the skill template supports Copilot CLI dispatch mode alongside quick, council, and deep dispatch modes, allowing you to adapt the template to various agent-assisted workflow automation tasks.

What's the best way to avoid frontmatter compliance errors when generating agent skills?

The best way to avoid frontmatter compliance errors is to start from a pre-built template that includes all required frontmatter fields and built-in evaluation harnesses to verify skill functionality before publishing.