By ferrants
Audit and implement Symphony-pattern automation for coding agent orchestration — continuous, issue-driven coding with Codex, Claude Code, or any AI coding agent.
A Claude Code plugin that helps teams adopt the Symphony pattern — continuous, automated coding agent orchestration driven by issue trackers.
Works with Codex, Claude Code, or any AI coding agent.
npx skills add ferrants/skill-enable-symphony
Or for a specific project only:
npx skills add ferrants/skill-enable-symphony --scope project
Clone the repo and ask your AI coding tool to tailor the skill to your specific workflows:
git clone https://github.com/ferrants/skill-enable-symphony.git
Symphony is an open specification from OpenAI for a service that polls an issue tracker (Linear, GitHub Issues, etc.), creates isolated workspaces per issue, and runs a coding agent session for each. This skill helps you adopt that pattern in your own repos.
Once installed, Claude gains the /enable-symphony skill with two modes:
Scores your repo's Symphony readiness across 10 dimensions (workflow file, tracker config, workspace safety, agent integration, security, etc.) and produces a gap report with prioritized recommendations.
Generates the files needed to run Symphony-pattern automation:
.claude/settings.json for Claude Code, or Codex config| Agent | How it integrates |
|---|---|
| OpenAI Codex | codex app-server subprocess with JSON-RPC over stdio (reference implementation) |
| Claude Code | claude -p invocations with --output-format json, --max-turns, session management |
| Other agents | Any agent that can run non-interactively in a workspace directory |
The skill includes the complete Symphony specification (split into a condensed overview and two detailed reference files), implementation guides for both Codex and Claude Code, an audit checklist with scoring rubric, and a starter WORKFLOW.md template.
Invoke the skill directly:
/enable-symphony
Or Claude will invoke it automatically when the conversation involves symphony, coding agent automation, WORKFLOW.md, issue-to-PR automation, or agent orchestration.
MIT
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.
npx claudepluginhub ferrants/skill-enable-symphonySkills for running OpenAI Codex CLI — code reviews, non-interactive task execution, and cross-model validation.
Skill for querying and tailing AWS CloudWatch logs — search log groups, filter events, run Insights queries, and tail logs in real-time.
Skill for interacting with Bitbucket Cloud and Server/Data Center — manage pull requests, browse repos, view commits, read files, and search code.
Create interactive Reveal.js slide deck presentations with rich visual elements — boxes, layouts, tables, code blocks, and themes.
Skill for remote-controlling tmux sessions — send keystrokes, capture pane output, and drive interactive CLIs.
Tactical Agentic Coding course content by @IndyDevDan - Master agentic coding tactics to scale engineering and build self-operating codebases
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
11 agents, 35 skills, 18 commands, 9 hooks — spec-driven multi-agent orchestration for Claude Code, with optional cross-device semantic memory.
Tool-agnostic agentic coding setup: 29 agents, 53 skills, 67 rules, 30 commands, 7 hooks, MCP servers, and a CLI-tool surface generated for 3 AI coding tools from a single canonical source. Counts derived from governance/inventory.json.
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow