laravel-docs

laravel-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 32 tokens per session (3,543 once invoked), scanned A, original, MIT.

A reference guide for Laravel 13, a PHP framework for building web applications. It covers common parts such as URLs, databases, templates, user login, background jobs, testing, and command-line tools.

In plain words
What is it for?
Use it when creating routes, controllers, database models, templates, authentication, queues, tests, or Laravel packages.
Why use it?
It gives the coding agent version-specific guidance instead of relying on incomplete or outdated knowledge. This helps avoid mistakes when building or changing Laravel applications.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating routes, controllers, database models, templates, authentication, queues, tests, or Laravel packages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pledgeandgrow/pledge-skills/laravel
Install

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.

Any agent
npx skills add pledgeandgrow/pledge-skills --skill laravel
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for laravel-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/laravel/github.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/laravel)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/laravel"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/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.

agentmods 80×15 button for laravel-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/laravel"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/laravel.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,543 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.03543
Opus 5 $0.00016 $0.01772
Sonnet 5 $0.00006 $0.00709
Haiku 4.5 $0.00003 $0.00354

Measured 11d ago against content hash ca5a37ec87c4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

laravel-docs 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.

skills/laravel/SKILL.md · 201 lines

How it starts

The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Laravel

Laravel is a PHP web application framework with expressive, elegant syntax. The clean stack for Artisans and agents.

Version: Laravel 13.x
Documentation: laravel.com/docs/13.x
API Reference: api.laravel.com/docs/13.x
Changelog: laravel.com/docs/changelog

Quick Reference

Topic File
Installation and Configuration (install, Herd, .env, directory structure, frontend, starter kits, deployment) installation-and-configuration.md
Architecture Concepts (request lifecycle, service container, service providers, facades) architecture.md
Routing and Controllers (routing, middleware, CSRF, controllers, requests, responses) routing-and-controllers.md
Views, Blade, and Frontend (views, Blade templates, components, layouts, Vite, URL generation, session) views-and-blade.md
Validation, Error Handling, and Logging (form requests, validation rules, exceptions, log channels) validation-errors-logging.md
Database and Eloquent ORM (DB config, query builder, pagination, migrations, seeding, Redis, MongoDB, Eloquent models, soft deletes, scopes, events, observers) database-and-eloquent.md
Eloquent Relationships, Collections, and Resources (relationships, polymorphic, eager loading, collections, mutators/casts, API resources, serialization, factories) eloquent-relationships.md
Security (authentication, authorization, gates, policies, email verification, encryption, hashing, password reset) security.md
Artisan Console, Helpers, and Collections (Artisan commands, Tinker, helper functions, string/array helpers, collections, lazy collections) artisan-helpers-collections.md
Events, Broadcasting, and Notifications (events, listeners, subscribers, Reverb/Pusher broadcasting, channels, notifications, mail templates) events-broadcasting-notifications.md
Queues, Task Scheduling, and Background Jobs (job queues, dispatching, chaining, batching, job middleware, supervisor, task scheduling, concurrency, context, processes) queues-scheduling.md
Mail, File Storage, Cache, and Rate Limiting (mailables, Markdown mail, filesystem/S3, cache stores, cache locks, rate limiters) mail-cache-storage.md
HTTP Client, Localization, Strings, Images, and Search (HTTP client, concurrent requests, localization/i18n, fluent strings, image manipulation, Scout search) http-localization-search.md
Testing (PHPUnit/Pest, HTTP tests, console tests, Dusk browser tests, database testing, mocking, time manipulation) testing.md
Package Development and Contracts (package structure, service providers, publishing, contracts reference) packages-and-contracts.md
AI, MCP, and Boost (AI SDK, Model Context Protocol, Laravel Boost, agentic development) ai-mcp-boost.md
Laravel Packages (Cashier Stripe/Paddle, Dusk, Envoy, Fortify, Folio, Homestead, Horizon, Mix, Octane, Passport, Pennant, Pint, Precognition, Prompts, Pulse, Reverb, Sail, Sanctum, Scout, Socialite, Telescope, Valet) packages.md

Read the full file on GitHub · 201 lines

Changes

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.

  1. 11d ago First seen · 201 lines · 32 tokens per session scan A ca5a37ec87c4

Subscribe to this mod's changes

laravel-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 3,543 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

laravel

Use when building or extending a Laravel 11/12 app — Eloquent models, migrations and relationships, routing with controllers and Form Requests, queues and background jobs, framework-native security (validation, mass-assignment, policies, signed URLs, rate limiting), and Pest/PHPUnit feature tests. NOT pure PHP…

ericrisco/rsc-harness · 76 tokens

Auth Bypass Tester

Comprehensive authentication and authorization bypass testing including session hijacking, privilege escalation, JWT manipulation, and access control verification.

PramodDutta/qaskills · 27 tokens

Clerk Auth Testing

Testing patterns for Clerk authentication including sign-in flow testing, protected route testing, webhook verification, middleware testing, and organization-based access control.

PramodDutta/qaskills · 31 tokens

Laravel Eloquent N+1 and Query Efficiency Review

Detects N+1 query patterns (relation access inside loops without eager loading), full-table get()/all() loads, and unsafe chunk()/cursor() usage in Laravel Eloquent code.

s977043/river-review · 48 tokens

JWT Security Testing

Comprehensive JWT token security testing including signature verification, expiration checks, algorithm confusion attacks, and claim validation.

PramodDutta/qaskills · 25 tokens

middleware-testing-patterns

Enterprise middleware testing patterns for message routing, transformation, DLQ, protocol mediation, ESB error handling, and EIP patterns. Use when testing middleware layers, message brokers, ESBs, or integration buses.

summarybotng/summarybot-ng · 47 tokens