laravel-auditor: Skill for Claude Code

.agents/skills/package-generate-skill/SKILL.md

package-generate-skill is a skill for Claude Code, Codex from MrPunyapal/laravel-auditor. It costs 55 tokens per session (615 once invoked), scanned A, a copy of package-generate-skill, MIT.

A guide for keeping a bundled Laravel Boost skill aligned with a package's actual code and documentation. It covers the instructions that help Laravel developers adopt that package.

In plain words
What is it for?
Use it after changing a package's public commands, configuration, routes, views, APIs, publishing options, documentation, or examples.
Why use it?
It reduces the risk that package guidance describes missing, outdated, or private features as if they were available to users.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is MrPunyapal/laravel-auditor's own configuration. It tells Claude Code and Codex how to work on laravel-auditor itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything laravel-auditor configures →

Reuse

Borrowing it

Nothing to install: this file belongs to MrPunyapal/laravel-auditor. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/MrPunyapal/laravel-auditor/main/.agents/skills/package-generate-skill/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/MrPunyapal/laravel-auditor

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 package-generate-skill

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mrpunyapal/laravel-auditor/package-generate-skill"><img src="https://agentmods.dev/badge/skills/mrpunyapal/laravel-auditor/package-generate-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 615 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 100% copy Near-identical to another mod 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.00055 $0.00615
Opus 5 $0.00028 $0.00308
Sonnet 5 $0.00011 $0.00123
Haiku 4.5 $0.00006 $0.00061

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

Security

Grade A, and why

package-generate-skill 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.

Origin

This is a copy

100% identical to package-generate-skill — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.agents/skills/package-generate-skill/SKILL.md · 56 lines

How it starts

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

Package Generate Skill

Primary Goal

Keep the package's bundled Boost skill accurate, concise, and focused on helping Laravel applications adopt the package.

Workflow

  1. Inspect the package implementation before editing the Boost skill: service provider, facades, public classes, commands, config, routes, migrations, events, views, publish tags, and tests.
  2. Inspect package documentation: README.md, contributing docs, examples, and changelog entries that describe user-facing behavior.
  3. Identify the public integration surface only. Include install, configure, publish, command, route, facade, helper, middleware, event, and testing guidance only when the package actually exposes it.
  4. Update resources/boost/skills/*/SKILL.md with practical adoption steps, references, examples, and anti-patterns for Laravel app developers using the package.
  5. Preserve front matter, package metadata, and the Boost skill structure: description, primary goal, workflow, references, examples, and anti-patterns.
  6. Validate that the Boost skill does not describe internals as public API and does not document features that are not implemented.

Writing Rules

  • Write for consumers installing the package in a Laravel application, not for maintainers changing package internals.
  • Prefer short, task-oriented steps over broad explanations.
  • Point to concrete files only when they help the consumer understand package adoption.
  • Keep examples runnable and aligned with documented package names, config keys, commands, and publish tags.
  • Keep the skill small enough for an agent to load and apply quickly.

References

  • resources/boost/skills/
  • src/*ServiceProvider.php
  • src/Facades/
  • src/Console/Commands/
  • config/*.php
  • routes/*.php
  • database/migrations/
  • README.md
  • tests/Feature/ and tests/Unit/

Examples

  • After adding a new Artisan command, update the Boost skill with when to run it, required options, expected output, and any related config.
  • After adding config and publish tags, update the Boost skill with publish commands and the minimum config keys users need to set.
  • After adding a facade or public class, update the Boost skill with one practical integration example and the test assertion a consuming app should use.

Read the full file on GitHub · 56 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 · 56 lines · 55 tokens per session scan A 2d2993c2a5ca

Subscribe to this mod's changes

package-generate-skill is a skill published in the GitHub repository MrPunyapal/laravel-auditor (47 stars, last pushed 5d ago), licensed MIT. It adds 55 tokens to every session and 615 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to package-generate-skill, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

laravel-best-practices

Laravel 13 conventions and best practices. Use when creating controllers, models, migrations, validation, services, or structuring Laravel applications. Triggers on tasks involving Laravel architecture, Eloquent, database, API development, or PHP patterns.

AsyrafHussin/agent-skills · 54 tokens

laravel-database-optimization

Laravel database optimization patterns. Use when writing Eloquent queries, creating migrations, configuring caching, debugging slow queries, or optimizing database performance. Triggers on tasks involving N+1 queries, indexing, Redis caching, pagination, or database transactions.

AsyrafHussin/agent-skills · 55 tokens

laravel-testing

Laravel 13 testing with Pest PHP 4 or PHPUnit 12. Use when writing feature tests, unit tests, or any test code in a Laravel application. Triggers on tasks involving HTTP tests, model factories, database assertions, mocking facades, authentication testing, or test organisation patterns.

AsyrafHussin/agent-skills · 62 tokens

php-best-practices

PHP 8.x modern patterns, PSR standards, and SOLID principles. Use when reviewing PHP code, checking type safety, auditing code quality, or ensuring PHP best practices. Triggers on "review PHP", "check PHP code", "audit PHP", or "PHP best practices".

AsyrafHussin/agent-skills · 64 tokens

laravel-ai-sdk

Laravel AI SDK for building AI-powered features. Use when creating agents, generating images or audio, working with embeddings, vector search, or testing AI features. Triggers on tasks involving laravel/ai, AI agents, tool-calling, structured output, streaming, embeddings, reranking, or AI faking in tests.

AsyrafHussin/agent-skills · 70 tokens

first-plan-lens-php

Stack lens para PHP. Use durante Discovery quando composer.json for detectado. Cobre Laravel, Symfony, Slim, Hyperf, Laminas, raw PHP. Identifica PSR compliance, ORM, padrões de fila.

vynazevedo/first-plan · 51 tokens