Plugin Claude Code
Agent-native graph orchestration for Claude Code and other skill-compatible agents.
Plugin Claude Code
Agent-native graph orchestration for Claude Code and other skill-compatible agents.
Plugin Claude Code
Run complex work as explicit, inspectable agent graphs with branching, joins, review gates, and human checkpoints.
MCP server Claude CodeCodexCursor +2
MCP server "athena-graphs" as configured in luckeyfaraday/athena-graphs. Runs import os, subprocess; root = os.getenv('CLAUDE_PLUGIN_ROOT') or os.getenv('PLUGIN_ROOT') or os.getcwd(); raise SystemExit(subprocess.call(['uv', 'run', '--directory', root, '--extra', 'mcp', 'agentgraph-mcp'])) with python3. Needs 1…
Skill Claude CodeCodex
Orchestrate complex work as explicit agent graphs using the Athena Graphs MCP tools. Use when the user explicitly asks for Athena Graphs, asks to graph/orchestrate a task, wants parallel specialized agents, needs branching or review/retry paths, requests human approval checkpoints, or has a multi-stage task whose…
Skill Claude CodeCodex
Run a single prompt across multiple LLMs in parallel via OpenRouter, then synthesize their responses into one answer with a judge model. Use when the user wants multi-model fusion, ensemble LLM queries, parallel model comparison, or a second opinion across providers.
luckeyfaraday/frontier-orchestrator
Skill Claude CodeCodex
Coordinate software delivery by keeping Claude Code as lead and delegating backend work to Codex, design and frontend work to Kimi, and domain-neutral tooling or mechanical maintenance to Grok Build through the frontier-orchestrator MCP server. Use for feature implementation, refactors, reviews, bug fixes, migrations…
luckeyfaraday/frontier-orchestrator
MCP server Claude CodeCodexCursor +2
MCP server "frontier-orchestrator" as configured in luckeyfaraday/frontier-orchestrator. Runs ${CLAUDE_PROJECT_DIR:-.}/dist/src/index.js with node. Needs 1 environment variable to run.
Plugin Claude Code
Plugin marketplace listing 1 plugin: codex-router.
Plugin Claude Code
Route heavy-duty coding tasks from your Claude Code agent to OpenAI Codex, choosing GPT-5.6 Sol, Terra, or Luna as a supervised background worker — Claude briefs, delegates, reviews, and verifies.
Skill Claude CodeCodex
Offload heavy-duty implementation work to OpenAI Codex as a background worker, routing each task to the appropriate available GPT model—especially GPT-5.6 Sol, Terra, or Luna—while Claude stays the orchestrator and reviewer. Use when the user types /codex, asks to delegate/offload/route work to Codex or a GPT model…
Skill Claude CodeCodex
Corporate Word document generation and editing for .docx files. Use when Claude needs to create professional Word documents from structured input, preserve document templates, or produce styled report outputs.
Skill Claude CodeCodex
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Skill Claude CodeCodex
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks.
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Corporate workbook generation, spreadsheet editing, and formula recalculation for .xlsx files. Use when Claude needs to create professional Excel workbooks from structured input, preserve workbook templates, or recalculate formulas with LibreOffice.
Skill Claude CodeCodex
Example skill loaded from resourcesdiscover.
Agent
Creates implementation plans from context and requirements.
Agent
Code review specialist for quality and security analysis.
Agent
Fast codebase recon that returns compressed context for handoff to other agents.
Agent
General-purpose subagent with full capabilities, isolated context.
MCP server Claude CodeCodexCursor +2
MCP server "master-workflow" as configured in luckeyfaraday/master-workflow. Runs locally from the . Python package.
Skill Claude CodeCodex
Orchestrate a build as orchestrator → worker → critical reviewer, delegating to Codex, Grok, OpenCode, Claude, or Kimi and looping until an independent cross-model reviewer scores the diff 9/10. Use when the user says master-workflow, asks to delegate or offload work to another agent CLI, asks to run a review loop…
Skill Claude CodeCodex
Use when the user wants automatic task-difficulty routing for reasoning effort only, asks to run or configure the auto-reasoning harness, wants Codex/OpenAI calls to keep the model fixed while varying reasoning depth, or asks for an auditable effort-selection workflow.