By ansatzX
Skills for interacting with other Agent tools - Codex, Gemini CLI, OpenCode, Qwen, Cline, Aider, GitHub Copilot CLI, Kiro CLI, and Kimi CLI
You must debug $ARGUMENTS using **codex**, **gemini-cli**, and an independent subagent. If the user explicitly instructs to use other tools (opencode, qwen, cline-cli, aider, github-copilot-cli, kiro-cli, kimi-cli) instead of **codex** or **gemini-cli**, you may use them as well.
You must fix $ARGUMENTS using **codex**, **gemini-cli**, and an independent subagent. If the user explicitly instructs to use other tools (opencode, qwen, cline-cli, aider, github-copilot-cli, kiro-cli, kimi-cli) instead of **codex** or **gemini-cli**, you may use them as well.
Use when the user asks to run Aider CLI in non-interactive mode or references Aider for AI pair programming, code editing, or git-integrated development.
Use when the user asks to run Cline CLI in non-interactive mode or references Cline for AI-assisted coding or task-based development.
Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, code review, or automated editing
Use when tasks benefit from Gemini CLI for code generation, review, analysis, web research, a second AI perspective, codebase architecture analysis, parallel code generation, or when the user explicitly requests Gemini operations.
Use when the user asks to run GitHub Copilot CLI in non-interactive mode or references Copilot CLI for AI-assisted coding, file editing, or shell commands.
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.
CyberBrain is a local plugin marketplace for Claude Code and Codex. It packages shared skills, commands, and agent definitions used across development workflows.
| Plugin | Contents | Status |
|---|---|---|
awesome-agent-select | Prompted subagents for review, QA, API docs, performance, tooling, and TypeScript work | Published |
tachikoma | Skills and commands for coordinating AI CLI tools such as Codex, Gemini CLI, OpenCode, Qwen, Cline, Aider, GitHub Copilot CLI, Kiro CLI, and Kimi CLI | Published |
brain | Skills for epistemic audits, calculation boundaries, scientific-claim review, and whole-object responsibility | Published |
These plugins are under refactoring and are not published in the Claude Code or Codex marketplaces:
mac-econotifications.claude-plugin marketplace use.codex-plugin marketplace usejq 1.8.1 or newer for local validationtachikoma: Gemini CLI, OpenCode, Qwen, Cline, Aider, GitHub Copilot CLI, Kiro CLI, Kimi CLItachikoma updated to their latest available release before relying on the corresponding skill.Clone the repository and add it as a Claude Code marketplace:
mkdir -p ~/soft
git clone https://github.com/ansatzX/CyberBrain.git ~/soft/CyberBrain
claude plugin marketplace add ~/soft/CyberBrain
Install the active plugins:
claude plugin install awesome-agent-select@CyberBrain
claude plugin install tachikoma@CyberBrain
claude plugin install brain@CyberBrain
Uninstall:
claude plugin uninstall awesome-agent-select@CyberBrain
claude plugin uninstall tachikoma@CyberBrain
claude plugin uninstall brain@CyberBrain
Clone the repository, then expose its Codex marketplace at the user-level Codex plugin root:
mkdir -p ~/soft ~/.agents/plugins/plugins
git clone https://github.com/ansatzX/CyberBrain.git ~/soft/CyberBrain
ln -sfn ~/soft/CyberBrain/.agents/plugins/marketplace.json ~/.agents/plugins/marketplace.json
ln -sfn ~/soft/CyberBrain/plugins/awesome-agent-select ~/.agents/plugins/plugins/awesome-agent-select
ln -sfn ~/soft/CyberBrain/plugins/tachikoma ~/.agents/plugins/plugins/tachikoma
ln -sfn ~/soft/CyberBrain/plugins/brain ~/.agents/plugins/plugins/brain
Codex reads the marketplace from:
~/.agents/plugins/marketplace.json
Codex plugin manifests:
~/.agents/plugins/plugins/awesome-agent-select/.codex-plugin/plugin.json
~/.agents/plugins/plugins/tachikoma/.codex-plugin/plugin.json
~/.agents/plugins/plugins/brain/.codex-plugin/plugin.json
Every skill includes Codex UI metadata at:
plugins/<plugin>/skills/<skill>/agents/openai.yaml
.claude-plugin/marketplace.json # Claude Code marketplace
.agents/plugins/marketplace.json # Codex marketplace
plugins/
awesome-agent-select/
.claude-plugin/plugin.json
.codex-plugin/plugin.json
agents/
skills/
tachikoma/
.claude-plugin/plugin.json
.codex-plugin/plugin.json
commands/
skills/
brain/
.claude-plugin/plugin.json
.codex-plugin/plugin.json
skills/
mac-eco/ # disabled, under refactoring
notifications/ # disabled, under refactoring
tachikoma
tachikoma provides skills for running and coordinating external AI CLI tools.
Included skills:
codexgemini-cliopencodeqwencline-cliaidergithub-copilot-clikiro-clikimi-cliIncluded commands:
collab-fixTDD-debugtachikoma::codex and llm_routerThe codex skill supports the Codex profile llm_router for routing Codex traffic through ansatzX/llm_router. llm-router adapts Codex requests and responses for non-OpenAI providers while Codex continues to execute local tools.
Supported tachikoma::codex profile policy:
| Profile | Model policy |
|---|---|
| default profile | gpt-5.4 high or gpt-5.5 high; fallback to gpt-5.3-codex when no model preference is given |
llm_router | deepseek-v4-pro xhigh only |
aihubmix | gpt-5.4 high or gpt-5.5 high |
Configure llm_router:
git clone https://github.com/ansatzX/llm_router.git ~/soft/llm_router
cd ~/soft/llm_router
uv sync
export DEEPSEEK_API_KEY="sk-..."
mkdir -p ~/.codex
cp llm_router.json ~/.codex/llm_router.json
npx claudepluginhub ansatzx/cyberbrain --plugin tachikomaAnsatz Brain skills for epistemic audits, calculation boundaries, and whole-object responsibility
Collection of useful prompted subagents for code review, API docs, QA, and more
Harness-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
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development