Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By sudocode-ai
Complete collection of battle-tested sudocode-flavored Claude Code configs - agents, skills, hooks, commands, and rules
npx claudepluginhub sudocode-ai/everything-sudocodeIncrementally fix TypeScript and build errors:
Create or verify a checkpoint in your workflow.
Comprehensive security and quality review of uncommitted changes:
Review issue context, gather requirements from linked specs, and identify ambiguities before implementation. Ensures clarity before starting work.
Review a sudocode spec for completeness, ambiguities, and missing information before planning issues. Surfaces questions for discussion.
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions. Creates sudocode specs for design decisions.
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Expert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. Integrates with sudocode for issue tracking and spec feedback.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
End-to-end testing specialist using Playwright. Use PROACTIVELY for generating, maintaining, and running E2E tests. Manages test journeys, quarantines flaky tests, uploads artifacts (screenshots, videos, traces), and ensures critical user flows work.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.
Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
A formal evaluation framework for Claude Code sessions, implementing eval-driven development (EDD) principles.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Unified Claude Code plugin merging superpowers workflows (TDD, debugging, planning) with everything-claude-code productivity (agents, learning, hooks, rules)
Skills-first specification-driven development framework with 7 agent skills for planning, implementation, review, and shipping. Natural language activation with intelligent agent orchestration. Includes /plan, /implement, /research commands plus managing-specifications, implementing-features, and reviewing-and-shipping skills.
SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd
Persona-driven AI development team: orchestrator, team agents, review agents, skills, slash commands, and advisory hooks for Claude Code
Helder's personal SDLC toolbelt for AI coding agents — from PRD to ship. Bundles the tracer-bullet workflow alongside TDD, code review, audits, and shipping skills.
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
Git-native spec and issue management for AI-assisted development. Track issues, specs, and feedback with smart anchoring.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Share bugs, ideas, or general feedback.
Production-ready agents, skills, hooks, commands, rules, and MCP configurations optimized for development with sudocode.
This is a sudocode-flavored fork of everything-claude-code.
This plugin now fully supports Windows, macOS, and Linux. All hooks and scripts have been rewritten in Node.js for maximum compatibility.
The plugin automatically detects your preferred package manager (npm, pnpm, yarn, or bun) with the following priority:
CLAUDE_PACKAGE_MANAGER.claude/package-manager.jsonpackageManager field~/.claude/package-manager.jsonTo set your preferred package manager:
# Via environment variable
export CLAUDE_PACKAGE_MANAGER=pnpm
# Via global config
node scripts/setup-package-manager.js --global pnpm
# Via project config
node scripts/setup-package-manager.js --project bun
# Detect current setting
node scripts/setup-package-manager.js --detect
Or use the /setup-pm command in Claude Code.
This repo is a Claude Code plugin - install it directly or copy components manually.
Sudocode Integration: This fork adds first-class support for sudocode - a git-native spec and issue management system. Items marked with 🆕 are new sudocode-specific additions. Items marked with ✨ have been enhanced with sudocode integration.
everything-sudocode/
|-- .claude-plugin/ # Plugin and marketplace manifests
| |-- plugin.json # Plugin metadata and component paths
| |-- marketplace.json # Marketplace catalog for /plugin marketplace add
|
|-- agents/ # Specialized subagents for delegation
| |-- spec-writer.md # Extract requirements into structured specs
| |-- issue-planner.md # Break specs into atomic issues with dependencies
| |-- feedback-reviewer.md # Triage feedback, update specs, create follow-ups
| |-- planner.md # Feature planning (sudocode: plan→issues conversion)
| |-- architect.md # System design (sudocode: ADR→spec conversion)
| |-- tdd-guide.md # Test-driven development (sudocode: criteria→tests)
| |-- code-reviewer.md # Quality review (sudocode: feedback provision)
| |-- security-reviewer.md # Vulnerability analysis
| |-- build-error-resolver.md
| |-- e2e-runner.md # Playwright E2E testing
| |-- refactor-cleaner.md # Dead code cleanup
| |-- doc-updater.md # Documentation sync
|
|-- skills/ # Workflow definitions and domain knowledge
| |-- sudocode-workflow/ # Full lifecycle: Capture→Plan→Execute→Close
| |-- spec-writing-patterns/ # Templates for Feature, ADR, Research, Bug specs
| |-- issue-planning-patterns/ # Dependency patterns: Foundation, Pipeline, Diamond
| |-- feedback-patterns/ # Feedback types, templates, anchoring techniques
| |-- coding-standards/ # Language best practices
| |-- backend-patterns/ # API, database, caching patterns
| |-- frontend-patterns/ # React, Next.js patterns
| |-- continuous-learning/ # Auto-extract patterns (sudocode: spec suggestions)
| |-- strategic-compact/ # Compaction suggestions (sudocode: aware boundaries)
| |-- tdd-workflow/ # TDD methodology (sudocode: criteria→tests→feedback)
| |-- security-review/ # Security checklist
| |-- eval-harness/ # Verification evaluation (sudocode: results→feedback)
| |-- verification-loop/ # Continuous verification (sudocode: issue output)
|
|-- commands/ # Slash commands for quick execution
| |-- spec.md # /spec - Create/update specs from requirements
| |-- discuss-spec.md # /discuss-spec - Review spec for ambiguities
| |-- plan-issues.md # /plan-issues - Break spec into issues
| |-- discuss-issue.md # /discuss-issue - Review issue context before implementing
| |-- implement.md # /implement - Start work with feedback on completion
| |-- feedback.md # /feedback - Process accumulated spec feedback
| |-- tdd.md # /tdd - Test-driven development
| |-- plan.md # /plan - Implementation planning
| |-- e2e.md # /e2e - E2E test generation
| |-- code-review.md # /code-review - Quality review
| |-- build-fix.md # /build-fix - Fix build errors
| |-- refactor-clean.md # /refactor-clean - Dead code removal
| |-- learn.md # /learn - Extract patterns mid-session
| |-- checkpoint.md # /checkpoint - Save verification state