generate-laravel-agent-instructions

Installation
SKILL.md

Generate or update .ai/guidelines/project.md using evidence from the current Laravel repository.

.ai/guidelines/project.md is pulled into AGENTS.md, so avoid duplicating guidance already present in AGENTS.md unless needed for local clarity.

Workflow

  1. Locate existing .ai/guidelines/project.md and use it as the base when present.
  2. Inspect the codebase deeply enough to capture:
    • Core business and domain logic.
    • Laravel architecture and boundaries (routes, controllers, services/actions, models, policies).
    • Background processing (jobs, queues, listeners, notifications, scheduled tasks).
    • External integrations and cross-component data flow.
  3. Extract only repository-backed facts from code, config, migrations, and docs.
  4. Merge intelligently with the existing file: keep valid guidance, remove stale guidance, fill important gaps.
  5. Write concise, actionable instructions for future coding agents.

Output Requirements

Installs
7
Repository
sebkay/skills
GitHub Stars
1
First Seen
Mar 3, 2026
generate-laravel-agent-instructions — sebkay/skills