felipeluissalgueiro

44 mods across 2 repositories, 23 stars between them.

PreToolUse

01

felipeluissalgueiro/hive

Hook Claude Code

Runs before the agent uses a tool, executing pretooluse-session-branch.py via python. From felipeluissalgueiro/hive.

21 2mo ago A tokens not measured original MIT

PostToolUse

02

felipeluissalgueiro/hive

Hook Claude Code

Runs after a tool call finishes, executing posttooluse-session-branch.py via python. From felipeluissalgueiro/hive.

21 2mo ago A tokens not measured original MIT

Stop

03

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.

21 2mo ago A tokens not measured original MIT

UserPromptSubmit

04

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.

21 2mo ago A tokens not measured original MIT

hive

05

felipeluissalgueiro/hive

Settings file Claude Code

Agent settings declaring 4 hook events (PreToolUse, PostToolUse, Stop, UserPromptSubmit) and 3 allowed tools.

21 2mo ago A tokens not measured original MIT

multi

06

felipeluissalgueiro/hive

MCP server Claude CodeCodexCursor +2

MCP server "multi" as configured in felipeluissalgueiro/hive. Runs multi_mcp with python3. Needs 1 environment variable to run.

21 2mo ago A tokens not measured original MIT

hive CLAUDE.md

07

felipeluissalgueiro/hive

Instructions file

Instructions for felipeluissalgueiro/hive, covering hive — orchestrator, who you are, the company (personalize this), squads and how memory works.

21 2mo ago A 1,095 tokens original MIT

claude-review

08

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"…

2 1mo ago A 99 tokens

codex-review

09

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".

2 1mo ago A 88 tokens

debug-polya

10

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…

2 1mo ago A 86 tokens

gemini-review

11

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".

2 1mo ago A 86 tokens

mp-caveman

12

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.

2 1mo ago A 69 tokens

mp-diagnose

13

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.

2 1mo ago A 68 tokens

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.

2 1mo ago B 64 tokens

mp-grill-me

15

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".

2 1mo ago A 50 tokens

mp-grill-with-docs

16

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.

2 1mo ago A 58 tokens

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.

2 1mo ago A 69 tokens

mp-prototype

20

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…

2 1mo ago A 92 tokens

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.

2 1mo ago A 46 tokens

mp-setup-pre-commit

22

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.

2 1mo ago A 64 tokens

mp-tdd

23

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.

2 1mo ago A 46 tokens

mp-to-issues

24

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.

2 1mo ago A 54 tokens