PreToolUse
01Hook Claude Code
Runs before the agent uses a tool, executing pretooluse-session-branch.py via python. From felipeluissalgueiro/hive.
Hook Claude Code
Runs before the agent uses a tool, executing pretooluse-session-branch.py via python. From felipeluissalgueiro/hive.
Hook Claude Code
Runs after a tool call finishes, executing posttooluse-session-branch.py via python. From felipeluissalgueiro/hive.
Hook Claude Code
Runs when the agent finishes a response, executing stop-session-branch.py and stop-state-check.py via python (2 commands). From felipeluissalgueiro/hive.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing userprompt-squad-routing.py and userprompt-knowledge-check.py via python (2 commands). From felipeluissalgueiro/hive.
Settings file Claude Code
Agent settings declaring 4 hook events (PreToolUse, PostToolUse, Stop, UserPromptSubmit) and 3 allowed tools.
MCP server Claude CodeCodexCursor +2
MCP server "multi" as configured in felipeluissalgueiro/hive. Runs multi_mcp with python3. Needs 1 environment variable to run.
Instructions file
Instructions for felipeluissalgueiro/hive, covering hive — orchestrator, who you are, the company (personalize this), squads and how memory works.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Roda code review via Claude Code CLI (Anthropic) com Opus 4.7 na branch atual, processa o output e classifica achados em P1/P2/P3 por categoria (lógica, sintaxe, estilo, segurança). Ativar quando Felipe disser "/claude-review", "roda claude review", "review com claude", "review com opus", "pede pro opus revisar"…
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Roda code review via OpenAI Codex CLI na branch atual, processa o output e classifica achados em P1/P2/P3 por categoria (logica, sintaxe, estilo, seguranca). Ativar quando Felipe disser "/codex-review", "roda codex review", "review com codex", "pede pro codex revisar", "codex review nos ultimos commits".
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Framework estruturado de debugging baseado nos 4 pilares de Pólya (How to Solve It). Ativar quando Felipe disser "/debug-polya", "debugar isso", "por que tá quebrando", "investiga esse bug", "o que tá causando isso", "não tá funcionando", "analisa esse erro". Força o agente a pensar metodicamente antes de sair mexendo…
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Roda code review via Gemini CLI (Google) na branch atual, processa o output e classifica achados em P1/P2/P3 por categoria (lógica, sintaxe, estilo, segurança). Ativar quando Felipe disser "/gemini-review", "roda gemini review", "review com gemini", "pede pro gemini revisar", "gemini review nos últimos commits".
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine…
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
felipeluissalgueiro/treinamentos-nocode
Skill Claude CodeCodex
Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.