By gmilano
Autonomous Linear → GitHub bug fixing. Pulls Bug issues from a Linear team/project and, for each one, reproduces the bug with a failing test, fixes the root cause, runs the suite green, opens a PR, addresses automated review, and hands the issue back to a review lane on the board. Works on any single GitHub repo (default) or a monorepo of several repos.
A Claude Code plugin marketplace that distributes Symphony — autonomous Linear → GitHub bug fixing, built on Claude Code's Workflow (multi-agent orchestration) engine.
# 1. Add this marketplace (owner/repo — owner is the GitHub user or org that hosts it)
/plugin marketplace add gmilano/symphony-marketplace
# 2. Install the plugin
/plugin install symphony@symphony-marketplace
You can also add it from a git URL or a local checkout:
/plugin marketplace add https://github.com/gmilano/symphony-marketplace.git
/plugin marketplace add ./symphony-marketplace # local path
Replace
gmilanowith your own GitHub user/org if you fork or re-host this repo.
marketplace addandinstallare two separate steps. Adding the marketplace only makes the plugin available; you still have to run/plugin install symphony@symphony-marketplace. If you installed it in the current session, run/reload-pluginsto register it without restarting.
Once installed, run it with /symphony:symphony from inside the repository whose
Linear bugs you want to fix. (Plugin skills are namespaced /<plugin>:<skill>, so the
command is /symphony:symphony, not /symphony — you can also just say "run
symphony".) See the plugin's own docs for full configuration:
plugins/symphony/skills/symphony/README.md.
symphony-marketplace/
├── .claude-plugin/
│ └── marketplace.json ← marketplace manifest (lists the plugin)
└── plugins/
└── symphony/ ← the plugin
├── .claude-plugin/
│ └── plugin.json ← plugin manifest
├── skills/
│ └── symphony/
│ ├── SKILL.md ← /symphony:symphony launcher
│ └── README.md ← full docs & config reference
└── workflows/
└── claude-symphony.js ← the bug-fixing engine
gh CLI, authenticated with push + PR rights on the target repo(s).tests arg)./plugin marketplace update symphony-marketplace
Bump the version in both marketplace.json and plugins/symphony/.claude-plugin/plugin.json
when you publish changes.
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 gmilano/symphony-marketplace --plugin symphonyComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Create new skills, improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, or benchmark skill performance with variance analysis.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development