Skip to main content

← All sources

Compound Engineering (Every) skills

27 first-party software-engineering workflow skills (ce-brainstorm, ce-plan, ce-work, ce-code-review, ce-commit, ce-promote, and more) from Every's official Compound Engineering plugin for Claude Code, Codex, and Cursor. skills-hub.ai mirrors 33 skills from Compound Engineering (Every) daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/EveryInc/compound-engineering-plugin

Installing a Compound Engineering (Every) skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Compound Engineering (Every) skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Compound Engineering (Every) skills via API
curl https://skills-hub.ai/api/v1/skills?source=compound-engineering

# Browse all sources
open https://skills-hub.ai/sources

Top Compound Engineering (Every) skills

See all →

The most-installed skills from Compound Engineering (Every), ranked by adoption.

  1. 01ce-prototype

    Build a throwaway prototype to answer how something should work, feel, or read — an interface, a flow, a state model, a visual direction. Use when committing the wrong answer would be expensive to unravel and a cheap sketch cannot settle it, whether the user settles it by driving the artifact or by seeing it at real finish — one question, or the next related question after that. Not a rough visual probe during brainstorming, not for deciding what to build, not polishing a feature that already works, not implementing the real thing.

    Buildfrom Compound Engineering (Every)
  2. 02ce-promote

    Draft launch or promotion copy for a shipped feature.

    Buildfrom Compound Engineering (Every)
  3. 03ce-explain

    Create a durable, visual teaching artifact — plus an optional check-in (predict-then-reveal for diffs, corrected exercises) that makes it stick — for something worth learning: a concept, a diff, an idea, or a window of your own recent work. Use when the user wants to be taught, wants a deep explainer, wants to understand a substantial change, or wants a work recap built for retention. Not for ordinary Q&A, brief 'why?' follow-ups, operational diagnosis, status updates, or a concise trade-off answer that belongs inline in chat. For learning, not repo docs or verdicts.

    Buildfrom Compound Engineering (Every)
  4. 04ce-worktree

    Set up isolated git worktrees — create a new branch for fresh work, or attach a worktree to an existing branch/PR/commit to work on it in isolation. Use when starting isolated work or isolating an existing ref; detects existing isolation first.

    Buildfrom Compound Engineering (Every)
  5. 05ce-test-xcode

    Build and test iOS apps on simulator with XcodeBuildMCP.

    Buildfrom Compound Engineering (Every)
  6. 06ce-commit

    Create a git commit with a clear, value-communicating message. Use when the user asks to commit/save staged or unstaged changes with a repo-appropriate message.

    Buildfrom Compound Engineering (Every)
  7. 07ce-work

    Execute a plan or concrete work prompt end-to-end. Use when implementing from a plan document, a spec path, or a clear build request; use ce-debug for open-ended bugs. Standalone use owns the shipping tail; outer orchestrators pass `mode:return-to-caller [implementation_engine:<compact-json>] [implementation_run:<safe-id>] <plan path>` for implementation, recovery, and local verification only.

    Buildfrom Compound Engineering (Every)
  8. 08ce-strategy

    Create or update STRATEGY.md. Use when starting a product, changing direction or roadmap, or when ce-ideate, ce-brainstorm, or ce-plan need upstream product grounding.

    Buildfrom Compound Engineering (Every)
  9. 09ce-proof

    Publish, read, comment on, or edit markdown in Proof. Use for Proof links, sharing specs/plans/drafts, or publish handoffs from planning workflows; avoid proofread, math, evidence, or proof-of-concept meanings.

    Buildfrom Compound Engineering (Every)
  10. 10ce-plan

    Create structured plans for multi-step work, including software and non-software tasks. Use when asked to plan, break down implementation, plan from requirements, or deepen an existing plan; prefer ce-brainstorm for exploratory framing.

    Buildfrom Compound Engineering (Every)
  11. 11ce-debug

    Diagnosis loop for bugs and failing behavior. Use for errors, stack traces, regressions, failed tests, issue-tracker bugs, stuck investigations after failed fixes, or asks to debug/fix a bug.

    Buildfrom Compound Engineering (Every)
  12. 12ce-test-browser

    Run browser tests for pages affected by the current branch or PR.

    Buildfrom Compound Engineering (Every)
  13. 13ce-retune

    Retune a skill corpus for a new model, measurement-first: mine the run archive for a baseline, establish a noise floor, audit the corpus adversarially, then cut in measured passes until a pre-registered bar clears. Requires a benchmark harness that can A/B two builds of the corpus; refuses without one.

    Buildfrom Compound Engineering (Every)
  14. 14ce-code-review

    Structured code review for bugs, regressions, tests, and standards. Use before PRs or when asked for review; report-only by default, with explicit local apply available for user-directed fix workflows.

    Buildfrom Compound Engineering (Every)
  15. 15ce-brainstorm

    Explore vague or ambitious ideas into a right-sized requirements-only unified plan. Use when the user wants to brainstorm, think through scope, decide what to build, or needs collaborative product framing before planning. Also use when the user must scope work in territory they say they do not know ("I know nothing about X but need to...") or asks for a blindspot pass — mapping the decision surface before questions begin. Not for executing already-specified work — direct implementation, debugging, or code review where no product scope is left to decide. Not for a decisive verdict on whether to adopt or switch to a specific external technology, library, or platform — brainstorming scopes what to build, not whether to commit to an outside option.

    Buildfrom Compound Engineering (Every)
  16. 16ce-ideate

    Generate and evaluate grounded ideas. Use when the user asks for ideas, improvements, surprising options, or AI-generated directions before choosing one to develop; use ce-brainstorm to refine the user's own idea, and ce-pov for a verdict on an option already on the table.

    Buildfrom Compound Engineering (Every)
  17. 17lfg

    Run the full autonomous shipping pipeline end-to-end, hands-off with no check-ins: plan, implement, review and fix, commit, push a branch, open a PR, and watch CI to green. Use only when the user explicitly asks to build or ship something autonomously all the way to an open PR, or invokes lfg directly — it pushes and opens a PR without stopping. Not for in-the-loop work where the user reviews each step: use ce-plan to plan, ce-work to implement a plan, ce-debug to fix a bug, or ce-commit-push-pr to commit and open a PR for existing changes.

    Buildfrom Compound Engineering (Every)
  18. 18ce-resolve-pr-feedback

    Resolve PR review feedback. Use when addressing review comments, resolving review threads, or fixing code-review feedback.

    Buildfrom Compound Engineering (Every)
  19. 19ce-product-pulse

    Generate time-windowed product pulse reports from configured signals.

    Buildfrom Compound Engineering (Every)
  20. 20ce-babysit-pr

    Babysits or watches an open GitHub PR until merge-ready, continuously reacting to review comments, CI failures, and routine base movement throughout the PR's life. Use when asked to 'babysit the PR', 'watch the PR', monitor, or keep an eye on a PR over time — not a one-shot request to resolve review comments or debug one CI failure (those are separate skills). GitHub only, including GitHub Enterprise.

    Buildfrom Compound Engineering (Every)
  21. 21ce-compound

    Document a recently solved problem as a durable repo learning, or capture project vocabulary in CONCEPTS.md. Use when capturing a learning after work.

    Buildfrom Compound Engineering (Every)
  22. 22ce-commit-push-pr

    Commit, push, and open a PR. Use when asked to ship/open a PR, or for PR-description-only flows like writing, rewriting, or describing a PR body.

    Buildfrom Compound Engineering (Every)
  23. 23ce-simplify-code

    Simplify settled, recently changed code for clarity, reuse, quality, and efficiency while preserving behavior. Use after implementation and before review; use ce-debug for bugs.

    Buildfrom Compound Engineering (Every)
  24. 24ce-doc-review

    Review requirements, plans, or specs with role-specific lenses. Use when the user wants to improve an existing planning document.

    Buildfrom Compound Engineering (Every)

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Aug 15, 2026, 4:16 PM (success).

Compound Engineering (Every) skills, frequently asked

What are Compound Engineering (Every) skills?

Compound Engineering (Every) skills are AI coding skills published by Compound Engineering (Every) (27 first-party software-engineering workflow skills (ce-brainstorm, ce-plan, ce-work, ce-code-review, ce-commit, ce-promote, and more) from Every's official Compound Engineering plugin for Claude Code, Codex, and Cursor.) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Compound Engineering (Every) skills are available?

skills-hub.ai indexes 33 skills from Compound Engineering (Every), synced daily from the upstream GitHub repository (https://github.com/EveryInc/compound-engineering-plugin).

How do I install a Compound Engineering (Every) skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Compound Engineering (Every) skills?

Yes. Every skill from this source is mirrored from Compound Engineering (Every)'s own GitHub repository (https://github.com/EveryInc/compound-engineering-plugin). Each skill page links back to the upstream source of truth, so you can verify the original.