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.
中文增强版 Claude Code 复合工程插件 — AI Skills、Agents 和 Workflows,让每个工程单元都比上一个更容易
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.
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.
Jerrylalala/compound-engineering
Skill Claude CodeCodex
Skill "workflows-review" from Jerrylalala/compound-engineering, covering workflows-review, 适用对象, 输出原则, 审查步骤 and 高价值能力.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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…
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…
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.
Jerrylalala/compound-engineering
Skill Claude CodeCodex
Run comprehensive agent-native architecture review with scored principles.
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…
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.
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.
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.
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.