ask-laravel-mechanic
<critical_constraints>
❌ NO migrate:fresh on prod/staging → destroys DB
❌ NO db:seed on prod → overwrites data
❌ NO Model::truncate() on prod without backup
❌ NO migrate:reset on prod
✅ MUST run php artisan env before dangerous commands
✅ MUST use migrate --pretend when unsure
✅ MUST restart queue after code deployment
</critical_constraints>
<safety_commands>
✅ Allowed: migrate (forward only)
✅ Safe test: migrate --pretend (shows SQL without running)
✅ Cache clear: optimize:clear
✅ Queue restart: queue:restart (after deploy!)
</safety_commands>
<soft_delete_restore>
More from navanithans/agent-skill-kit
ask-explaining-code
Explain code via analogies, ASCII diagrams, step-by-step walkthroughs.
18ask-commit-assistance
Code review, staging, and Conventional Commit message generation. MUST NOT COMMIT.
16ask-owasp-security-review
Static security analysis auditing for OWASP Top 10 risks.
15ask-system-architect-prime
Principal Architect for repo audits, complexity analysis, and refactoring recommendations.
15ask-nextjs-architect
Next.js 14+ scaffolding. App Router, Server Components, Server Actions, SEO.
15ask-shadcn-architect
Enforce shadcn/ui patterns, imports, and CLI-first component usage.
15