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 agentmods add skills/fusengine/agents/laravel-permissionnpx skills add fusengine/agents --skill laravel-permissiongit clone --depth 1 https://github.com/fusengine/agentsWrote 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/fusengine/agents/laravel-permission)<a href="https://agentmods.dev/skills/fusengine/agents/laravel-permission"><img src="https://agentmods.dev/badge/skills/fusengine/agents/laravel-permission.svg" alt="Measured on agentmods" height="20"></a>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.00025 | $0.02620 |
| Opus 5 | $0.00013 | $0.01310 |
| Sonnet 5 | $0.00005 | $0.00524 |
| Haiku 4.5 | $0.00003 | $0.00262 |
Grade A, and why
laravel-permission 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 yesterday.
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 — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Laravel Permission (Spatie)
Agent Workflow (MANDATORY)
Before ANY implementation, spawn 3 agents in parallel, one Agent call each with a name:
- fuse-ai-pilot:explore-codebase - Check existing auth patterns
- fuse-ai-pilot:research-expert - Verify Spatie Permission docs via Context7
- mcp__context7__query-docs - Check Laravel authorization patterns
After implementation, run fuse-ai-pilot:sniper for validation.
Overview
Spatie Laravel Permission provides complete role-based access control (RBAC) for Laravel applications.
| Component | Purpose |
|---|---|
| Role | Group of permissions (admin, writer) |
| Permission | Single ability (edit articles) |
| Middleware | Route protection |
| Blade Directives | UI authorization |
| Teams | Multi-tenant scoping |
| Wildcards | Hierarchical permissions |
| Super Admin | Bypass all checks |
| Events | Audit logging (v6.15.0+) |
| Query Scopes | Filter users by role/permission |
| API Support | Sanctum/Passport integration |
| Policies | Resource-based authorization |
Critical Rules
- Seed roles/permissions in
DatabaseSeeder - Cache reset after changes:
php artisan permission:cache-reset - Use kebab-case for naming:
edit-articles - Never hardcode role checks in controllers - use middleware
- Set team context early in request for multi-tenant apps
- Specify guard for API -
permission:edit,api - Clear cache in tests - Reset in setUp()/beforeEach()
What ships with it
42 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/api-usage.md 4.6 KB
- references/artisan-commands.md 3.9 KB
- references/blade-directives.md 3.1 KB
- references/cache.md 3.7 KB
- references/custom-models.md 4.0 KB
- references/direct-permissions.md 4.0 KB
- references/events.md 3.0 KB
- references/middleware.md 3.2 KB
- references/performance.md 4.0 KB
- references/policies.md 3.5 KB
- references/query-scopes.md 3.4 KB
- references/spatie-permission.md 3.9 KB
- references/super-admin.md 3.3 KB
- references/teams.md 3.5 KB
- references/templates/ApiExceptionHandler.php.md 5.8 KB
- references/templates/ApiPermissionSetup.php.md 7.6 KB
- references/templates/ApiUserResource.php.md 5.8 KB
- references/templates/BladeExamples.blade.md 5.3 KB
- references/templates/CacheConfig.php.md 3.8 KB
- references/templates/ControllerMiddleware.php.md 3.2 KB
- references/templates/CustomPermission.php.md 6.5 KB
- references/templates/CustomRole.php.md 5.2 KB
- references/templates/DeployScript.sh.md 3.1 KB
- references/templates/PermissionAudit.php.md 5.7 KB
- references/templates/PermissionEventListener.php.md 4.1 KB
- references/templates/PermissionSeeder.php.md 1.9 KB
- references/templates/PermissionTest.php.md 8.7 KB
- references/templates/PostPolicy.php.md 5.2 KB
- references/templates/RoleSeeder.php.md 2.1 KB
- references/templates/routes-example.md 2.5 KB
- references/templates/SetupPermissions.php.md 4.9 KB
- references/templates/SuperAdminSetup.php.md 3.2 KB
- references/templates/TeamMiddleware.php.md 2.3 KB
- references/templates/TeamModel.php.md 3.8 KB
- references/templates/TeamSeeder.php.md 3.9 KB
- references/templates/UserFactory.php.md 6.0 KB
- references/templates/UserModel.php.md 1.6 KB
- references/templates/UserQueryExamples.php.md 4.7 KB
- references/templates/UUIDMigration.php.md 6.9 KB
- references/templates/WildcardSeeder.php.md 4.9 KB
- references/testing.md 3.3 KB
- references/wildcard-permissions.md 3.5 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.
- yesterday Changed a4cf6e8cf60b
- 3d ago First seen · 282 lines · 25 tokens per session scan A cf414ec7e8e0
laravel-permission is a skill published in the GitHub repository fusengine/agents (25 stars, last pushed yesterday), licensed MIT. It adds 25 tokens to every session and 2,620 once invoked, about $0.0001 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-09-03.
Other skills, from other repositories
radin-record
Log feedback, bugs, follow-ups, or ideas raised mid-session as structured backlog entries, so they survive past the conversation. Use for /radin-record, "log this to the backlog", "add as follow-up/bug/idea", "record what we just found", "note this for later", "add findings to backlog". Triggers even on vague asks…
radin-doctor
Check that radin's own install under /.claude is complete and its optional companion tools are reachable. Use for /radin-doctor, "check my radin install", "is radin installed correctly", "radin doctor", "verify radin install".
designing-interfaces
Creates a design system for software with a UI. Use when a project has a user interface and architecture is confirmed — whether creating from scratch or extracting patterns from existing code.
orchestrating-software-dev
Runs software development projects from idea to completion. Use when starting a software project, adding a feature, fixing a bug, or resuming an in-progress build.
managing-product
Extracts product requirements and produces a PRD. Use when a user wants to build software and needs to define what to build before architecture or implementation, when scoping an MVP, or when translating a vague idea into a buildable specification.
collecting-sources
Collects research sources with quality evaluation. Use when gathering or finding sources, building a source library, searching for academic papers, or performing RADAR assessment.