Essential Claude Code configuration with practical commands, specialized agents, and battle-tested development skills for daily workflows
npx claudepluginhub rileyhilliard/claude-essentialsClaude Essentials - Unified development plugin with 9 commands, 24 skills, and 4 specialized agents
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
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: