pragmatic-laravel-layered-architecture

pragmatic-laravel-layered-architecture is a skill for Claude Code, Codex from yuriymarad/laravel-skills. It costs 122 tokens per session (2,526 once invoked), scanned A, original, no licence file.

A set of rules for organising Laravel backend code into layers, with defined responsibilities and boundaries.

In plain words
What is it for?
Use it when implementing, changing, or reviewing Laravel backend functionality that requires decisions about layers or module responsibilities.
Why use it?
It helps decide where new or changed code belongs, so architecture decisions stay consistent during Laravel work.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when implementing, changing, or reviewing Laravel backend functionality that requires decisions about layers or module responsibilities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yuriymarad/laravel-skills/pragmatic-laravel-layered-architecture
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 yuriymarad/laravel-skills --skill pragmatic-laravel-layered-architecture
Clone the repo
git clone --depth 1 https://github.com/yuriymarad/laravel-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 pragmatic-laravel-layered-architecture

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yuriymarad/laravel-skills/pragmatic-laravel-layered-architecture"><img src="https://agentmods.dev/badge/skills/yuriymarad/laravel-skills/pragmatic-laravel-layered-architecture.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,526 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 unknown 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.00122 $0.02526
Opus 5 $0.00061 $0.01263
Sonnet 5 $0.00024 $0.00505
Haiku 4.5 $0.00012 $0.00253

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

Security

Grade A, and why

pragmatic-laravel-layered-architecture 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 8d 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/pragmatic-laravel-layered-architecture/SKILL.md · 435 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 8d ago Changed · +11 lines 9a8d21fb2f06
  2. 12d ago First seen · 424 lines · 122 tokens per session scan A 68cebc9f674d

Subscribe to this mod's changes

pragmatic-laravel-layered-architecture is a skill published in the GitHub repository yuriymarad/laravel-skills (1 stars, last pushed 11d ago), with no licence file. It adds 122 tokens to every session and 2,526 once invoked, about $0.0006 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-spatie-event-sourcing

Use this skill any time a user works with Laravel and event sourcing together — whether setting up spatie/laravel-event-sourcing for the first time, designing a new event-sourced domain (aggregates, events, projectors, reactors), generating code for bounded contexts, or debugging issues with AggregateRoot…

albertoarena/claude-laravel-event-sourcing · 150 tokens

laravel-architecture-review

Review a Laravel codebase's architecture and design, not just its types. Use when asked to audit a Laravel app, find architectural smells, decide where business logic belongs (controller vs Action vs Service), whether a Repository/DDD/TDD layer is justified, or how to apply SOLID/DRY to a Laravel project. Runs the…

majdghithan/agent-skills · 188 tokens

filament-plugin-development

Build and publish custom Filament plugins (Filament is the Laravel admin-panel framework). Use when creating a Filament plugin/package, implementing the Plugin contract, scaffolding from the plugin skeleton, registering assets/resources/pages/render-hooks, making a configurable plugin, testing it, or publishing to…

majdghithan/agent-skills · 105 tokens

laravel-upgrade

Upgrade a Laravel application across major versions safely (Laravel 8 -> 9 -> 10 -> 11 -> 12 -> 13), one hop at a time. Use when upgrading Laravel, when a composer update fails after a major bump, when deciding whether to hop versions by hand or pay for Laravel Shift, or when something compiled fine but broke at…

majdghithan/agent-skills · 174 tokens

build-me

Implement a solution write-up (typically the markdown file produced by /solve-me) in this Laravel project, following existing project patterns and Laravel best practices. Cuts the work into commits itself, writes the commit plan to docs/build/ .md, and gets the developer's approval before writing any code. Then builds…

Kerliula/ship-me · 173 tokens

add-service

Add a service capsule (or Kafka topic node) to the Cosmos map. Use when the user says "add service X to the cosmos", "wire X into the map", or "add a topic node for Y". Researches the service from source, maps all its connections, then adds SERVICES/TOPICS entries to src/scenarios/ with correct position, color, and…

ludeo-labs/cosmos-os · 92 tokens