Use when working on a Laravel project — routing tasks to the appropriate sub-skill (e.g. scaffolding a modular architecture).
This skill bundles two reference files. Read them when relevant — do not load both upfront.
references/laravel-guidelines.md — Read this file before writing or reviewing any Laravel/PHP code. Covers naming conventions, type declarations, control flow rules, and Spatie-style patterns. Read it when the user asks to write, edit, or review controllers, models, jobs, commands, service providers, or any PHP class.
references/developing-modular-laravel.md — Read this file when the task involves the modular architecture. Covers scaffolding module directories under modules/, registering service providers, wiring Modules\ PSR-4 namespaces in composer.json, and setting up Eloquent factories with #[UseFactory]. Read it when the user asks to create a module, add a service provider, or establish the modular structure for a new project.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer