Essential Claude Code plugins for developers
npx claudepluginhub nityeshaga/claude-code-essentialsPersonalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes
Essential Claude Code commands, agents, hooks, and skills for everyday development workflows
Prevents accidental pushes to main branch in Claude Code bypassPermissions mode. Designed for user scope installation.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A marketplace of essential Claude Code plugins for developers.
/plugin to open the plugin managernityeshaga/claude-code-essentialsThen install plugins from the Discover tab.
Personalized coding tutorials that use your actual codebase for examples with spaced repetition quizzes.
Features:
Usage:
Commands:
/teach-me - Learn something new/quiz-me - Test your retention with spaced repetitionStorage: All tutorials and learning data are stored securely in the cloud, synced automatically across all your devices and Claude platforms. Your data is tied to your account and accessible wherever you use Claude.
Essential Claude Code commands, agents, hooks, and skills for everyday development workflows.
Commands (12):
/cc, /cleanup, /compound, /create-developer-doc, /create-pitch, /depcheck, /gem-upgrade, /logically-commit, /pinpoint, /review, /study, /tidy-commits
Agents (1):
dhh-reviewer - DHH-style code reviewerHooks:
block-main-push - Prevents accidental git pushes to main branchSkills (6):
ai-tool-designer - Designing tools for AI agentsdhh-rails-expert - DHH-style Rails development guidancekamal-deploy - Expert Kamal deployment for containerized appsmcp-builder - MCP server development guideprompt-engineer - Prompt engineering for AI systemsskill-creator - Guide for creating Claude skillsPrevents accidental pushes to main branch in Claude Code bypassPermissions mode.
Important: Install at the user level (~/.claude/settings.json) to protect all repositories.
The vulnerability: If Repo A has basics installed at project level but Repo B has no plugin, Claude running in Repo B can push to Repo A's main branch via git -C /path/to/RepoA push origin main. Project-level hooks don't help - protection depends on where Claude runs, not the target repo.
Hooks:
block-main-push - Blocks git pushes to main branch (PreToolUse on Bash)See safe-push README for installation instructions and technical details.
Want to add a plugin to this marketplace? Open a PR!
MIT