Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By BinyaminEden
Merges TDD, debugging, and planning workflows with autonomous agents, continuous learning, and code quality enforcement to streamline Claude Code development.
npx claudepluginhub binyamineden/claude-combine --plugin claude-combineDeprecated - use the superpowers:brainstorming skill instead
Detect the project build system and incrementally fix build/type errors with minimal safe changes.
Create, verify, or list workflow checkpoints after running verification checks.
Deprecated - use the superpowers:executing-plans skill instead
Export instincts from project/global scope to a file
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural 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.
Personal communication chief of staff that triages email, Slack, LINE, and Messenger. Classifies messages into 4 tiers (skip/info_only/meeting_info/action_required), generates draft replies, and enforces post-send follow-through via hooks. Use when managing multi-channel communication workflows.
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples: <example>Context: The user is creating a code-review agent that should be called after a logical chunk of code is written. user: "I've finished implementing the user authentication system as outlined in step 3 of our plan" assistant: "Great work! Now let me use the code-reviewer agent to review the implementation against our plan and coding standards" <commentary>Since a major project step has been completed, use the code-reviewer agent to validate the work against the plan and identify any issues.</commentary></example> <example>Context: User has completed a significant feature implementation. user: "The API endpoints for the task management system are now complete - that covers step 2 from our architecture document" assistant: "Excellent! Let me have the code-reviewer agent examine this implementation to ensure it aligns with our plan and follows best practices" <commentary>A numbered step from the planning document has been completed, so the code-reviewer agent should review the work.</commentary></example>
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.
Matches all tools
Hooks run on every tool call, not just specific ones
Executes bash commands
Hook triggers when Bash tool is used
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.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
v9.38.0 — Agent summaries, prompt-size preflight, research fanout, and Codex-compatible portable skills. Run /octo:setup.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Give Claude eyes for video. Extracts key frames using scene detection and lets Claude analyze screen recordings, bug reports, tutorials, and any video content.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A unified Claude Code plugin that merges the best of two community projects:
# From GitHub marketplace
/plugin marketplace add YOUR_USERNAME/claude-combine
/plugin install claude-combine@YOUR_USERNAME
# Or point directly at the local directory
claude --plugin-dir ~/Documents/personal/claude-combine
From superpowers (14): brainstorming, writing-plans, executing-plans, test-driven-development, systematic-debugging, requesting-code-review, receiving-code-review, dispatching-parallel-agents, subagent-driven-development, using-git-worktrees, finishing-a-development-branch, verification-before-completion, using-superpowers, writing-skills
From everything-claude-code (21): deep-research, strategic-compact, continuous-learning, continuous-learning-v2, api-design, database-migrations, docker-patterns, mcp-server-patterns, security-review, security-scan, frontend-patterns, backend-patterns, postgres-patterns, prompt-optimizer, deployment-patterns, e2e-testing, coding-standards, python-patterns, python-testing, java-coding-standards, jpa-patterns
Custom/New (4): content-engine, crosspost, investor-materials, team-builder
From superpowers: code-reviewer
From everything-claude-code: architect, security-reviewer, database-reviewer, build-error-resolver, refactor-cleaner, doc-updater, e2e-runner, java-build-resolver, java-reviewer, python-reviewer
Custom/New: chief-of-staff, loop-operator
From superpowers (3): brainstorm, write-plan, execute-plan
From everything-claude-code (15): learn, learn-eval, save-session, resume-session, sessions, checkpoint, instinct-export, instinct-import, instinct-status, skill-create, skill-health, update-docs, verify, build-fix, prompt-optimize
Merged hook configuration with superpowers session-start running first (injects skill framework), followed by ECC session context loader. All ECC lifecycle hooks included:
| Lifecycle | Hooks |
|---|---|
| SessionStart | superpowers skill injection, ECC context loader |
| PreToolUse | git push reminder, doc file warning, compact suggestion, learning observer |
| PostToolUse | PR logger, build analyzer, quality gate, auto-formatter, TypeScript checker, console.log warning, learning observer |
| PreCompact | State saver |
| Stop | console.log check, session persister, pattern evaluator, cost tracker |
| SessionEnd | Lifecycle marker |
rules/common/ — 9 files (agents, coding style, development workflow, git, hooks, patterns, performance, security, testing)rules/typescript/ — 5 files (coding style, hooks, patterns, security, testing)rules/python/ — 5 files (coding style, hooks, patterns, security, testing)ECC hooks use a flag-based profile system. Set ECC_HOOK_PROFILE to control which hooks run:
| Profile | Description |
|---|---|
minimal | Session management only |
standard | + quality gates, formatting, learning |
strict | + all warnings and reminders |
Default is standard. Set via: export ECC_HOOK_PROFILE=strict
This plugin combines content from two MIT-licensed projects. See LICENSE for details.