SKILL TEMPLATE banner
rand rand

SKILL TEMPLATE

Development community

Description

--- name: category-skill-name description: Brief one-line description of what this skill covers --- # Skill Name ## When to Use This Skill Activate this skill when: - [Specific trigger 1] - [Specific trigger 2] - [Specific trigger 3] - [Specific trigger 4] - [Specific trigger 5] ## Core Concepts ### Concept 1: [Name] - Key point 1 - Key point 2 - Key point 3 ```[language] // Code example demonstrating concept // Include comments explaining key lines ``` ### Concept 2: [Name] - Key point

Installation

Installs to ~/.claude/skills/rand-cc-polymath-_skill_template/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rand-cc-polymath-_skill_template && curl -fsSL https://raw.githubusercontent.com/rand/cc-polymath/HEAD/skills/_SKILL_TEMPLATE.md -o ~/.claude/skills/rand-cc-polymath-_skill_template/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository