responsive-design
No SKILL.md available for this skill.
View on GitHubMore from sebkay/skills
audit-errors
Audit code for error-handling inconsistencies, anti-patterns, and silent failures such as empty catch blocks, ignored promise rejections, log-and-continue paths, fallback values that hide faults, broad catch clauses, and inconsistent error translation across layers. Use when reviewing controllers, services, jobs, API handlers, async workflows, UI actions, or any change where errors may be swallowed, downgraded, or surfaced unreliably.
9finalise-plan
Stress-test implementation, execution, rollout, migration, or task plans for missing steps, bad sequencing, weak assumptions, hidden dependencies, vague acceptance criteria, and inadequate validation. Use when a plan has just been drafted or revised, when inheriting someone else's plan, before starting implementation, or when a plan needs one last quality pass before execution.
9ui-mockup-fidelity
Implement website UI from mockups with high visual fidelity. Use when building or updating pages/components from mockups where layout, spacing, colors, and section backgrounds must match closely, especially in utility-first CSS workflows such as Tailwind.
9generate-laravel-agent-instructions
Generate or update `.ai/guidelines/project.md` for Laravel codebases by extracting architecture, domain logic, jobs, workflows, and integration details from repository evidence. Use when the user asks to create, refresh, or improve Laravel-specific agent instructions or project overview guidance.
7audit-drift
Find state-management bugs across frontend, backend, and persistence layers by auditing impossible state combinations, boolean explosion, magic strings, duplicated or derived state, and source-of-truth violations. Use when reviewing reducers, stores, components, forms, API handlers, jobs, models, or database-backed workflows for inconsistent state, fragile transitions, drift between layers, or requests to audit and auto-fix state bugs.
6