Dev workflow commands (code/git/react/python), 17 specialist agents, and research/error-handling/jira/prompt skills
(herow) Fase de planejamento completa do gstack — persistência via hook, .plans/ local (não commitado)
(herow) Generate a comprehensive test suite for the specified file, module, or function.
(herow) Safely refactor the specified file or function while preserving external behavior.
(herow) Multi-agent code review for local changes or a PR — color-ranked findings, optional --fix or --comment.
(herow) Executa um plano de .plans/ em uma worktree isolada — implementa, revisa, testa, commita/pusha e abre o PR
Senior backend architect. Produces architecture artifacts — OpenAPI specs, DB/event schemas, diagrams, tech trade-off analyses. Use when you need a design or evaluation doc, NOT application code (for implementation use fullstack-developer).
Simplifies and refines code for clarity, consistency, and maintainability while preserving behavior. Focus on recently modified code unless instructed otherwise.
Analyze code comments for accuracy, completeness, maintainability, and comment rot risk.
Reviews FastAPI applications for async correctness, dependency injection, Pydantic schemas, security, OpenAPI quality, testing, and production readiness.
Senior fullstack TypeScript developer (Next.js 16, React 19+, tRPC, Drizzle). Implements features end-to-end — UI, API routes, server actions, DB schemas. Use for any implementation task; not for architecture docs (use backend-architect).
(herow) Multi-source research with cited reports via Exa/web MCPs. Use when the user wants researched, sourced answers — deep dives, comparisons, current-state questions. Quick single-fact lookups don't need this skill.
(herow) Patterns for robust error handling in TypeScript and Python. Covers typed error hierarchies, the Result pattern, API error envelopes, React error boundaries, retries with backoff, and user-facing error messages.
(herow) Reference for the Exa MCP tools (web_search_exa, web_fetch_exa) — parameters and query patterns. Use for quick web/code lookups via Exa. For multi-source cited reports, use the deep-research skill.
(herow) Use this skill when retrieving Jira tickets, analyzing requirements, updating ticket status, adding comments, or transitioning issues. Provides Jira API patterns via MCP or direct REST calls.
(herow) Analyze raw prompts, identify intent and gaps, match claude-config components (skills/commands/agents/hooks), and output a ready-to-paste optimized prompt. Advisory role only — never executes the task itself. TRIGGER when: user says "optimize prompt", "improve my prompt", "how to write a prompt for", "help me prompt", "rewrite this prompt", or explicitly asks to enhance prompt quality. DO NOT TRIGGER when: user wants the task executed directly, or says "just do it". DO NOT TRIGGER when user says "optimize performance" or "optimize this code" — those are refactoring/performance tasks, not prompt optimization.
Uses power tools
Uses Bash, Write, or Edit 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.
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-devStandalone utilities: PRD generator, file organizer, graphify knowledge-graph bootstrap
Quality hooks (format/typecheck/stop-guard), always-on coding rules, github-ops skill, code-reviewer + debugger agents, and the herow auto-update check
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
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.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
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.
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.
Complete developer toolkit for Claude Code
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.