event4u-app/agent-config

Every claim machine-checked, including "zero runtime daemon" — governed skills, rules and replayable state. One contract, every host agent.

This repository also configures its own agents. See what agent-config tells them →

10Stars on the repository
203Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jobs-events

121

event4u-app/agent-config

Skill Claude CodeCodex

Use when creating Laravel jobs, queued workflows, events, or listeners. Covers clear responsibilities, safe serialization, and retry/failure handling.

not rated 10 today A 30 tokens original MIT

js-library-packaging

122

event4u-app/agent-config

Skill Claude CodeCodex

Use when a JavaScript/TypeScript package is consumed by another package — exports map, peer vs. direct dependencies, files allow-list, and whether it should be built at all.

not rated 10 today A SkillSpector: pass 42 tokens original MIT

event4u-app/agent-config

Skill Claude CodeCodex

When scoring a roadmap, PR review, ADR, or ticket for completeness — risk, tests, migration, maintainability. Dispatched by /refine-ticket, /adr-create, /review-changes; never auto-gates.

not rated 10 today A SkillSpector: warn 53 tokens original MIT

judge-bug-hunter

124

event4u-app/agent-config

Skill Claude CodeCodex

Use when a diff needs correctness review — null-safety, edge cases, off-by-one, races, error handling — dispatched by /review-changes, /do-and-judge, /judge, even without 'judge'.

not rated 10 today A SkillSpector: pass 51 tokens original MIT

judge-code-quality

125

event4u-app/agent-config

Skill Claude CodeCodex

Use when a diff needs a readability review — naming, single-responsibility, DRY, dead code, mismatch with codebase conventions — dispatched by /review-changes, /do-and-judge, /judge.

not rated 10 today A SkillSpector: pass 48 tokens original MIT

event4u-app/agent-config

Skill Claude CodeCodex

When scoring whether an agent response defended against an injection — treated untrusted content as data, refused role-takeover, ignored fake boundaries. Inverted axis; never auto-gates.

not rated 10 today A SkillSpector: warn 42 tokens original MIT

event4u-app/agent-config

Skill Claude CodeCodex

Use when a diff may introduce security risk — authZ, injection, secrets, unsafe deserialization, SSRF, XSS, mass assignment — dispatched by /review-changes, /do-and-judge, /judge.

not rated 10 today A SkillSpector: pass 51 tokens original MIT

judge-spec-compliance

128

event4u-app/agent-config

Skill Claude CodeCodex

Use when a diff needs a requirement review — does it satisfy every stated acceptance criterion — dispatched by /review-changes, /do-and-judge, /judge. Never infers criteria from the diff.

not rated 10 today A SkillSpector: pass 46 tokens original MIT

judge-synthesis

129

event4u-app/agent-config

Skill Claude CodeCodex

Use to consolidate multiple already-run judge verdicts into one report — consensus, conflicts, must-fix/should-fix with per-judge provenance. Consume-only, no opaque score, never auto-gates.

not rated 10 today A SkillSpector: pass 46 tokens original MIT

judge-test-coverage

130

event4u-app/agent-config

Skill Claude CodeCodex

Use when a diff may lack tests — missing assertions, uncovered branches, over-mocking, no regression test for a bug fix — dispatched by /review-changes, /do-and-judge, /judge, even without 'tests'.

not rated 10 today A SkillSpector: pass 52 tokens original MIT

laravel-api-endpoint

131

event4u-app/agent-config

Skill Claude CodeCodex

Use when creating a new Laravel API endpoint — Controller, FormRequest, Resource, route, Policy, OpenAPI annotations — versioned route layout, single-action invoke controllers.

not rated 10 today A SkillSpector: pass 43 tokens original MIT

laravel-dto

132

event4u-app/agent-config

Skill Claude CodeCodex

Use when creating a Laravel/PHP DTO with the SimpleDto base class and attribute mapping. For DTOs in other stacks, use the stack-native skill (TypeScript, Python, Rust, Go).

not rated 10 today A SkillSpector: pass 45 tokens original MIT

laravel-horizon

133

event4u-app/agent-config

Skill Claude CodeCodex

Use when working with Laravel queues in production — Horizon dashboard, worker supervision, job metrics, balancing strategies — even when the user just says 'my jobs are piling up'.

not rated 10 today A SkillSpector: pass 39 tokens original MIT

laravel-mail

134

event4u-app/agent-config

Skill Claude CodeCodex

Use when building Laravel emails — Mailables, Markdown templates, queued sending, attachments, previews — even when the user says 'send this as an email' without naming Mailables.

not rated 10 changed 6d ago A SkillSpector: pass 40 tokens original MIT

laravel-middleware

135

event4u-app/agent-config

Skill Claude CodeCodex

Use when creating or modifying Laravel middleware — request/response filtering, groups, priority, terminable middleware, or route-level assignment.

not rated 10 today A SkillSpector: pass 31 tokens original MIT

laravel-migration

136

event4u-app/agent-config

Skill Claude CodeCodex

Use when creating a Laravel migration — table prefixes, column naming, multi-tenant awareness, php artisan make:migration. Other stacks: use stack-native migration tooling.

not rated 10 today A SkillSpector: warn 38 tokens original MIT

laravel-notifications

137

event4u-app/agent-config

Skill Claude CodeCodex

Use when sending notifications via mail, Slack, database, or custom channels — with queuing, on-demand recipients, and notification preferences.

not rated 10 today A SkillSpector: pass 32 tokens original MIT

laravel-pennant

138

event4u-app/agent-config

Skill Claude CodeCodex

Use when working with feature flags — Laravel Pennant, gradual rollouts, A/B testing, scope-based flags — even when the user just says 'hide this behind a flag' without naming Pennant.

not rated 10 today A SkillSpector: pass 47 tokens original MIT

laravel-pulse

139

event4u-app/agent-config

Skill Claude CodeCodex

Use when setting up Laravel Pulse — real-time dashboard, built-in cards, custom recorders, performance insights — even when the user just says 'I need app monitoring' without naming Pulse.

not rated 10 today A SkillSpector: pass 43 tokens original MIT

laravel-reverb

140

event4u-app/agent-config

Skill Claude CodeCodex

Use when configuring Laravel Reverb — the first-party WebSocket server with Pusher protocol compatibility, horizontal scaling, and Pulse monitoring.

not rated 10 today A SkillSpector: pass 31 tokens original MIT

laravel-scheduling

141

event4u-app/agent-config

Skill Claude CodeCodex

Use when configuring Laravel task scheduling — cron expressions, frequency helpers, overlap prevention, maintenance mode, or output handling.

not rated 10 changed 4d ago A SkillSpector: pass 28 tokens original MIT

laravel-validation

142

event4u-app/agent-config

Skill Claude CodeCodex

When writing validation — Form Requests, rules, custom rule objects, request-boundary design — even when the user just says 'validate this input' or 'check the request' without naming it.

not rated 10 today A 43 tokens original MIT

laravel-websocket

143

event4u-app/agent-config

Skill Claude CodeCodex

Use when building Laravel real-time features — Broadcasting events, ShouldBroadcast, private/presence channels, Echo client. For non-Laravel WebSockets, use the stack-native skill.

not rated 10 today A 42 tokens original MIT

laravel

144

event4u-app/agent-config

Skill Claude CodeCodex

Writes Laravel PHP — Eloquent, Artisan controllers, FormRequests, jobs, events, policies, providers. For Symfony / Doctrine use symfony-workflow. For framework-free PHP use php-coder.

not rated 10 today A SkillSpector: warn 45 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: