Agents Guide banner
Apupsis Apupsis

Agents Guide

Development community

Description

--- name: agents-guide description: Interactive guide for building custom Claude Code Agents and subagents. Asks straightforward questions, generates enhanced YAML frontmatter with tools/model/color/field/expertise, creates agent .md files, validates format, and helps install to .claude/agents/ or ~/.claude/agents/. Use when user wants to build workflow specialist agents. tools: Read, Write, Grep model: sonnet color: green field: agents expertise: expert --- # Agents Guide - Interactive Claude

Installation

Installs to ~/.claude/agents/apupsis-claude-code-skill-factory-agents-guide.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Apupsis/claude-code-skill-factory/HEAD/.claude/agents/agents-guide.md -o ~/.claude/agents/apupsis-claude-code-skill-factory-agents-guide.md

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

Full documentation available on GitHub

View Source Repository