Skill Claude CodeCodex
Best practices for Laravel queues including job structure, batching, chaining, middleware, retry strategies, and error handling.
Skill Claude CodeCodex
Best practices for Laravel queues including job structure, batching, chaining, middleware, retry strategies, and error handling.
Skill Claude CodeCodex
Systematic debugging process for Laravel applications - ensures root cause investigation before attempting fixes. Use for any Laravel issue (test failures, bugs, unexpected behavior, performance problems).
Skill Claude CodeCodex
Best practices for Laravel task scheduling including defining schedules, frequency constraints, overlap prevention, and monitoring hooks.
Skill Claude CodeCodex
Test-Driven Development specifically for Laravel applications using Pest PHP. Use when implementing any Laravel feature or bugfix - write the test first, watch it fail, write minimal code to pass.
Skill Claude CodeCodex
Best practices for Laravel validation including Form Requests, custom rules, conditional validation, and input sanitization.
Plugin Claude Code
Codebase feature reconnaissance: per-feature maturity, bugs, gaps and opportunities with cited evidence, plus a dashboard.
Plugin Claude Code
Reconnaissance sweep of any codebase, feature by feature: what works, what's broken, what's missing, what's untested. Emits one evidence-cited JSON state file per feature plus a rollup, renders a self-contained HTML dashboard, and turns the findings into ordered task files that update the report as fixes land.…
Agent
Used by the create-demo-videos skill to write the spoken narration for one feature's demo video during a recon sweep. Reads that feature's recon state file and its recorded user flows and writes narration text into a JSON file the caller names; it records nothing, renders nothing, edits no application code and returns…
Agent
Used by the feature-recon skill to review exactly one feature through the product-engineering lens during a recon sweep. Writes a JSON state file to a recon directory the caller names; it fixes nothing and returns no report body. Not a general code reviewer — do not delegate to it outside a feature-recon run, and…
Agent
Used by the feature-recon skill to review exactly one feature through the security lens during a recon sweep, when the run explicitly opted into --lens security. Writes a JSON state file to a recon directory the caller names; it fixes nothing and returns no report body. Not a general security reviewer or vulnerability…
Agent
Used by the identify-user-flows and test-user-flows skills to handle exactly one feature during a recon sweep — either writing that feature's executable user-flow recipes, or turning one browser run's raw results into a JSON state file. Writes JSON to a recon directory the caller names; it runs no browser itself…
Agent
Used by the feature-recon skill to review exactly one feature through the UI/UX lens during a recon sweep, when the run explicitly opted into --lens ux. Writes a JSON state file to a recon directory the caller names; it fixes nothing, redesigns nothing, and returns no report body. Not a general design reviewer — do…
Command
Record narrated demo videos of the features whose user flows actually pass.
Command
Sweep this codebase feature by feature and build an evidence-cited state report + HTML dashboard.
Command
Turn feature-recon findings into ordered, ready-to-execute task files with tests and report-update steps.
Command
Turn this codebase's features into executable user-flow recipes a browser can replay.
Command
Replay the user-flow recipes against the running app in a real browser and file what breaks.
Skill Claude CodeCodex
Record narrated demo videos of a codebase's features — Playwright drives the real app with a visible cursor, Gemini TTS narrates each screen, and ffmpeg cuts one mp4 per feature. Use when the user asks for a demo video, feature walkthrough, screen tour, product tour, "show how this works" video, or a video for the…
Skill Claude CodeCodex
Sweep a codebase feature by feature and produce an evidence-cited state report plus an HTML dashboard — per-feature maturity, bugs, gaps, opportunities, test coverage. Use when the user asks to review or audit the state of a project, asks "what's the state of this codebase", wants a feature maturity or readiness…
Skill Claude CodeCodex
Turn a feature-recon report into ready-to-execute task files — one per fix, ordered, with evidence, a test plan, and instructions to update the report when the fix lands. Use when the user asks to create tasks or a fix plan from the recon report, wants findings turned into tickets or task files, asks "what should we…
Skill Claude CodeCodex
Turn a codebase's features into executable user-flow recipes — a JSON file of real selectors, interactions and assertions that a browser can replay. Use when the user asks to identify or map user flows, wants end-to-end or e2e flows defined, asks what a real user actually does in the app, or is preparing to run…
Skill Claude CodeCodex
Replay a codebase's user-flow recipes against the running app in a real browser with Playwright, then file what broke as evidence-cited findings. Use when the user asks to run end-to-end or e2e tests, wants the app tested in a real browser, asks whether the flows actually work, or wants to verify recon findings…