An intelligent Claude Code plugin that watches your workflow and guides you to ship production-grade apps faster.
Like having a senior developer watching over your shoulder, catching mistakes before they happen.
Catches hardcoded secrets, dangerous git commands, and sensitive files before they're committed.
Nudges you to run tests after code changes and before commits. Never deploy untested code again.
Suggests best practices like using Plan mode for large tasks and /compact for long conversations.
Phase-aware project management that tracks sprints, features, and guides you through your development flow.
Analyzes your conversation transcript to provide timely, relevant suggestions based on what you're doing.
Only critical security alerts block actions. Everything else is just gentle guidance that won't slow you down.
Claude Hero hooks into Claude Code's event system to provide real-time guidance.
Hooks into UserPromptSubmit and PostToolUse events to understand your workflow context.
Uses pattern matching and AI to detect risky operations, missing tests, and workflow issues.
Provides timely suggestions and blocks critical security issues before they cause damage.
Get started in under a minute.
npm install -g claude-hero// ~/.claude/settings.json
{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "",
"hooks": ["claude-hero"]
}
],
"PostToolUse": [
{
"matcher": "",
"hooks": ["claude-hero"]
}
]
}
}Claude Hero will automatically provide guidance as you work. That's it!
Claude Hero is fully open source. Star the repo, report issues, or dive into the code.
ohmnow/claude-heroWe welcome contributions! Whether it's new rules, bug fixes, or documentation improvements, we'd love to have you.
Extend the rule engine with new patterns and best practices for specific frameworks or workflows.
Help make our security checks and pattern matching smarter with fewer false positives.
Help others get started by improving our documentation and creating tutorials.