Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By nategarelik
Ultra-capable Claude Code workflow with safety hooks, specialist agents, and productivity commands
npx claudepluginhub nategarelik/claude-ultra-plugin --plugin claude-ultraTrigger manual context compression and archive important information
Systematic bug fix workflow with root cause analysis
Switch operational mode (autonomous, research, assets, collab)
Execute tasks in parallel using multiple worker agents
Enter planning mode for comprehensive task analysis before implementation
System design and architecture specialist. Handles complex planning, architectural decisions, and technical orchestration. Use for major design changes and system planning.
Expert code review specialist. Use PROACTIVELY after writing code and REQUIRED before any PR. Reviews for quality, security, maintainability, best practices.
Systematic bug investigation and root cause analysis. Use when tracking down issues, analyzing errors, or understanding unexpected behavior.
Security and dependency audit specialist. Analyzes dependencies for vulnerabilities, outdated versions, and licensing issues. Use for dependency reviews and security audits.
Fast documentation generation specialist. Creates README, API docs, inline comments, and guides. Use proactively for documentation tasks and code comments.
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.
Self-evolving Claude Code system that learns from corrections, manages context, and improves every session
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Add 'ultrawork' to any prompt for maximum parallel execution.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Harness-native ECC plugin for engineering teams - 64 agents, 262 skills, 84 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Universal Claude Code MCP plugin for professional 2D/3D Unity game development with multi-agent expert panel, automated asset generation, and performance validation
Media Diet v2 — algorithm intelligence platform. A browser extension scans social feeds via direct DOM access and produces structured data. Claude Code synthesizes AlgorithmProfiles, generates AgenticHarnesses (tool definitions any AI agent can use), and produces editorial bias reports. No backend server required.
Complete IKEMEN Go fighting game development toolkit — from engine setup to character creation, sprite generation, stage design, game balancing, and distribution.
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.
Ultra-capable Claude Code workflow with safety hooks, specialist agents, and productivity commands.
v1.1.0 - All hooks now use Claude Code spec-compliant output formats (Dec 2025).
# Add the marketplace
/plugin marketplace add nategarelik/claude-ultra-plugin
# Install the plugin
/plugin install claude-ultra@claude-ultra-marketplace
# Run setup to verify
/claude-ultra:setup
git clone https://github.com/nategarelik/claude-ultra-plugin
claude --plugin-dir ./claude-ultra-plugin
| Command | Description |
|---|---|
/claude-ultra:setup | Initialize and verify configuration |
/claude-ultra:mode | Switch autonomy modes |
/claude-ultra:verify | Force web verification of claims |
/claude-ultra:plan | Enter planning mode for complex tasks |
/claude-ultra:fix | Systematic bug fix workflow |
/claude-ultra:parallel | Multi-agent parallel execution |
/claude-ultra:review | Code review workflow |
/claude-ultra:status | Show session status and token usage |
/claude-ultra:compact | Compress context when running low |
/claude-ultra:rollback | Git rollback helper |
| Agent | Purpose |
|---|---|
| @architect | System design and architecture decisions |
| @code-reviewer | Thorough code review |
| @debugger | Root cause analysis |
| @task-worker | Parallel file operations (fast) |
| @explore | Codebase search and discovery |
| @security-auditor | Security vulnerability checks |
| @docs-generator | Documentation generation |
| @performance-optimizer | Performance analysis |
| @dependency-auditor | Dependency analysis |
All hooks use Claude Code spec-compliant output formats:
| Event | Hook | Purpose | Output Format |
|---|---|---|---|
| SessionStart | session-initializer | Load session context | hookSpecificOutput.additionalContext |
| PreToolUse (Bash) | safety-gate | Block dangerous commands | permissionDecision: "deny" |
| PreToolUse (Bash) | git-safety-net | Prevent destructive git ops | permissionDecision: "deny"/"ask" |
| PreToolUse (*) | token-budget-guardian | Monitor context usage | permissionDecision |
| PostToolUse (Edit/Write) | post-edit-format | Auto-format edited files | additionalContext |
| PreCompact | context-compression-guard | Archive before compression | stdout |
| SubagentStop | quality-gate | Validate subagent output | decision: "block" + reason |
| Stop | session-archiver | Archive session to memory bank | stdout |
Per official Claude Code docs:
# PreToolUse - Use permissionDecision
{
"hookSpecificOutput": {
"hookEventName": "PreToolUse",
"permissionDecision": "deny", # or "allow" or "ask"
"permissionDecisionReason": "Reason shown to Claude"
}
}
# PostToolUse - Use additionalContext
{
"hookSpecificOutput": {
"hookEventName": "PostToolUse",
"additionalContext": "Info for Claude"
}
}
# SessionStart - additionalContext only
{
"hookSpecificOutput": {
"hookEventName": "SessionStart",
"additionalContext": "Context injected at start"
}
}
# Stop/SubagentStop - decision/reason at TOP LEVEL
{
"decision": "block",
"reason": "Reason for continuing"
}
git status/claude-ultra:plan for complex tasks/claude-ultra:mode autonomous # Full autonomy
/claude-ultra:mode collaborative # Check in at decision points (default)
/claude-ultra:mode supervised # Step-by-step approval
settings.example.json - Optimized settings with all hooksCLAUDE.example.md - Slim 66-line system instructionsWorks with: superpowers, context7, greptile, LSP plugins
MIT