{"id":43236124,"url":"https://github.com/EveryInc/compound-engineering-plugin","last_synced_at":"2026-02-03T19:00:15.131Z","repository":{"id":318971612,"uuid":"1073224021","full_name":"EveryInc/compound-engineering-plugin","owner":"EveryInc","description":"Official Claude Code compound engineering plugin","archived":false,"fork":false,"pushed_at":"2026-02-02T20:26:31.000Z","size":12511,"stargazers_count":7029,"open_issues_count":49,"forks_count":564,"subscribers_count":74,"default_branch":"main","last_synced_at":"2026-02-03T05:54:05.446Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EveryInc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-09T19:43:46.000Z","updated_at":"2026-02-03T05:12:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"22b8824e-bacc-46cc-9857-992756bde427","html_url":"https://github.com/EveryInc/compound-engineering-plugin","commit_stats":null,"previous_names":["everyinc/every-marketplace","everyinc/compounding-engineering-plugin","everyinc/compound-engineering-plugin","kieranklaassen/compound-engineering-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EveryInc/compound-engineering-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveryInc%2Fcompound-engineering-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveryInc%2Fcompound-engineering-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveryInc%2Fcompound-engineering-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveryInc%2Fcompound-engineering-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EveryInc","download_url":"https://codeload.github.com/EveryInc/compound-engineering-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EveryInc%2Fcompound-engineering-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29054034,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T15:43:47.601Z","status":"ssl_error","status_checked_at":"2026-02-03T15:43:46.709Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-01T11:00:35.008Z","updated_at":"2026-02-03T19:00:15.125Z","avatar_url":"https://github.com/EveryInc.png","language":"TypeScript","readme":"# Compound Marketplace\n\n[![Build Status](https://github.com/EveryInc/compound-engineering-plugin/actions/workflows/ci.yml/badge.svg)](https://github.com/EveryInc/compound-engineering-plugin/actions/workflows/ci.yml)\n[![npm](https://img.shields.io/npm/v/@every-env/compound-plugin)](https://www.npmjs.com/package/@every-env/compound-plugin)\n\nA Claude Code plugin marketplace featuring the **Compound Engineering Plugin** — tools that make each unit of engineering work easier than the last.\n\n## Claude Code Install\n\n```bash\n/plugin marketplace add https://github.com/EveryInc/compound-engineering-plugin\n/plugin install compound-engineering\n```\n\n## OpenCode + Codex (experimental) Install\n\nThis repo includes a Bun/TypeScript CLI that converts Claude Code plugins to OpenCode and Codex.\n\n```bash\n# convert the compound-engineering plugin into OpenCode format\nbunx @every-env/compound-plugin install compound-engineering --to opencode\n\n# convert to Codex format\nbunx @every-env/compound-plugin install compound-engineering --to codex\n```\n\nLocal dev:\n\n```bash\nbun run src/index.ts install ./plugins/compound-engineering --to opencode\n```\n\nOpenCode output is written to `~/.opencode` by default, with `opencode.json` at the root and `agents/`, `skills/`, and `plugins/` alongside it.\nBoth provider targets are experimental and may change as the formats evolve.\nCodex output is written to `~/.codex/prompts` and `~/.codex/skills`, with each Claude command converted into both a prompt and a skill (the prompt instructs Codex to load the corresponding skill). Generated Codex skill descriptions are truncated to 1024 characters (Codex limit).\n\n## Workflow\n\n```\nPlan → Work → Review → Compound → Repeat\n```\n\n| Command | Purpose |\n|---------|---------|\n| `/workflows:plan` | Turn feature ideas into detailed implementation plans |\n| `/workflows:work` | Execute plans with worktrees and task tracking |\n| `/workflows:review` | Multi-agent code review before merging |\n| `/workflows:compound` | Document learnings to make future work easier |\n\nEach cycle compounds: plans inform future plans, reviews catch more issues, patterns get documented.\n\n## Philosophy\n\n**Each unit of engineering work should make subsequent units easier—not harder.**\n\nTraditional development accumulates technical debt. Every feature adds complexity. The codebase becomes harder to work with over time.\n\nCompound engineering inverts this. 80% is in planning and review, 20% is in execution:\n- Plan thoroughly before writing code\n- Review to catch issues and capture learnings\n- Codify knowledge so it's reusable\n- Keep quality high so future changes are easy\n\n## Learn More\n\n- [Full component reference](plugins/compound-engineering/README.md) - all agents, commands, skills\n- [Compound engineering: how Every codes with agents](https://every.to/chain-of-thought/compound-engineering-how-every-codes-with-agents)\n- [The story behind compounding engineering](https://every.to/source-code/my-ai-had-already-fixed-the-code-before-i-saw-it)\n","funding_links":[],"categories":["Agent Skills 🤖","Repos","Skills","🤖 AI \u0026 Machine Learning","TypeScript","Skills \u0026 Plugins","Knowledge \u0026 Memory","Timeline"],"sub_categories":["General","October 2025"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEveryInc%2Fcompound-engineering-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEveryInc%2Fcompound-engineering-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEveryInc%2Fcompound-engineering-plugin/lists"}