📄 skillActiveExperimentalOfficialhigh

openai/symphony

by openai

Symphony turns project work into isolated, autonomous implementation runs, allowing teams to manage work instead of supervising coding agents.

Supported Platforms

🤖 Claude Code🧠 Codex

Stars

25.2k

Skill Type

🚀 CI/CD & Deployment

Quality Score

45/200

License

Apache-2.0

Forks

2.5k

Last Updated

Jun 11, 2026

Discovered

May 8, 2026

Validation

Passed

github.com/openai/symphony

Quality Breakdown

45/ 200

Content Signals

â—‹Gotchas/Edge Cases+40
â—‹Progressive Disclosure+30
â—‹Trigger Description+20
â—‹Verification/Safety+20
â—‹Code Examples+15
â—‹Composability+15

Repo Health

✓Recent Activity+15
â—‹Scripts/Automation+10
✓Real Usage (Issues)+10
✓Single Responsibility+10
â—‹Config/Persistence+10
✓Install Instructions+5

Multi-platform bonus: +5 pts if tool supports 2+ platforms. Score derived from 12 structural signals — not stars or popularity.

Trust & Verification

Official

This skill is published by a platform vendor.

high

Broad system access required. Carefully review permissions before installing.

Active

Updated within the last 90 days. Actively maintained.

Risk Assessment

  • Multi-agent spawning orchestration: Repository implements autonomous agent framework that spawns multiple agents to handle work items
  • Autonomous operation without human approval gates: Symphony spawns agents autonomously based on Linear board monitoring, with agents completing tasks and landing PRs
  • System capabilities requested: SSH client implementation (elixir/lib/symphony_elixir/ssh.ex) indicates remote command execution capability
  • External code execution: Agent runner (elixir/lib/symphony_elixir/agent_runner.ex) and dynamic tool system (elixir/lib/symphony_elixir/codex/dynamic_tool.ex) allow arbitrary code execution
  • Installation/bootstrap automation: Includes worktree_init.sh and workspace initialization scripts for environment setup
  • Persistent configuration modification: Config schema (elixir/lib/symphony_elixir/config/schema.ex) and workflow store indicate persistent state modification capabilities