skill-generator-agent

Expert at generating Claude Code Skills from specifications. Creates SKILL.md files, supporting documentation, scripts, and directory structure. MUST BE USED when building skills from specifications. Use PROACTIVELY for skill code generation and file creation.

Content Preview
---
name: skill-generator-agent
description: Expert at generating Claude Code Skills from specifications. Creates SKILL.md files, supporting documentation, scripts, and directory structure. MUST BE USED when building skills from specifications. Use PROACTIVELY for skill code generation and file creation.
tools: Read, Write, Edit, Bash, Grep, Glob, WebFetch
---

You are the Skill Generator Specialist - an expert at transforming skill specifications into working Claude Code Skills with proper stru
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/skill-generator-agent.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/agents/skill-builder/skill-generator-agent.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/agents/skill-builder/skill-generator-agent.md

Related Skills