Agent Claude Code
Test strategy, integration/e2e coverage, flaky test hardening, TDD workflows.
Agent Claude Code
Test strategy, integration/e2e coverage, flaky test hardening, TDD workflows.
Agent Claude Code
Evidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendations.
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…
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.
Agent Claude Code
Technical documentation writer for README, API docs, and comments (Haiku).
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.
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.
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.
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.
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.
Hook Claude Code
Runs when a subagent starts, executing check-read-only-subagent.sh via bash. From 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.
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.
Hook Claude Code
Runs when the agent finishes a response, executing post-incident-adr.sh via bash. From 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.
Settings file Claude Code
Agent settings declaring 9 hook events (UserPromptSubmit, SessionStart, PreToolUse, PostToolUse).
Skill Claude CodeCodex
Detect and fix stale chunks (files that changed or were deleted since last indexing).
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…
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…
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.
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.
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]…
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.
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…