LucasSantana-Dev/sharekit

Share your AI coding setup — CLAUDE.md, skills, cursorrules — with one command. install / preview / rollback.

1Stars on the repository
105Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

mutation-tester

25

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…

not rated 1 5d ago 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…

not rated 1 5d ago A 78 tokens original MIT

paid-traffic

27

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…

not rated 1 5d ago 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…

not rated 1 5d ago A 73 tokens original MIT

phase-runner

29

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…

not rated 1 5d ago A 94 tokens original MIT

planner

30

LucasSantana-Dev/sharekit

Agent Claude Code

Strategic planning consultant with interview workflow (Opus).

not rated 1 5d ago A 13 tokens copy · 95% MIT

pr-reviewer

31

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.

not rated 1 5d ago A 71 tokens original MIT

qa-tester

32

LucasSantana-Dev/sharekit

Agent Claude Code

Interactive CLI testing specialist using tmux for session management.

not rated 1 5d ago A 14 tokens copy · 92% MIT

rag-evaluator

33

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.

not rated 1 5d ago 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…

not rated 1 5d ago A 0 tokens original MIT

release-ci-engineer

35

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…

not rated 1 5d ago B 0 tokens original MIT

repaint-builder

36

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

not rated 1 5d ago A 76 tokens original MIT

research-decider

37

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.

not rated 1 5d ago A 0 tokens original MIT

scientist

38

LucasSantana-Dev/sharekit

Agent Claude Code

Data analysis and research execution specialist.

not rated 1 5d ago A 9 tokens copy · 91% MIT

security-reviewer

39

LucasSantana-Dev/sharekit

Agent Claude Code

Security vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns).

not rated 1 5d ago A 20 tokens copy · 94% MIT

skill-eval-reviewer

40

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…

not rated 1 5d ago A 71 tokens original MIT

systematic-debugger

41

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…

not rated 1 5d ago A 73 tokens original MIT

tdd-practitioner

42

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…

not rated 1 5d ago A 85 tokens original MIT

team-coordinator

43

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…

not rated 1 5d ago A 69 tokens original MIT

test-engineer

44

LucasSantana-Dev/sharekit

Agent Claude Code

Test strategy, integration/e2e coverage, flaky test hardening, TDD workflows.

not rated 1 5d ago A 21 tokens copy · 98% MIT

tracer

45

LucasSantana-Dev/sharekit

Agent Claude Code

Evidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendations.

not rated 1 5d ago A 24 tokens copy · 91% MIT

video-editing

46

LucasSantana-Dev/sharekit

Agent Claude Code

Video editing craft expert for story, pacing, hooks, and retention. Directs editing strategy for short-form (reels/shorts) and long-form (YouTube) with emphasis on hook engineering, cut timing, sound design, captions, and retention curves. Knows the shorts-edit CLI for batch programmatic editing. Use for edit…

not rated 1 5d ago A 105 tokens original MIT

webapp-developer

47

LucasSantana-Dev/sharekit

Agent Claude Code

Full-stack web application developer for React/Next.js + Supabase. Use when building features that span frontend components, Supabase schema/auth/realtime, and API integration. Covers schema design, RLS-aware data access, auth flows, realtime subscriptions, and production deployment.

not rated 1 5d ago A 59 tokens original MIT

writer

48

LucasSantana-Dev/sharekit

Agent Claude Code

Technical documentation writer for README, API docs, and comments (Haiku).

not rated 1 5d ago A 17 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: