Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Accelerate full-stack development with an integrated toolkit for architecture planning, test-driven debugging, secure CI/CD, code review, documentation, and automated git workflows and releases.
npx claudepluginhub rileyhilliard/claude-essentials --plugin ceCreate a well-formatted git commit for current changes
Audit and upgrade project dependencies
Execute an implementation plan from the plans folder
Explain code in detail with examples
Fix a GitHub issue by number
Expert at comprehensive code review for merge requests and pull requests from technical, product, and DX perspectives. Use this agent when the user has completed work on a feature branch and needs review before merging. Analyzes all changes between branches, evaluates user impact, assesses developer experience, enforces project standards, and provides structured feedback organized by severity.
Use this agent when you want someone to poke holes in a plan, design, or idea before committing. Examples: <example> Context: User has a plan they want validated user: "Here's my plan for the new caching layer. What's wrong with it?" assistant: "I'll look for real flaws, risks, and unstated assumptions." <commentary> User wants rigorous critique. This agent looks harder for problems than a typical reviewer, but only raises genuine issues. </commentary> </example> <example> Context: User is considering a major decision user: "We're thinking of switching to DuckDB. Play devil's advocate." assistant: "I'll examine this critically and surface any real concerns." <commentary> User wants thorough scrutiny before committing. The goal is catching genuine issues, not arguing against the decision. </commentary> </example> <example> Context: User wants to find gaps in a spec user: "Review this spec and tell me what I'm missing" assistant: "I'll identify gaps, edge cases, and unstated assumptions." <commentary> Finding what's missing requires assuming something IS missing and looking for it. </commentary> </example>
Lightweight Haiku agent for delegated tasks. Receives detailed instructions from commands like /ce:commit, /ce:test, and /ce:pr. Not typically invoked directly by users.
Specialist at efficiently reading and analyzing large log files using targeted search and filtering. Optimized to avoid loading entire logs into context by using grep-style workflows, time and severity filters, and iterative refinement across arbitrary log formats.
Guides clean, scalable system architecture during the build phase. Use when designing modules, defining boundaries, structuring projects, managing dependencies, or preventing tight coupling and brittleness as systems grow.
Fixes flaky tests by replacing arbitrary timeouts with condition polling. Use when tests fail intermittently, have setTimeout delays, or involve async operations that need proper wait conditions.
Best practices for writing Claude Code skills, rules, and CLAUDE.md instructions. Use when creating SKILL.md files, authoring .claude/rules, writing CLAUDE.md project or user instructions, or configuring Claude behavior for a project or team.
Enforces precise, minimal design for dashboards and admin interfaces. Use when building SaaS UIs, data-heavy interfaces, or any product needing Jony Ive-level craft.
Create or improve documentation by routing to the right approach. Handles code comments (inline audit/cleanup), system docs (READMEs, API docs, architecture), and templates. Use when writing, auditing, or improving any form of documentation.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Essential development commands for coding, debugging, testing, optimization, and documentation
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Use Claude Code As Is - native plugin leveraging built-in architecture
Battle-tested skills, agents, and commands for Claude Code — TDD workflows, systematic debugging, code review, and parallel task execution.
A unified development plugin for Claude Code with essential commands, skills, and specialized agents, all accessible under the ce namespace.
Quick workflows for everyday development tasks, accessed with /ce: prefix:
| Command | Description |
|---|---|
| /ce:test | Run tests and analyze failures |
| /ce:explain | Break down code or concepts |
| /ce:review | Code review with tracked findings and fix workflow |
| /ce:commit | Preflight checks, semantic commit, auto-fix on hook failure |
| /ce:deps | Audit and upgrade dependencies |
| /ce:fix-issue | Fix a GitHub issue by number |
| /ce:pr | Create a pull request with auto-generated description |
| /ce:execute | Execute an implementation plan from the plans folder |
| /ce:init | Bootstrap repo with .claude/ config (rules, permissions, settings) |
Reusable development patterns, accessed with ce: prefix:
Testing & Quality:
| Skill | Description |
|---|---|
| ce:writing-tests | Testing Trophy methodology, behavior-focused tests |
| ce:verification-before-completion | Verify before claiming success |
| ce:preflight-checks | Auto-detect and run project linters/formatters/checkers |
Debugging & Problem Solving:
| Skill | Description |
|---|---|
| ce:systematic-debugging | Four-phase debugging framework |
| ce:fixing-flaky-tests | Diagnose and fix tests that fail concurrently |
| ce:condition-based-waiting | Replace race conditions with polling |
| ce:reading-logs | Efficient log analysis using targeted search |
Code Quality:
| Skill | Description |
|---|---|
| ce:refactoring-code | Behavior-preserving code improvements |
| ce:optimizing-performance | Measurement-driven optimization |
| ce:handling-errors | Error handling best practices |
| ce:migrating-code | Safe migration patterns for databases, APIs, and frameworks |
Planning & Execution: