LucasSantana-Dev

76 mods across 4 repositories, 7 stars between them.

handoff-writer

25

LucasSantana-Dev/sharekit

Agent Claude Code

Capture active work state before budget runs low, switching projects, or ending a session. Writes a durable resume packet to /.claude/handoffs/ /latest.md with exact next actions, file paths with line ranges, and copy-pasteable commands. Use before context switches, approaching token budget, or end-of-day.

1 yesterday B 71 tokens original MIT

issue-triager

26

LucasSantana-Dev/sharekit

Agent Claude Code

Move issues through a triage state machine — needs-triage → needs-info | ready-for-agent | ready-for-human | wontfix. Gathers context, reproduces bugs, grills for spec gaps, posts agent briefs or triage notes. Use when triaging a backlog of issues, evaluating a specific issue, or preparing issues for autonomous agent…

1 yesterday A 76 tokens original MIT

marketing

27

LucasSantana-Dev/sharekit

Agent Claude Code

Brand & content marketing strategist for positioning, messaging, campaign concepting, content strategy, and copywriting direction. Use for brand campaign strategy, content calendar planning, messaging frameworks, copy direction, funnel architecture, and positioning refinement — not for ad buying (paid-traffic), not…

1 yesterday A 74 tokens original MIT

mcp-tool-dev

28

LucasSantana-Dev/sharekit

Agent Claude Code

MCP development specialist. Expert in building Model Context Protocol servers and tools (registration, Zod schemas, transports) and in operating MCP gateways (routing, auth, rate limiting, health). Use when creating or debugging MCP tools/servers, or when working on gateway routing, authentication, and service…

1 yesterday A 66 tokens original MIT

motion-design

29

LucasSantana-Dev/sharekit

Agent Claude Code

Motion graphics and animation direction for social/video content. Designs and critiques animation principles (timing, easing, anticipation, staging), kinetic typography, transitions, brand motion systems, format specs for reels/shorts/TikTok, lower-thirds, caption animation, and logo animation. Use for motion briefs…

1 yesterday A 102 tokens original MIT

mutation-tester

30

LucasSantana-Dev/sharekit

Agent Claude Code

Run mutation testing to verify tests actually catch broken behavior, not just execute lines. Detects shallow suites where coverage looks healthy but assertions are missing. Use after major test changes, before declaring a suite production-ready, or when bugs slip through despite green CI. Installs the mutation…

1 yesterday A 73 tokens original MIT

LucasSantana-Dev/sharekit

Agent Claude Code

Flag code that is heavier than its problem — single-implementation abstractions, speculative generalization, unnecessary indirection, unused config, premature optimization, and type gymnastics for states that can't occur. Scope-first, read-only, proposes the simpler alternative with its cost. Use in PR review, before…

1 yesterday A 78 tokens original MIT

paid-traffic

32

LucasSantana-Dev/sharekit

Agent Claude Code

Performance-marketing specialist for paid acquisition on Meta (Facebook/Instagram) and Google Ads. Plans, audits, and optimizes campaigns — structure, targeting, budget pacing, creative testing, bidding, and incrementality — using the meta-ads and google-ads MCP tools. Use for ad-account audits, campaign structure…

1 yesterday A 96 tokens original MIT

LucasSantana-Dev/sharekit

Agent Claude Code

Execute implementation plans by dispatching a fresh subagent per task with mandatory two-stage review (spec compliance then code quality) after each task. Use when you have a written plan with mostly independent tasks and want high-quality same-session execution without context pollution between tasks. Enforces…

1 yesterday A 73 tokens original MIT

phase-runner

34

LucasSantana-Dev/sharekit

Agent Claude Code

Execute phased plans by fanning out one agent per task per wave, reconciling per wave, gating between phases with verify commands, and emitting a phase × outcome report. Use for "execute this plan", "work through these phases", "swarm over this backlog" — any plan with ≥3 total tasks or ≥2 tasks in a single phase that…

1 yesterday A 94 tokens original MIT

planner

35

LucasSantana-Dev/sharekit

Agent Claude Code

Strategic planning consultant with interview workflow (Opus).

1 yesterday A 13 tokens copy · 95% MIT

pr-reviewer

36

LucasSantana-Dev/sharekit

Agent Claude Code

Two-axis review of a git diff — Standards (does the code follow this repo's documented conventions?) and Spec (does it match what the issue/PRD asked for?). Runs both axes as parallel sub-agents and reports them side by side without merging findings. Use when reviewing a branch, PR, or work-in-progress changes.

1 yesterday A 71 tokens original MIT

qa-tester

37

LucasSantana-Dev/sharekit

Agent Claude Code

Interactive CLI testing specialist using tmux for session management.

1 yesterday A 14 tokens copy · 92% MIT

rag-evaluator

38

LucasSantana-Dev/sharekit

Agent Claude Code

Run retrieval regression gates (hitgate) against the current repo state. Compares Hit@5, MRR, and per-intent metrics to detect whether a change helped, regressed, or held steady. Use for shipping retrieval code changes, validating retuning before merge, or measuring refactor impact on search quality.

1 yesterday A 68 tokens original MIT

LucasSantana-Dev/sharekit

Agent Claude Code

Orchestrate end-to-end refactors across 6 phases: RAG pre-flight (prior context + protected scopes), plan with rollback, critic scope gate, parallel 3-agent execution (architect/builder/reviewer), two-stage review (spec+quality), test cleanup, ADR capture, sync. Use for scope >5 files, cross-module boundaries, or…

1 yesterday A 105 tokens original MIT

release-ci-engineer

40

LucasSantana-Dev/sharekit

Agent Claude Code

Release engineering and CI/CD specialist for GitHub Actions pipelines, release-please automation, semantic versioning, changelogs, branch protection, flaky-test diagnosis, and runner cost optimization. Use for: CI failures and diagnostics, release-please gate issues, version bumps and changelogs…

1 yesterday B 97 tokens original MIT

repaint-builder

41

LucasSantana-Dev/sharekit

Agent Claude Code

Executes the /repaint pipeline — register lock, reference anchor, token spec (or DESIGN.md/design-system defer), scaffold, build, slop audit, browser verify — in its own context. Dispatched by the /repaint skill, 1× or N-parallel (worktrees). Builds and verifies; never deploys. (Sonnet).

1 yesterday A 76 tokens original MIT

research-decider

42

LucasSantana-Dev/sharekit

Agent Claude Code

Evaluate library, pattern, or architecture choices end-to-end: research candidates, challenge with decision-critic, plan adoption, write ADR with revisit-when condition, index for future recall. Use for any choice where the wrong decision creates technical debt or lock-in. Always produces a durable ADR.

1 yesterday A 62 tokens original MIT

skill-eval-reviewer

45

LucasSantana-Dev/sharekit

Agent Claude Code

Review skill-creator benchmark outputs for a completed iteration. Reads benchmark.json, grading.json, evalmetadata.json, and response.md files from an iteration directory, then surfaces discriminating assertions, anti-patterns in winning outputs, and improvement recommendations. Use after skill-creator eval runs…

1 yesterday A 71 tokens original MIT

systematic-debugger

46

LucasSantana-Dev/sharekit

Agent Claude Code

Apply 4-phase systematic debugging to any bug, test failure, or unexpected behavior. Enforces root-cause investigation before proposing any fix, tracks turn efficiency (file read budget, edit budget, subagent escalation), and blocks rationalization attempts. Use when encountering any technical failure — especially…

1 yesterday A 73 tokens original MIT

tdd-practitioner

47

LucasSantana-Dev/sharekit

Agent Claude Code

Enforce test-driven development discipline for features, bug fixes, and refactors. Writes failing tests first, watches them fail, implements minimal code, refactors under green. Use whenever writing production code — blocks implementation until a failing test exists. Harder TDD discipline than test-engineer (which…

1 yesterday A 85 tokens original MIT

team-coordinator

48

LucasSantana-Dev/sharekit

Agent Claude Code

Decompose a task into parallel workstreams, assign agent ownership, run integration at dependency boundaries, and synthesize results. Use when a task is large enough that parallel agents save time or add confidence — and when clear handoffs can be defined. Produces a team plan, bounded prompts per agent, and final…

1 yesterday A 69 tokens original MIT