Quality hooks (format/typecheck/stop-guard), always-on coding rules, github-ops skill, code-reviewer + debugger agents, and the herow auto-update check
Senior code reviewer. Focus on security vulnerabilities, correctness, performance, and test coverage across multiple languages. Use when asked to review a diff, PR, or specific file for quality issues.
Systematic debugger using fault-localization methodology. Use when diagnosing bugs, production incidents, unexpected behavior, or performance regressions. Always identifies root cause before proposing a fix.
(herow) GitHub/GitLab workflow operations via gh/glab CLI with token-efficient pipe-delimited output. Use when the user wants to commit, push, create/review/merge PRs or MRs, manage issues, check CI runs/checks, or inspect repo/releases. Auto-detects github.com vs gitlab.com and routes to gh or glab.
(herow) Restore full, verbose, explanatory prose for the rest of the session. Inverse of the default terse "caveman" output mode. Use when the user says "uncompress", "verbose", "normal mode", "talk normally", "stop caveman", "explain in full", or wants detailed walk-throughs instead of terse fragments.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses Bash, Write, or Edit tools
Uses Bash, Write, or Edit tools
Personal Claude Code toolkit — slash commands, skills, agents, guardrail hooks, and always-on rules — packaged as a Claude Code plugin marketplace. No clone, no symlinks, no install script: two commands and it auto-updates from this repo.
Inside Claude Code:
/plugin marketplace add judsonjuniorr/claude-config
/plugin install herow-core@herow
Then pick the suites you want:
/plugin install herow-dev@herow # dev workflows
/plugin install herow-seo@herow # SEO/GEO suite
/plugin install herow-finance@herow # finance automation
/plugin install herow-extras@herow # standalone utilities
/plugin → Marketplaces → herow → Enable auto-update
Plugins are versioned by commit SHA (no pinned version in any plugin.json), so
every push to main is a new version — with auto-update enabled, it applies at the
next session start. As a fallback, herow-core ships a silent SessionStart check
(throttled to once/hour, network-failure-safe) that tells you when you're behind,
and /herow-core:upgrade force-updates on demand.
| Plugin | What you get |
|---|---|
| herow-core | Guardrail hooks (doc-file warning, config protection, stop-guard, batched format+typecheck at Stop, console.log checks, git-guard), always-on coding rules injected at session start (terse "caveman" output by default — /herow-core:uncompress restores full prose), the github-ops skill (token-efficient git/gh/glab via scripts), code-reviewer + debugger agents, /herow-core:upgrade, and /herow-core:setup (one-command stack installer: gstack + headroom + the herow-dev flow commands; removes OMEGA & conflicts, prompted) |
| herow-dev | Commands: /herow-dev:blueprint·quick·execute (gstack plan→worktree→ship flow, graphify-integrated), /herow-dev:code:review·refactor·generate-tests, /herow-dev:git:pr·fix-conflicts·release-notes, /herow-dev:react:review·test·validate-ui, /herow-dev:python:review·fastapi-review. Skills: error-handling, prompt-optimizer, deep-research, exa-search, research-ops, jira-integration. 17 specialist agents (fullstack, python-pro, reviewers, tdd-guide, ui-ux, …) |
| herow-seo | 11 commands (/herow-seo:weekly-audit, ctr-tune, indexation-check, content-sprint, geo-optimize, report, …) + seo-strategist, technical-seo-auditor, content-engineer agents + the GSC data-contract reference |
| herow-finance | /herow-finance:organizze (Organizze API analysis with the financial-analyst agent), context/goal/profile helpers, /herow-finance:nf-tomada (Contabilizei NF registration). Data lives in ~/finance/ and survives updates |
| herow-extras | /herow-extras:create-prd, /herow-extras:file-organizer, /herow-extras:graphify-install |
Old install.sh profiles map to: minimal → core · dev → core+dev · seo → core+seo · finance → core+finance.
If you previously ran install.sh (symlinks into ~/.claude/ + hooks merged into
settings.json), run this before installing the plugins — otherwise every hook
fires twice:
./migrate.sh
It removes the repo's symlinks from ~/.claude/{agents,commands,skills,rules},
strips the merged hook entries from settings.json (markers
claude-config-hooks/ and github-ops/hooks/), and prints the install commands.
Idempotent; touches nothing it didn't create.
Plugin commands are namespaced by plugin name (imposed by Claude Code):
| Before | After |
|---|---|
/code:review | /herow-dev:code:review |
/git:pr | /herow-dev:git:pr |
/seo:weekly-audit | /herow-seo:weekly-audit |
/finance:organizze | /herow-finance:organizze |
/contabilizei:nf-tomada | /herow-finance:nf-tomada |
/create-prd | /herow-extras:create-prd |
claude-config/
├── .claude-plugin/marketplace.json # the "herow" marketplace (5 plugins)
├── plugins/
│ ├── herow-core/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── hooks/hooks.json # auto-registered when the plugin is enabled
│ │ ├── scripts/ # hook scripts + rules-inject.sh + update-check.sh
│ │ ├── rules/ # common/ (injected at SessionStart) + per-language
│ │ ├── skills/github-ops/
│ │ ├── commands/upgrade.md
│ │ └── agents/
│ ├── herow-dev/ # commands/{code,git,react,python}/ + skills/ + agents/
│ ├── herow-seo/ # commands/ + agents/ + reference/gsc-data-contract.md
│ ├── herow-finance/ # commands/ + scripts/{organizze,finance,contabilizei}/ + agents/
│ └── herow-extras/ # commands/
├── docs/ # relocated namespace docs + MCP server templates (docs/mcp/)
├── migrate.sh # legacy symlink install → plugin migration
└── .github/workflows/plugin-ci.yml
npx claudepluginhub judsonjuniorr/claude-config --plugin herow-coreStandalone utilities: PRD generator, file organizer, graphify knowledge-graph bootstrap
SEO/GEO suite: weekly audit, CTR tuning, indexation gate, content sprint, GEO optimization, reporting — with strategist, auditor, and content-engineer agents
Personal finance: Organizze API analysis (balance, cashflow, debt strategy) with financial-analyst agent, plus Contabilizei NF registration
Dev workflow commands (code/git/react/python), 17 specialist agents, and research/error-handling/jira/prompt skills
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code