Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add nasrulhazim/claude --skill project-laravelgit clone --depth 1 https://github.com/nasrulhazim/claudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nasrulhazim/claude/project-laravel)<a href="https://agentmods.dev/skills/nasrulhazim/claude/project-laravel"><img src="https://agentmods.dev/badge/skills/nasrulhazim/claude/project-laravel/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nasrulhazim/claude/project-laravel"><img src="https://agentmods.dev/badge/skills/nasrulhazim/claude/project-laravel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00221 | $0.02419 |
| Opus 5 | $0.00111 | $0.01210 |
| Sonnet 5 | $0.00044 | $0.00484 |
| Haiku 4.5 | $0.00022 | $0.00242 |
Grade A, and why
project-laravel scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 257 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Laravel Project Conventions
Enforce Kickoff's opinionated Laravel conventions and scaffold production-ready code that follows all project standards — models, enums, actions, routes, helpers, permissions, and architecture rules.
Command Reference
| Command | Description |
|---|---|
/project scaffold |
Scaffold a new module (model + migration + factory + seeder + policy + controller + routes + tests) |
/project model |
Generate a model extending Base with correct traits and conventions |
/project enum |
Generate an enum implementing Contract with InteractsWithEnum |
/project action |
Generate an action class with Builder pattern |
/project helper |
Generate a helper function file in support/ |
/project route |
Add a modular route file in routes/web/ or routes/api/ |
/project check |
Audit existing code against Kickoff conventions |
1. /project scaffold — Full Module Scaffold
Step 1: Gather Module Info
Ask the user:
- Module name (singular, e.g.,
Invoice) - Fields (name:type pairs, e.g.,
title:string,amount:decimal,status:enum) - Relationships (belongsTo, hasMany, belongsToMany)
- Needs API routes? (yes/no)
- Needs web routes? (yes/no — default yes)
Step 2: Generate Files
Create the following files in order:
- Migration — UUID PK, uuid column, timestamps, soft deletes (see
references/database-conventions.md) - Model — Extends
App\Models\Base, uses correct traits (seereferences/model-conventions.md) - Factory — Matches model fields with appropriate Faker methods (see
references/database-conventions.md) - Seeder — Uses factory with reasonable count (see
references/database-conventions.md) - Policy — Standard CRUD methods with Spatie permission checks (see
references/access-control.md) - Controller — Resource controller with policy authorization (suffix "Controller")
- Form Request — Store and Update request classes with validation rules
- Route file — Modular route in
routes/web/orroutes/api/(seereferences/route-conventions.md) - Pest tests — Feature tests for all CRUD operations (delegate to kickoff-pest-testing skill patterns)
- Permission config — Add entries to
config/access-control.php(seereferences/access-control.md)
What ships with it
10 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/access-control.md 8.5 KB
- references/action-conventions.md 3.2 KB
- references/architecture-rules.md 5.0 KB
- references/database-conventions.md 7.6 KB
- references/enum-conventions.md 3.0 KB
- references/frontend-conventions.md 3.7 KB
- references/helper-conventions.md 2.7 KB
- references/model-conventions.md 6.7 KB
- references/project-structure.md 5.1 KB
- references/route-conventions.md 3.2 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 257 lines · 221 tokens per session scan A 45783fcc4fc8
project-laravel is a skill published in the GitHub repository nasrulhazim/claude (22 stars, last pushed 8d ago), licensed MIT. It adds 221 tokens to every session and 2,419 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
laravel-specialist
Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers…
create-powergrid-plugin
Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.
owl-admin-devtools-generator
A development guide for Owl Admin, a Laravel-based administration system, covering its code generator, API templates, relationships, and visual pages.
llamaindex-development
Expert guidance for LlamaIndex development including RAG applications, vector stores, document processing, query engines, and building production AI applications.
craftcms
Craft CMS 5 plugin and module development — extending Craft with PHP. Covers elements, element queries, services, models, records, controllers, migrations, queue jobs, console commands, field types, native fields, events, behaviors, Twig extensions, widgets, filesystems, permissions, project config, GraphQL, testing…
laravel-expert
Laravel & PHP Development Instructions for GitHub Copilot.