agentsclimarketplace

Codex symphony

Skill citedy/skills/skills/codex-symphony

Curated collection of skills by Citedy — AI-powered SEO content automation

Install
npx -y skills add citedy/skills --skill codex-symphony

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Install and operate a portable OpenAI Symphony + Linear orchestration setup in any Git repository. Use when the user wants a one-command local Symphony runner, a reusable WORKFLOW template, background launch scripts, or a Codex wrapper that restarts Symphony automatically when reopening the CLI.

SKILL.md

2.5 KB, as published. Nobody here has run it

Codex Symphony

Use this skill when the user wants to install or operate a local OpenAI Symphony setup for a repository.

When to Use

Use this skill when the user asks to:

  • install Symphony into a repo
  • restart Symphony after reopening Codex
  • add a reusable codex-symphony command
  • bootstrap Linear-driven agent orchestration
  • create a portable Symphony package for another machine or repo
  • diagnose why Symphony is not starting
  • initialize repo-local Symphony env files safely

Core Rule

Do not assume a fixed repository path.

Always resolve the target repo by:

  1. explicit argument, if the user gave one
  2. git rev-parse --show-toplevel, if running inside a repo
  3. otherwise ask for the repo path

Install

Run the bundled installer:

bash scripts/install.sh [optional-repo-path]

The installer will:

  • copy WORKFLOW.symphony.md
  • copy scripts/symphony/*
  • copy .env.symphony.example
  • enable ./scripts/symphony/init.sh for .env.symphony.local
  • enable ./scripts/symphony/doctor.sh for readiness checks
  • append .symphony/ to .gitignore if missing
  • install ~/.local/bin/codex-symphony
  • link this skill into ~/.codex/skills/codex-symphony

Operate

After install, the normal commands are:

./scripts/symphony/init.sh
./scripts/symphony/doctor.sh
codex-symphony
./scripts/symphony/logs.sh
./scripts/symphony/restart.sh
./scripts/symphony/start-background.sh
./scripts/symphony/status.sh
./scripts/symphony/stop.sh

Required Env

The target repo must provide:

  • LINEAR_API_KEY
  • LINEAR_PROJECT_SLUG
  • SOURCE_REPO_URL
  • SYMPHONY_WORKSPACE_ROOT

Optional:

  • GH_TOKEN
  • SYMPHONY_PORT

Expected Help Pattern

When helping the user:

  1. run the installer if the repo is not bootstrapped yet
  2. prefer ./scripts/symphony/init.sh over manual env editing
  3. run ./scripts/symphony/doctor.sh before starting if setup looks incomplete
  4. tell the user which env vars or tools are still missing
  5. start Symphony only after the repo is configured
  6. report dashboard URL and log path only

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.