Add Role banner
ktoulgaridis ktoulgaridis

Add Role

Development community

Description

--- description: Stamp a new agent role into an existing forge-stamped project. --- # /forge:add-role — Add a custom role Stamp a new role file from the template. Useful for org-specific roles like `release-manager`, `compliance-officer`, `security-reviewer`, `tech-writer`, `data-analyst`. ## Invocation ``` /forge:add-role <name> ``` Run from inside the project's wiki dir. ## What this command does 1. Read `.forge.config.yaml` — fail if not a forge project 2. Check that `roles/<name>.md`

Installation

Installs to ~/.claude/skills/ktoulgaridis-forge-add-role/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ktoulgaridis-forge-add-role && curl -fsSL https://raw.githubusercontent.com/ktoulgaridis/forge/HEAD/commands/add-role.md -o ~/.claude/skills/ktoulgaridis-forge-add-role/SKILL.md

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

Full documentation available on GitHub

View Source Repository