Jerrylalala
Community@Jerrylalala
Jerrylalala maintains a compound-engineering skill suite covering the full software lifecycle: ideation, planning, execution, multi-perspective code review, and knowledge compounding.
Agent Skills by Jerrylalala
Showing 81 vetted skills indexed across 1 GitHub repositories.
user-first-design
Generates structured UI design proposals with interaction flows, layouts, and copy guidelines.
compound-promotion-ladder
Detects recurring solution patterns and promotes them into critical patterns or new skills.
ui-review-contract
Detects UI-related tasks via a four-signal gate to trigger design review in code review workflows.
intent-gate
Classifies task intent before ce:work execution and assigns matching execution strategies.
ce-work-integration
Adds Task Bundle persistence and failure state machine tracking to ce:work execution.
team-mode
Coordinates multi-agent contract-gated execution for plan, work, and review workflows.
executor-capability-gate
Validates CLI installation, authentication, network, and rate limits before invoking Codex or Gemini.
task-bundle
Manages Task Bundle artifacts with plan, state, and review files under docs/tasks.
review-contract
Classifies code review agents into Blocking, Analytical, and Advisory tiers with anti-leniency rules.
codex-first-executor
Routes tasks between Claude and Codex executors based on task characteristics.
patch-approval
Reviews Codex-generated patch diffs in an isolated git clone before applying them to the workspace.
ce:compound-refresh
Reviews and refreshes stale, drifted, or duplicate learning documents in docs/solutions/.
ce:doctor
Diagnose CLI tools, MCP servers, and authentication status with optional auto-fix.
ce:resume
Summarizes recent git history, pending ideas, and active plans to orient returning developers.
git-commit
Create well-structured git commits with convention-aware messages from working tree changes.
todo-resolve
Resolves approved todo items in parallel and documents lessons learned.
agent-browser
Automate browser navigation, form filling, screenshots, and data extraction via a CLI.
proof
Create, edit, and comment on shared markdown documents via the Proof web API and local bridge.
ce:work
Executes work plans with agent teams, incremental commits, and four-layer verification.
ce:pr
Creates GitHub pull requests and optionally merges them into the default branch.
ce:sync-upstream
Detect upstream repository updates and generate structured sync analysis reports.
ce:setup
Diagnose and configure compound-engineering environments by checking CLI dependencies, plugin versions, and repo-local config.
git-clean-gone-branches
Delete local Git branches whose remote tracking branch no longer exists, including associated worktrees.
test-driven-development
Enforces red-green-refactor test-driven development cycles before writing production code.
Frequently Asked Questions About Jerrylalala
FAQPage SchemaWhat tasks can I accomplish with Jerrylalala's skill collection?▼
You can run a full engineering cycle: brainstorm requirements with multi-persona discussion, generate atomic execution plans, execute with verification layers, run tiered multi-reviewer code audits with autofix, commit and open PRs, reproduce GitHub issues, and compound lessons into a persistent docs/solutions knowledge base.
Who is the target user for these compound-engineering skills?▼
Software engineers and technical leads using Claude Code who want structured, repeatable development processes. It suits solo developers wanting disciplined review gates and teams needing contract-gated multi-role execution, PR feedback resolution, and shared experience documentation across sessions.
How do I install and run these skills in practice?▼
Install via the Claude Code marketplace plugin cache, then run ce:setup to diagnose CLI dependencies and repository configuration. Use ce:doctor for health checks with one-click fixes, ce:update to check plugin versions, and invoke numbered stages like ce:brainstorm, ce:plan, ce:work, and ce:review with argument hints.
Are these skills free and open source?▼
The manifest indicates marketplace-distributed Claude Code plugin skills; skill-creator references complete terms in a bundled LICENSE.txt. No paid tier is mentioned in the manifest. Check the repository's LICENSE.txt for exact licensing terms before redistribution or commercial reuse.
What prerequisites and dependencies do these skills require?▼
You need Claude Code with the compound-engineering plugin installed, plus git and GitHub CLI (gh) for commit, PR, and branch operations. Optional integrations include Codex and Gemini as external executors, Playwright for browser verification, XcodeBuildMCP for iOS simulator tests, and rclone for cloud storage uploads.