LucasSantana-Dev

76 mods across 4 repositories, 7 stars between them.

test-engineer

49

LucasSantana-Dev/sharekit

Agent Claude Code

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

1 yesterday A 21 tokens copy · 98% MIT

tracer

50

LucasSantana-Dev/sharekit

Agent Claude Code

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

1 yesterday A 24 tokens copy · 91% MIT

video-editing

51

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…

1 yesterday A 105 tokens original MIT

webapp-developer

52

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.

1 yesterday A 59 tokens original MIT

writer

53

LucasSantana-Dev/sharekit

Agent Claude Code

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

1 yesterday A 17 tokens original MIT

xp-navigator

54

LucasSantana-Dev/sharekit

Agent Claude Code

Drive Extreme Programming pair development cycles with an AI-human pair. Manages plan→test→implement→refactor→release cadence, enforces TDD discipline, and maintains role boundaries. Use for structured incremental development with continuous feedback loops.

1 yesterday A 51 tokens original MIT

UserPromptSubmit

55

LucasSantana-Dev/sharekit

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing tool-shortlist.sh and model-cache-guard.sh via bash (2 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

SessionStart

56

LucasSantana-Dev/sharekit

Hook Claude Code

Runs when a session starts, executing check-session-lock.sh, session-start-load.sh and observe-otel.sh via bash with --claim (3 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

PreToolUse

57

LucasSantana-Dev/sharekit

Hook Claude Code

Runs before the agent uses a tool for Bash, Write, Edit and NotebookEdit tool calls, executing check-dangerous-patterns.sh, check-pr-automation-halt.sh, check-stuck-loop.sh, check-idempotency.sh, check-session-lock.sh and policy-gate.sh via bash (7 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

PostToolUse

58

LucasSantana-Dev/sharekit

Hook Claude Code

Runs after a tool call finishes, executing trajectory-log.sh, context-guard.sh and observe-otel.sh via bash (3 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

SubagentStart

59

LucasSantana-Dev/sharekit

Hook Claude Code

Runs when a subagent starts, executing check-read-only-subagent.sh via bash. From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

PreCompact

60

LucasSantana-Dev/sharekit

Hook Claude Code

Runs before the context is compacted, executing snapshot-compact.sh and compaction-guard.sh via bash (2 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

PostCompact

61

LucasSantana-Dev/sharekit

Hook Claude Code

Runs after the context is compacted, executing reinject-compact.sh and model-cache-guard.sh via bash (2 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

Stop

62

LucasSantana-Dev/sharekit

Hook Claude Code

Runs when the agent finishes a response, executing post-incident-adr.sh via bash. From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

SessionEnd

63

LucasSantana-Dev/sharekit

Hook Claude Code

Runs when a session ends, executing session-end-flush.sh and observe-otel.sh via bash (2 commands). From LucasSantana-Dev/sharekit.

1 yesterday A tokens not measured original MIT

settings

64

LucasSantana-Dev/sharekit

Settings file Claude Code

Agent settings declaring 9 hook events (UserPromptSubmit, SessionStart, PreToolUse, PostToolUse).

1 yesterday A tokens not measured original MIT

adt-rag-drift

65

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Detect and fix stale chunks (files that changed or were deleted since last indexing).

1 yesterday B 22 tokens original MIT

app-teardown

66

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Reverse-engineer a live application (web app, SaaS, mobile) by walking its real flows in the browser and map every idea worth taking — UX patterns, features, visual design, copy, growth mechanics — into a teardown report where each finding carries evidence, an adopt/adapt/already-have/reject verdict, and a constraint…

1 yesterday A 152 tokens original MIT

audit-deep

67

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Composite skill — full project health check across testing, config, hooks, performance, security, MCP, and plugins. Runs the audit skills in parallel and reconciles into one severity-ranked report with prioritized remediation plan. Use weekly per active project, before major releases, or as part of quarterly tech-debt…

1 yesterday A 66 tokens original MIT

backlog

68

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Composite backlog builder for a single repo. Analyzes code, scores findings by value and ROI, groups into themes, and creates prioritized GitHub issues on a Project board. Use to discover what to work on, build a backlog, plan sprints, or prioritize work with a time budget.

1 yesterday A 62 tokens original MIT

brainstorming

69

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Facilitate collaborative idea exploration and turn rough concepts into a validated design direction before implementation starts. Use when the user is still shaping the solution and should not be pushed into code yet.

1 yesterday A 41 tokens original MIT

changelog-update

70

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Updates CHANGELOG.md from recent commits, grouping entries by type (feat/fix/docs/breaking) with semantic version headings. Update CHANGELOG.md by promoting [Unreleased] content to a versioned section and bumping the package version. Follows Keep a Changelog format. Use when preparing a release or when [Unreleased]…

1 yesterday A 84 tokens original MIT

ci-watch

71

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Diagnose failing CI checks, isolate the first real blocker (vs. noise), and surface the smallest viable fix. Use when a PR has failing checks, the pipeline is broken, or you need to understand why CI is red before proceeding with merge or release.

1 yesterday A 55 tokens original MIT

code-teardown

72

LucasSantana-Dev/sharekit

Skill Claude CodeCodex

Reverse-engineer an external repository or codebase (competitor OSS, reference implementation, trending project) and map every adoptable idea — architecture, code patterns, DX, tooling, testing, docs conventions — into a teardown report where each finding carries evidence (file:line), an…

1 yesterday A 168 tokens original MIT