agent-communication
AI DevKit · Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send. Use when an agent needs to…
AI DevKit · Connect the current agent session to an available Slack channel bridge.
$ npx -y skills add codeaholicguy/ai-devkit --skill remote-from-slack --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/remote-from-slackContext preview
The summary Claude sees to decide when to auto-load this skill.
AI DevKit · Connect the current agent session to an available Slack channel bridge.
name: remote-from-slack description: AI DevKit · Connect the current agent session to an available Slack channel bridge.
Use this skill when the user wants to control or chat with the current session from Slack.
Prefer the installed `ai-devkit` binary; if unavailable, use `npx ai-devkit@latest`. Run AI DevKit commands outside filesystem sandboxes because they inspect host-level agent and channel state.
1. Check readiness:
ai-devkit status --json
If AI DevKit is not ready, use `ai-devkit-setup` skill first. Stop if setup leaves manual actions.
2. Inspect channels and agents:
ai-devkit channel list ai-devkit agent list --json
3. Identify the current agent by matching this session to an `agent list --json` entry. If unclear, ask for the agent name.
4. Find configured Slack channels. If none exist, tell the user to run:
ai-devkit channel connect slack
Stop after giving that action.
5. Choose a channel. Use the requested channel or the only available Slack channel. If multiple Slack channels are available, ask the user which one to use. Available means Slack, enabled, credentials present, and not already running.
6. If no Slack channel is available because bridges are already running, ask before stopping one. After confirmation:
ai-devkit channel stop <channel>
7. Start the bridge in the background:
ai-devkit channel start <channel> --agent <agent-name> --daemon
8. Report the connected channel, agent name, and how to stop it: `ai-devkit channel stop <channel>`.
The control plane for AI coding agents. AI DevKit gives Claude Code, Codex CLI, Gemini CLI, opencode, Pi, Cursor, GitHub Copilot, Devin, and other coding agents one local-first operating layer: one config, one console, local memory retrieval, cross-agent
Repo: codeaholicguy/ai-devkit
AI DevKit · Exchange information with active Codex, Claude Code, and other AI agents using ai-devkit agent list, detail, and send. Use when an agent needs to…
AI DevKit · Manage running AI agents with ai-devkit agent commands. Use when an agent needs to identify itself, list agents, start workers, inspect agent…
AI DevKit · Supervise multi-agent workflows over repeated passes: poll progress, unblock waiting agents, coordinate dependencies, relay outputs, resolve…
AI DevKit · Check local AI DevKit readiness and run setup only when status shows onboarding or harness integration gaps.
AI DevKit · Use when the user asks to brainstorm, ideate, generate ideas, expand options, challenge ideas, pressure-test ideas, compare concepts, narrow…
AI DevKit · Update CHANGELOG.md Unreleased items from git commits since the latest release. Use when users ask to update changelog/release notes from recent…