Add Adapter banner
ktoulgaridis ktoulgaridis

Add Adapter

Communication community

Description

--- description: Wire a new tracker/SCM/chat/CI adapter into an existing forge-stamped project. --- # /forge:add-adapter — Add a tool adapter Pull in a new integration: a chat MCP for notifications, a CI status reporter, an additional tracker. Updates the skills + config. ## Invocation ``` /forge:add-adapter <type>/<name> ``` Examples: ``` /forge:add-adapter chat/slack /forge:add-adapter tracker/linear # add Linear in addition to existing tracker /forge:add-adapter ci/github-actions

Installation

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

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

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

Full documentation available on GitHub

View Source Repository