By namos2502
Cross-agent workflow plugin — gives your agent the full programmatic reference for every CLI tool you use. One plugin. Every CLI. Stay in flow.
Remove CortexLink configuration added by /cortexlink:setup
Diagnose CortexLink issues — asks about symptoms, runs targeted checks, and confirms before fixing anything
Show CortexLink plugin information and how to get started
One-time setup — detects installed CLI agents, authenticates, and registers CortexLink as always-on in ~/.claude/CLAUDE.md and ~/.copilot/copilot-instructions.md
This skill should be used when a multi-step task can benefit from parallel subtask execution or cross-CLI delegation — decomposing work into independent subtasks, routing them to native subagents or CLI agents in parallel, and synthesizing their structured reports back to the user.
This skill should be used when delegating general code tasks — explanations, refactors, fixes, analysis — via `claude -p`. Also use when context isolation or a specific Anthropic model is needed for the subtask.
This skill should be used when delegating GitHub-specific tasks — PRs, issues, repos, Actions, branches, code review — via `copilot -p`. Use it when Copilot CLI's GitHub-native tooling is an advantage over the host agent.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
One plugin. Every CLI. Stay in flow.
You know the feeling. You are deep in a vibe coding session — ideas flowing, your agent keeping up — and then you need to hand something off to another CLI tool. Suddenly you are out of the zone, hunting for the right flags, checking docs, figuring out what --allow-tool even accepts. The flow breaks.
CortexLink fixes that.
CortexLink is a cross-agent orchestration plugin for your AI agent CLI. It turns your active AI agent into a persistent control center that decomposes tasks, delegates to other CLI agents, and manages the full workflow — while you stay focused on what you're building.
Note: CortexLink is designed for use with 2 or more AI CLI platforms. To get the most out of cross-agent workflows, you need access to at least two supported CLI agents (e.g. Copilot CLI + Claude Code).
CortexLink uses a Control Center → Agents model:
CONTROL CENTER (your AI agent — decomposes, routes, reviews)
├── AGENT (Copilot CLI)
├── AGENT (Claude CLI)
└── AGENT (future-cli ...)
└── [own tools & sub-agents — internal, platform-native]
No context bloat. No manual coordination. The workflow just happens.
Stay in flow. Your active CLI knows how to route tasks, which agent to use, and how to handle the results — without you managing it.
Reduce your token spend. Every delegated subtask runs in a separate subprocess. Only the final result comes back into your context — no reasoning chains, no intermediate tool calls.
Before installing, make sure you have at least one supported CLI agent set up.
GitHub Copilot CLI:
brew install copilot-cli
copilot login
Claude CLI:
npm install -g @anthropic-ai/claude-code
claude auth login
Then install CortexLink from inside Claude Code:
/plugin marketplace add namos2502/agent-plugins
/plugin install cortexlink@agent-plugins
/reload-plugins
[!WARNING] If commands don't appear after
/reload-plugins, fully quit Claude Code (Cmd+Q on macOS, close the window on Windows) and relaunch./reload-pluginsdoes not always pick up new commands without a full restart.
Then run setup once:
/cortexlink:setup
This detects which CLI agents are installed, verifies authentication, and activates CortexLink — the SessionStart hook will inject orchestration context automatically on every future session.
To get the latest version:
/plugin marketplace update agent-plugins
/plugin update cortexlink@agent-plugins
Then restart Claude Code to pick up any new or changed commands.
To remove CortexLink completely:
/cortexlink:cleanup — removes the CortexLink sections added to ~/.claude/CLAUDE.md and ~/.copilot/copilot-instructions.md/plugin uninstall cortexlink@agent-plugins — removes the plugin filesCommands don't appear after /reload-plugins
Fully quit Claude Code (Cmd+Q on macOS, close the window on Windows) and relaunch. /reload-plugins does not always pick up new commands without a full restart.
The SessionStart hook doesn't seem to be injecting context
Run /cortexlink:doctor — it checks the hook script, verifies jq is installed, and test-runs the hook to confirm it produces valid output.
Setup reports an agent as not found but it's installed
The agent binary may not be on Claude Code's PATH. Open a terminal and run which copilot or which claude. If it's found there but not in setup, your shell PATH may differ from Claude Code's environment — check your shell config (~/.zshrc, ~/.bashrc).
Auth check fails but I'm already logged in
Re-run the login command (copilot login or claude auth login). Plugin sandboxing can sometimes make cached tokens appear invalid — a fresh login usually fixes it.
npx claudepluginhub namos2502/agent-plugins --plugin cortexlinkHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.