npx claudepluginhub sultano/claude-code-marketplaceAuto-approves safe commands, prompts for others
General-purpose commands and agents for code review, git workflows, documentation, and continuous improvement
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A curated collection of Claude Code plugins, commands, agents, and hooks by sultano.
Add the marketplace to Claude Code:
/plugin marketplace add sultano/claude-code-marketplace
Then install any plugin:
/plugin install <plugin-name>@sultano-plugins
Auto-approves safe commands and prompts for potentially dangerous ones. Reduces permission fatigue while keeping you in control.
/plugin install prompt-me-less@sultano-plugins
A general-purpose toolkit bundling commands, agents, and hooks for everyday development workflows.
/plugin install sultano-toolkit@sultano-plugins
/code-review -- Reviews all changed files against senior engineer standards. Checks for SOLID, DRY, KISS, and YAGNI adherence, plus bugs, type safety, performance, security, and test coverage. Provides actionable feedback with file paths and line numbers.
/commit-push -- Stages, commits, and pushes changes in one step. Analyzes your git log to match existing commit style, supports user-provided instructions, and never includes AI signatures.
code-reviewer -- An expert software architect agent that reviews completed code chunks (functions, classes, modules) for best practices. Specializes in catching over-engineering: unnecessary interfaces, factory patterns for single implementations, and abstraction layers that just pass data through.
continuous-improver -- Analyzes your session for repeated struggles, non-obvious dependencies, and configuration gotchas, then implements improvements directly. Adds BEHAVIOR comments to protect critical code, updates CLAUDE.md, and delegates larger documentation tasks to the scribe agent.
repo-manager -- Handles git operations, GitLab interactions (merge requests, issues, pipelines via glab), and multi-repo management (via npx meta). Enforces conventional commit format: type(scope): description.
scribe -- Sole owner of project documentation. Maintains docs/, README.md, and CLAUDE.md with cross-link integrity, content-title alignment, and contradiction-free consistency across all docs.
rtk-rewrite -- A PreToolUse hook that transparently rewrites CLI commands to use RTK for 60-90% token savings. Requires rtk >= 0.23.0 and jq.
statusline-powerline -- A powerline-style status line displaying billing mode, current folder, git branch with diff stats (+/-), model name, context window usage, and session timing. Uses a muted coral-to-purple gradient color scheme.
.claude-plugin/
marketplace.json # Marketplace registry
plugin.json # sultano-toolkit plugin metadata
commands/
code-review.md # /code-review slash command
commit-push.md # /commit-push slash command
agents/
code-reviewer.md # Code review agent
continuous-improver.md
repo-manager.md # Git/GitLab/meta operations agent
scribe.md # Documentation management agent
hooks/
rtk-rewrite.sh # RTK token-saving hook
statusline-powerline.sh