Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Delegate AI agents via intent-based commands to explore codebases, research GitHub repos and web sources, plan architectures, review code for quality and security, and implement features through guided workflows from analysis to execution.
npx claudepluginhub kylesnowschwartz/simpleclaude --plugin sc-coreResearch, analyze, and explore to build understanding
Strategic planning and analysis for requirements and roadmaps
Verify code quality, security, performance, and architecture
Build, fix, or modify code - handles all implementation tasks
Guided feature development with codebase understanding and architecture focus
Design comprehensive implementation plans and architecture blueprints. This agent SHOULD be used when planning new features, system design, or architectural decisions before implementation.
Trace and understand feature implementations across codebases. This agent SHOULD be used when investigating how existing features work or tracing code paths.
Review code for bugs, security issues, and adherence to project standards. This agent SHOULD be used when reviewing code changes for quality, security, and standards compliance.
Search across GitHub repositories, code, issues, and PRs using gh CLI. This agent SHOULD be used when comparing libraries, evaluating open source projects, searching issues/PRs across repos, finding code patterns across GitHub, or assessing project community health (e.g. "find a good state machine library for Ruby", "compare React form libraries", "search GitHub issues for this error"). This agent SHOULD be used instead of sc-research-web for any GitHub-specific research. This agent SHOULD NOT be used to research a single library's source code or documentation — use sc-research-repo instead.
Clone and search a specific library or framework's GitHub repository for documentation, API signatures, type definitions, examples, and source code. This agent SHOULD be used when the user asks how a library feature works, needs API documentation from source, wants real usage examples, or needs to examine type definitions and implementation details (e.g. "how does Express handle middleware chaining", "show me React Server Components examples", "what parameters does the Stripe charge API accept", "find the Rails ActiveRecord association options", "clone the repo and check how X works"). This agent SHOULD be preferred over sc-research-web when the answer lives in source code rather than web pages. This agent SHOULD NOT be used for general web research, news, or topics without a public GitHub repository. This agent SHOULD NOT be used to evaluate or compare GitHub projects, search issues/PRs across repos, or assess community health — use sc-research-github instead.
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.
Skills and agents for diagrams, codebase patterns, hypothesis testing, Socratic thinking, file querying, frontend design, image generation, and command creation
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
General debugging and utility commands
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 Essentials - Unified development plugin with 9 commands, 24 skills, and 4 specialized agents
Unified review, refactoring, and cleanup workflows with specialized analysis agents
Skills and agents for diagrams, codebase patterns, hypothesis testing, Socratic thinking, file querying, frontend design, image generation, and command creation
Learn Claude Code by building real things, one level at a time
Enforces git diff thresholds to promote disciplined code review during AI agent sessions
Kanban board agent orchestration — hooks, roles, and lifecycle management for Claude Code sessions
A practical minimalist AI assistant framework that transforms complex AI interactions into natural conversations. Comes with a set of user-commands, sub-agents, hooks, and utilities designed for real-world software development tasks. Completely dogfooded by its creator for building production software in the workplace and for personal projects. Expect frequent updates, enhancements, and breaking changes.
Install SimpleClaude plugins directly from the commandline:
claude plugin marketplace add https://github.com/kylesnowschwartz/SimpleClaude
claude plugin install sc-core
claude plugin install sc-hooks
claude plugin install sc-output-styles
claude plugin install sc-extras
claude plugin install sc-skills
claude plugin install sc-refactor
What's included:
claude plugin marketplace update simpleclaude
claude plugin install sc-core@simpleclaude
claude plugin install sc-hooks@simpleclaude
claude plugin install sc-output-styles@simpleclaude
claude plugin install sc-extras@simpleclaude
claude plugin install sc-skills@simpleclaude
claude plugin install sc-refactor@simpleclaude
# Core development commands
/sc-core:sc-plan "How should I add authentication to this app?"
/sc-core:sc-work "Add JWT authentication with login/logout"
/sc-core:sc-explore "How does the current database layer work?"
/sc-core:sc-review "Check security vulnerabilities in auth module"
/sc-core:sc-workflow "Start structured development for OAuth support"
# PR review and refactoring
/sc-refactor:sc-review-pr 42 # Full PR review with ticket context
/sc-refactor:sc-pr-comments 42 # Fetch unresolved PR comments
/sc-refactor:sc-resolve-pr-parallel 42 # Batch resolve PR feedback
/sc-refactor:sc-cleanup src/ # Post-AI session cleanup
/sc-refactor:sc-codebase-health src/ # Full codebase health analysis
# Utilities
/sc-extras:sc-five-whys # Root cause analysis
/sc-skills:sc-mermaid flowchart auth # Generate architecture diagrams
/sc-extras:sc-validate-task # Validate completed work
/sc-skills:sc-worktrees # Manage git worktrees
/sc-hooks:sc-sounds # Configure notification sounds
SimpleClaude uses a lightweight agent architecture with intent-based commands:
Task() callsEach command automatically spawns appropriate agents:
sc-code-explorer - Traces execution paths and maps architecturesc-code-architect - Designs feature architectures from existing patternssc-code-reviewer - Reviews code for bugs, security, and convention adherencesc-research-github - Searches across GitHub to compare libraries, evaluate projects, and find issues/PRssc-research-repo - Clones and searches a specific library's repo for docs, APIs, and source codesc-research-web - Searches the web for news, blogs, tutorials, and community discussions