Skip to content

compound-engineering-plugin

by EveryInc

Office Compound Engineering plugin for Claude Code, Codex, and more

About

Office Compound Engineering plugin for Claude Code, Codex, and more

17,151
Stars
95
Skill Files
1,326
Forks
471
PRs Merged
63
Contributors
44
Issues Open
189
Issues Closed
2026-05-25
Last Activity

Skill Analysis

145
Avg Lines / Skill
1,401
Avg Words / Skill
296
Code Blocks
549
Total Files
6.07 MB
Repo Size
95
Reference Files
Skill lines6 min / 95 median / 899 max
Code languagesbash, erb, json, markdown, mermaid, python, ruby, sql, text, typescript, yaml
Frontmatter keysallowed-tools, argument-hint, capabilities, ce_platforms, color, description, disable-model-invocation, model, name, tools
Has CLAUDE.mdYes
Has LicenseYes
File typesmd (370), ts (98), json (25), py (17), sh (12), yaml (8), yml (4), jsonl (3), png (1), lock (1)

Skills (101)

  • triage-prs
    194 lines955 words7 blocks

    Triage all open PRs with parallel agents, label, group, and review one-by-one

    bash
  • coding-tutor
    215 lines1775 words5 blocks

    Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail tha...

    bashyaml
  • ce-performance-oracle
    112 lines604 words

    "Analyzes code for performance bottlenecks, algorithmic complexity, database queries, memory usage, and scalability. Use after implementing features o...

  • ce-design-lens-reviewer
    57 lines686 words

    "Reviews planning documents for missing design decisions -- information architecture, interaction states, user flows, and AI slop risk. Uses dimension...

  • ce-correctness-reviewer
    53 lines590 words1 blocks

    Always-on code-review persona. Reviews code for logic errors, edge cases, state management bugs, error propagation failures, and intent-vs-implementat...

    json
  • ce-adversarial-reviewer
    112 lines1211 words1 blocks

    Conditional code-review persona, selected when the diff is large (>=50 changed lines) or touches high-risk domains like auth, payments, data mutations...

    json
  • ce-security-reviewer
    55 lines583 words1 blocks

    Conditional code-review persona, selected when the diff touches auth middleware, public endpoints, user input handling, or permission checks. Reviews ...

    json
  • ce-maintainability-reviewer
    78 lines742 words1 blocks

    Always-on code-review persona. Reviews code for structural quality, complexity deletion, coupling, naming, dead code, type-boundary leaks, and abstrac...

    json
  • ce-testing-reviewer
    53 lines628 words1 blocks

    Always-on code-review persona. Reviews code for test coverage gaps, weak assertions, brittle implementation-coupled tests, and missing edge case cover...

    json
  • ce-design-iterator
    198 lines1291 words3 blocks

    "Iteratively refines UI design through N screenshot-analyze-improve cycles. Use PROACTIVELY when design changes aren't coming together after 1-2 attem...

    bash
  • ce-api-contract-reviewer
    53 lines547 words1 blocks

    Conditional code-review persona, selected when the diff touches API routes, request/response types, serialization, versioning, or exported type signat...

    json
  • ce-spec-flow-analyzer
    88 lines788 words

    "Analyzes specifications and feature descriptions for user flow completeness and gap identification. Use when a spec, plan, or feature description nee...

  • ce-coherence-reviewer
    74 lines1394 words

    "Reviews planning documents for internal consistency -- contradictions between sections, terminology drift, structural issues, and ambiguity where rea...

  • ce-issue-intelligence-analyst
    213 lines2247 words7 blocks

    "Fetches and analyzes GitHub issues to surface recurring themes, pain patterns, and severity trends. Use when understanding a project's issue landscap...

    markdown
  • ce-julik-frontend-races-reviewer
    53 lines546 words1 blocks

    Conditional code-review persona, selected when the diff touches async UI code, Stimulus/Turbo lifecycles, or DOM-timing-sensitive frontend behavior. R...

    json
  • ce-pr-comment-resolver
    179 lines1762 words9 blocks

    "Evaluates and resolves one or more related PR review threads -- assesses validity, implements fixes, and returns structured summaries with reply text...

    markdown
  • "Gathers comprehensive documentation and best practices for frameworks, libraries, or dependencies. Use when you need official docs, version-specific ...

  • ce-git-history-analyzer
    48 lines445 words

    "Performs archaeological analysis of git history to trace code evolution, identify contributors, and understand why code patterns exist. Use when you ...

  • ce-project-standards-reviewer
    85 lines1066 words1 blocks

    Always-on code-review persona. Audits changes against the project's own CLAUDE.md and AGENTS.md standards -- frontmatter rules, reference inclusion, n...

    json
  • "Researches and synthesizes external best practices, documentation, and examples for any technology or framework. Use when you need industry standards...

Recent Commits

-348 contributions across all repos
MayJunJulAugSepOctNovDecJanFebMarAprMay
Less
More
  • 673dcfa2026-05-25
    fix(simplify-code): guard against over-simplification and behavior drift (#859)
    Trevin Chow
  • 26a80252026-05-23
    fix(commit): auto-create feature branch on default branch (#856)
    Trevin Chow
  • 5297a942026-05-22
    refactor(review): consolidate migration personas and trim stack reviewers (#854)
    Trevin Chow
  • 67d27362026-05-22
    fix(ce-commit-push-pr): require user-visible bug summaries (#853)
    Trevin Chow
  • 0aa6b552026-05-21
    feat(ce-dogfood-beta): add diff-scoped browser QA dogfood skill (#848)
    Kieran Klaassen
  • 08bb5892026-05-21
    chore: release main (#850)
    github-actions[bot]
  • ac1c6d92026-05-21
    fix(ce-compound): drop date suffix from generated doc filenames (#849)
    Trevin Chow
  • 796bea72026-05-21
    fix(agents): rename .agent.md to .md for VS Code Copilot tool access (#846)
    Brian Paden
  • 2a466702026-05-21
    fix(ce-proof): update HITL flow for Proof v2 (#847)
    Trevin Chow
  • f61d1b32026-05-18
    chore: release main (#834)
    github-actions[bot]