feat: multi-agent support (GitHub Copilot, Cursor + extensible registry)#12
Open
AhmedHdeawy wants to merge 1 commit intoAZidan:mainfrom
Open
feat: multi-agent support (GitHub Copilot, Cursor + extensible registry)#12AhmedHdeawy wants to merge 1 commit intoAZidan:mainfrom
AhmedHdeawy wants to merge 1 commit intoAZidan:mainfrom
Conversation
Archflow now detects installed AI coding agents and generates the correct configuration files for each, with a registry-driven abstraction that makes adding new agents a single YAML edit. Changes: - Add plugin/skills/archflow/agent-registry.yaml — single source of truth for all agent paths, detection methods, MCP install strategy, hooks support, and instruction file format - init.md: write AGENTS.md (universal open standard) + CLAUDE.md, then detect additional agents and generate their files (Step 5) - onboard.md: Step C5 writes AGENTS.md, CLAUDE.md, and per-agent files for all detected agents; git commit stages all written files - setup-mcp.md: new Multi-Agent MCP Setup section guides GitHub Copilot users to .vscode/mcp.json and Cursor users to .cursor/mcp.json Supported agents: - Claude Code → CLAUDE.md, .claude/skills/, hooks - GitHub Copilot (VS Code) → .github/copilot-instructions.md, .github/skills/ - Cursor → .cursor/rules/archflow.mdc (alwaysApply: true), .cursor/rules/ - All agents → AGENTS.md (always generated) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Author
|
@AZidan please check and let me know if I forgot anything else other than skills and MCP for the agents. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
agent-registry.yaml— a single YAML file that is the only thing needed to support a new AI coding agent (paths, detection, MCP method, instruction format)initandonboardnow detect installed agents and generate the right files for eachsetup-mcpnow guides non-Claude-Code users through manual MCP config with exact JSON snippetsSupported agents
CLAUDE.md.claude/skills/claude mcp add(CLI).github/copilot-instructions.md.github/skills/.vscode/mcp.json.cursor/rules/archflow.mdc.cursor/rules/.cursor/mcp.jsonAGENTS.md(universal open standard)Adding a new agent in the future
Add one block to
agent-registry.yaml. Zero changes to any command file.Notes
initoronboardis safe.mdcformat withalwaysApply: truefrontmatter.vscode/path (thegh-copilotCLI extension was retired Oct 2025)which cursorCLI check +.cursor/path as soft signal