Jerrylalala/compound-engineering

中文增强版 Claude Code 复合工程插件 — AI Skills、Agents 和 Workflows,让每个工程单元都比上一个更容易

5Stars on the repository
61Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A brainstorming workflow for clarifying a software idea before implementation. It can use several viewpoints and produce a document with priorities and boundaries for reuse versus new work.

5 3mo ago A 32 tokens original MIT

workflows-plan

02

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A planning skill that turns a feature request, bug report, or brainstorming document into a step-by-step plan for another coding agent to execute.

5 3mo ago A 27 tokens original MIT

workflows-review

03

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Skill "workflows-review" from Jerrylalala/compound-engineering, covering workflows-review, 适用对象, 输出原则, 审查步骤 and 高价值能力.

5 3mo ago A 26 tokens original MIT

coding-tutor

04

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.

5 3mo ago A 44 tokens copy · 100% MIT

ce-work-integration

05

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A task-tracking add-on for ce:work, a workflow that executes coding tasks and checks the results. It saves progress in state.md and records whether work is active, blocked, being debugged, replanned, or resumed.

5 3mo ago A 75 tokens original MIT

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A routing policy for choosing between Claude and Codex as external coding agents based on the task. It also defines retry, timeout, and fallback behavior when an external call fails.

5 3mo ago A 59 tokens original MIT

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A guide for turning repeated lessons from a project into reusable documentation, patterns, additions to existing skills, or new skills. It checks solution documents for recurring problems and effects across modules.

5 3mo ago A 67 tokens original MIT

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A pre-check for calling external coding agents such as Codex or Gemini. It checks that the command-line tool is installed, credentials exist, the network works, rate limits allow a call, and the request is usable.

5 3mo ago B 66 tokens original MIT

intent-gate

09

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A task-intent classifier for the ce:work coding workflow. It distinguishes implementation, bug fixing, refactoring, exploration, configuration or documentation, and mixed tasks, then selects a matching approach.

5 3mo ago A 66 tokens original MIT

patch-approval

10

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A review step for code changes produced as a patch or diff, meaning a text description of file changes. Codex produces the patch in an isolated copy, Claude reviews it, and the user confirms before it is written.

5 3mo ago C 57 tokens original MIT

review-contract

11

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A review policy that divides code reviewers into three levels: blocking issues, analytical concerns, and optional advice. It adds rules for how certain reviewers must be and how findings should be classified.

5 3mo ago A 61 tokens original MIT

sync-targets

12

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A setup skill that copies a local compound-engineering plugin to Codex CLI and Gemini CLI, two tools for working with coding agents.

5 3mo ago C 0 tokens original MIT

task-bundle

13

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A document structure for tracking coding tasks in docs/tasks/. Each task has a plan.md for goals and acceptance rules, a state.md for progress and blockers, and a review.md for findings and conclusions.

5 3mo ago A 24 tokens original MIT

team-mode

14

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Multi-agent collaboration overlay for ce:plan/work/review. ce:brainstorm structured convergence is built-in to [P] mode, not via [T]. Enables contract-gated execution with single writer principle, real Agent Teams verifier, and deterministic patch gate.

5 3mo ago A 55 tokens original MIT

ui-review-contract

15

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A rule set that decides when a coding task needs a visual review of its user interface, such as pages, components, layouts, or styles.

5 3mo ago A 68 tokens original MIT

user-first-design

16

Jerrylalala/compound-engineering

Skill Claude CodeCodex

This skill should be used when designing user interfaces with a "worst user first" philosophy. It applies when creating forms, pages, flows, or any user-facing interface where usability and emotional comfort are priorities. Generates structured UI design proposals with interaction flows, layouts, copy guidelines, and…

5 3mo ago A 65 tokens original MIT

agent-browser

17

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

5 3mo ago A 108 tokens copy · 81% MIT

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.

5 3mo ago A 47 tokens copy · 92% MIT

Jerrylalala/compound-engineering

Skill Claude CodeCodex

This skill should be used when writing Ruby gems following Andrew Kane's proven patterns and philosophy. It applies when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when clean, minimal, production-ready Ruby library code is needed. Triggers on requests like "create a gem", "write a Ruby…

5 3mo ago A 88 tokens copy · 97% MIT

ce:brainstorm

21

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A collaborative workflow for exploring a feature or improvement before writing code. It produces a requirements document that records the intended behavior, scope, and measures of success.

5 3mo ago A 27 tokens original MIT

ce:commit-push-pr

22

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A workflow for committing code, sending it to a remote Git repository, and opening or updating a pull request—a request for others to review proposed changes.

5 3mo ago A 29 tokens original MIT

ce:commit

23

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A coding workflow that reviews your current Git changes and creates one commit with a clear message. Git is a tool that records versions of files and commits are saved change sets.

5 3mo ago A 23 tokens original MIT

ce:compound-refresh

24

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A workflow for reviewing experience documents in a project's docs/solutions/ folder. It checks whether those documents are outdated, duplicated, or no longer match the codebase.

5 3mo ago A 37 tokens copy · 92% MIT