{
  "markdown": "# Laravel AI Starter\n\nA Claude Code plugin that creates new Laravel projects fully configured for AI-assisted development.\n\n## Installation\n\n```\n/plugin install gh:maj0rr/laravel-ai-starter\n```\n\n## Usage\n\n```\n/laravel-ai-starter:new-laravel-project\n```\n\nOr with a project name:\n\n```\n/laravel-ai-starter:new-laravel-project my-app\n```\n\n## What it does\n\nThe skill guides you through creating a complete Laravel project with:\n\n### Setup (automated)\n- Laravel + Livewire + Pest via `laravel new`\n- MySQL database + `.env` configuration\n- Laravel Boost (guidelines, skills, MCP)\n- IDE Helper + Debugbar\n- Larastan (Level 5) + PHPStan Baseline\n- Laravel Simplifier Plugin\n- Spatie Boost Guidelines\n- Codex Agent configuration (AGENTS.md)\n- AI Guidelines for clean code\n- `preventLazyLoading()` in development\n- HTTPS via Herd\n- GitHub CI workflow fix (PHP 8.4)\n\n### Optional\n- **Login** -- Livewire auth with seeded admin user\n- **VitePress** -- Documentation site under `/docs`\n- **GitHub Repository** -- Private repo with initial commit\n\n### Feature Integrations (post-setup wizard)\n- **OpenAI** -- `openai-php/laravel` with `GenerateAiTextAction`\n- **Filament** -- Admin panel with CRUD, dashboard, widgets\n- **Laravel Cashier / Stripe** -- Payments, subscriptions, invoices\n\n## Guidelines included\n\nThe plugin installs coding guidelines under `.ai/guidelines/`:\n\n| Guideline | Description |\n|---|---|\n| actions.md | Action classes with `execute()` method |\n| code-style.md | Enums, no defensive coding, lazy loading prevention |\n| controllers.md | Always use `$request->validated()` |\n| naming.md | Class suffix conventions |\n| routing.md | No inline logic in routes |\n| testing.md | Pest conventions, test coverage requirements |\n| documentation.md | Feature docs under `.documentation/` |\n| filament.md | Smoke tests, FilaCheck (only with Filament) |\n\n## Documentation templates\n\n- **deployment-laravel-cloud.md** -- Step-by-step guide for deploying to Laravel Cloud\n\n## Requirements\n\n- [Laravel Herd](https://herd.laravel.com) (or manually specify project directory)\n- PHP 8.4+\n- Composer\n- Node.js + npm\n- MySQL\n- `gh` CLI (optional, for GitHub repo creation)\n\n## License\n\nMIT",
  "bytes": 2178,
  "sha": "824a014e6000044db12cab518d6d1f404ad66b3b40a35da76f78bf64cc47a0da",
  "repo_slug": "maj0rr/laravel-ai-starter",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_maj0rr_laravel_ai_starter_laravel_ai_sta_46096a52/readme"
}