ivanhoinacki

20 mods across 1 repository, 2 stars between them.

copilot

01

ivanhoinacki/team-exp-claude-config

Agent

Daily copilot. Accumulated memory across all conversations, full vertical context. Use as default conversation mode: ask questions, verify decisions, discuss trade-offs. Lightweight startup: context loaded on demand, not automatically. Triggers: "copilot", "chat", "update me", "what do we have", "context".

2 1mo ago A 69 tokens original MIT

implementer

02

ivanhoinacki/team-exp-claude-config

Agent

Code implementer. Receives a detailed spec with file paths and patterns, implements precisely. Use after research is complete and a plan exists. Triggers: "implement this", "code this spec", "make these changes".

2 1mo ago A 47 tokens original MIT

researcher

03

ivanhoinacki/team-exp-claude-config

Agent

Codebase and knowledge base researcher. Read-only investigation: find files, trace data flows, search patterns, gather context. Use PROACTIVELY before implementation to understand existing code. Triggers: "research this", "find where", "trace the flow", "what pattern does this use".

2 1mo ago A 61 tokens original MIT

reviewer

04

ivanhoinacki/team-exp-claude-config

Agent

Code reviewer. Analyzes changes against 12 quality dimensions. Read-only, never modifies code. Use after implementation to verify quality before commit. Triggers: "review these changes", "check this code", "quality check".

2 1mo ago A 48 tokens original MIT

capture-knowledge

05

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Capture business knowledge from Slack into the Knowledge Base. Two modes: (1) Single thread: pass a Slack URL to capture one discussion (2) Sweep: scan entire channels for Q&A threads, launch parallel agents per channel, catalog all findings Use when the user says "capture this", "salva esse conhecimento", "captura…

2 1mo ago A 99 tokens original MIT

codereview

06

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Review code quality with all 18 dimensions. Analyzes diff, gathers deep context, checks Known Gotchas, presents findings grouped by severity. If a PR exists, posts inline comments on GitHub. Use when the user says "code review", "review this PR", "review PR", "review", "pre-review", "check quality", or before opening…

2 1mo ago A 80 tokens original MIT

commit

07

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Commit current work with a clean, conventional message. Use when the user says "commit", "save this", "git commit", "make the commit". Do NOT use for push (that requires separate approval).

2 1mo ago A 44 tokens original MIT

create-pr

08

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Create a pull request with comprehensive technical format and monitor CI pipeline. Use when the user says "create pr", "open pr", "send the pr", "make the pr".

2 1mo ago A 39 tokens original MIT

daily

09

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Generate daily standup notes from git history, session memory, and Jira. Use when the user says "daily", "generate daily", "create daily", "standup", "stand-up", "what did I do today", "daily notes".

2 1mo ago A 52 tokens original MIT

debug-mode

10

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Hypothesis-driven debugging workflow that requires runtime evidence before making fixes. Spins up a local log server so browser code can POST structured logs to a file the AI reads directly. Use when the user says "debug", "debug mode", "help me debug", "find this bug", "why isn't this working", "what's wrong with"…

2 1mo ago B 120 tokens original MIT

deploy-checklist

11

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Generate deployment checklist for a feature before merge. Use after PR is approved, before merge, or when the user says "deploy checklist", "checklist deploy", "pre-deploy", "ready to merge?", "checklist de deploy", "posso mergear?", "pronto pra deploy?", "can I merge?", "deploy readiness". Do NOT use for CI pipeline…

2 1mo ago A 88 tokens original MIT

deslop

12

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Remove AI-generated code slop (verbose comments, unnecessary abstractions, dead code, inconsistent patterns) from the current branch. Use after implementation and before commit/PR, or when the user says "deslop", "clean up AI code", "remove slop", "clean the code", "clean this up", "too much AI noise". Do NOT use for…

2 1mo ago A 85 tokens original MIT

diagrams

13

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

PlantUML diagram standard. Use when creating diagrams, flowcharts, sequence diagrams, entity diagrams, or when the user mentions "diagram", "diagrama", "plantuml", "sequence", "flowchart", "entity diagram", "C4".

2 1mo ago A 54 tokens original MIT

feature-dev

14

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Full feature development workflow with codebase discovery, knowledge base search, implementation plan, and guided coding. Use when the user says "feature", "new feature", "start development", "plan feature", "feature-dev", "implement", "build this feature", or pastes a Jira ticket description for implementation. Do…

2 1mo ago A 92 tokens original MIT

investigation-case

15

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Deep forensic investigation of bugs, incidents, or reported problems. Sweeps all sources (Jira, Slack, GitHub, Confluence, Codebase, Datadog/NR), cross-references data, reconstructs timeline, identifies root cause, and produces Investigation Case with Fix Plan. Use when the user says "investigation", "investigate"…

2 1mo ago A 118 tokens original MIT

learn

16

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Capture a learning (bug, workaround, pattern, gotcha) and save to persistent memory. Use when the user says "learn", "save this", "remember this", "note this", "record this", "never forget this", or when a non-obvious bug fix, workaround, or integration pattern is discovered during development.

2 1mo ago A 69 tokens original MIT

test-scenarios

17

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Validate feature with real test scenarios before commit. Verifies environment (Docker, VPN, DB), seeds test data, runs unit + integration tests, and executes manual smoke tests against local or staging. Use after /code-review and before /commit. Use when the user says "test", "testar", "test scenarios", "smoke test"…

2 1mo ago A 132 tokens original MIT

thinking-partner

18

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Activate a self-critical, collaborative thinking mode. Use when the user says "thinking partner", "think together", "challenge me", "let's think", "think with me", or when the conversation needs deeper analysis rather than quick answers.

2 1mo ago B 52 tokens original MIT

validate-infra

19

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Validate infrastructure configuration consistency (env vars, Pulumi, config, schema). Use when adding env vars, changing Pulumi config, before deploy, or when the user says "validate infra", "check config", "valida infra", "env vars ok?", "check pulumi".

2 1mo ago C 61 tokens original MIT

validate-migration

20

ivanhoinacki/team-exp-claude-config

Skill Claude CodeCodex

Validate database migration safety before merge. Checks rollback plan, backwards compatibility, performance impact, and lock duration. Use when creating migrations, altering tables, adding indexes, or when the user says "validate migration", "check migration", "migration safe?", "migration ok?", "can I run this…

2 1mo ago A 64 tokens original MIT