Jerrylalala

61 mods across 1 repository, 5 stars between them.

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

26

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

27

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

28

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

29

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

30

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

31

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

32

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

33

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

34

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

38

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

39

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

40

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

41

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

ce:doctor

43

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A health-check procedure for command-line tools, connected services, sign-in status, and project handoff checks.

5 3mo ago A 21 tokens original MIT

ce:ideas

44

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Note: The current year is 2026. Use this when dating new entries added to IDEAS.md.

5 3mo ago A 28 tokens original MIT

ce:ideate

45

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A guided step for generating and ranking ideas for improving a project before detailed brainstorming or planning.

5 3mo ago A 20 tokens copy · 86% MIT

ce:plan

46

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A workflow for turning a feature request into a lasting technical implementation plan. It explains how to build the feature but does not implement code, run tests, or use execution results.

5 3mo ago A 18 tokens original MIT

ce:polish-beta

47

Jerrylalala/compound-engineering

Skill Claude CodeCodex

Start the dev server, open the feature in a browser, and iterate. You use the feature, say what feels off, and fixes happen.

5 3mo ago A 34 tokens original MIT

ce:pr

48

Jerrylalala/compound-engineering

Skill Claude CodeCodex

A command that creates a GitHub Pull Request (PR), which asks to merge changes from one branch into another, and can optionally merge it into the main branch.

5 3mo ago A 17 tokens original MIT