generate-laravel-project-overview
No SKILL.md available for this skill.
View on GitHubMore from sebkay/skills
ask-plan-questions
Ask high-impact clarifying questions before implementation to reduce mistakes, rework, and hidden assumptions. Use when creating, reviewing, or updating a plan; when requirements are ambiguous; or when scope/constraints are not fully specified.
15add-plan-todos
Create and maintain granular todos in the active execution plan to reduce omissions, sequencing errors, and misunderstandings. Use when drafting a plan, updating scope, starting implementation, or recovering from uncertainty/blockers.
12ui-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