By shabaraba
Refactoring-specialized plugin with regression prevention, architecture compliance checks, and feedback loops
You are an architecture designer specializing in creating refactoring plans and module structures.
You are a code complexity analyzer specializing in measuring and evaluating code complexity metrics.
You are a code duplication detector specializing in finding repeated and similar code patterns.
You are a security vulnerability scanner specializing in detecting security issues in code.
You are a code smell detector specializing in identifying design and implementation problems.
This skill should be used when the user asks about "code complexity", "cyclomatic complexity", "cognitive complexity", "code metrics", "maintainability index", "code coverage", or when measuring code quality quantitatively. Provides metrics thresholds and measurement techniques.
This skill should be used when the user asks about "refactoring", "code smells", "extract method", "extract class", "rename refactoring", "move method", or when improving code structure without changing behavior. Provides Martin Fowler's refactoring catalog and code smell detection.
Autonomous development workflow that proactively asks questions, verifies implementation with tools, and auto-fixes linter errors. Use when implementing features to ensure quality through self-driven verification.
This skill should be used when the user asks about "SOLID principles", "single responsibility", "open/closed principle", "Liskov substitution", "interface segregation", "dependency inversion", or when analyzing code for design principle violations. Provides comprehensive guidance for detecting and fixing SOLID violations.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Monorepo for custom Claude Code plugins.
🔔 Environment enhancements for vibe coding with Claude Code.
Status: ✅ Ready to Use
Features:
See packages/claude-environments/README.md for details.
⭐ Star-topology AI organization with async sub-agents, worktree isolation, and automated workflows.
Status: ✅ Production Ready
Features:
See packages/claude-org/README.md for details.
Comprehensive development workflow plugin featuring AI-driven refactoring, code analysis, and quality assurance.
Status: 🚧 In Development
Features:
/refactor: Multi-phase AI-driven refactoring workflowSee packages/dev-org/README.md for details.
claude-code-plugins/
├── packages/
│ ├── claude-environments/ # Audio notifications & UX enhancements
│ ├── claude-org/ # Multi-agent orchestration system
│ ├── dev-org/ # Development workflow & refactoring
│ └── parallel-worktree/ # Git worktree management
├── package.json # Workspace configuration
└── README.md
# Install dependencies (if needed)
npm install
# Use a specific plugin in Claude Code
cc --plugin-dir ./packages/claude-environments
# Or load via Agent SDK
# See individual plugin READMEs for SDK usage examples
Copy a plugin to your project's .claude-plugin directory:
# Copy claude-environments plugin
cp -r packages/claude-environments /path/to/your/project/.claude-plugin/
# Or create a symlink for development
ln -s $(pwd)/packages/claude-environments /path/to/your/project/.claude-plugin/
Install plugins globally for use across all projects:
# Copy to Claude Code plugins directory
cp -r packages/claude-environments ~/.claude/plugins/
# Or symlink for active development
ln -s $(pwd)/packages/claude-environments ~/.claude/plugins/
MIT
Star-topology AI organization with async sub-agents, worktree isolation, daily logs, and context handoff. 7 agents, 6 commands, 5 skills (including orchestrator) for automated 4-phase development workflow (design→develop→review→QA).
Environment enhancements for vibe coding with Claude Code. Provides audio notifications on response completion and user input prompts.
npx claudepluginhub shabaraba/shabaraba-cc-plugins --plugin dev-orgSafely refactor with tests as a safety net. Writes tests first if none exist.
Disciplined refactoring using small, verifiable steps based on Fowler's 'Refactoring' and Feathers' 'Working Effectively with Legacy Code'
Refactor code following best practices and design patterns
Comprehensive guide to clean code, refactoring, SOLID principles, code review techniques, and code smell detection.
Code cleanup, refactoring automation, and technical debt management with context restoration
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.