# Laravel:api Resources

> Apply production-grade Laravel architecture and execution discipline for focused, low-risk delivery. Use for api resources tasks.

- Skill: `btafoya/laravel-api-resources` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add btafoya/laravel-api-resources`
- Raw SKILL.md: https://api.skillmd.com/api/skills/btafoya/laravel-api-resources/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: btafoya (https://skillmd.com/u/btafoya)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/btafoya/laravel-api-resources

---


# Api Resources (Laravel)

## Use when
- Refining project structure, services/providers, or execution strategy.
- Planning/executing medium-to-complex implementation steps.

## Default workflow
1. Map current boundaries and constraints before edits.
2. Design smallest coherent architectural adjustment.
2. Implement in vertical slices with checkpoint validation.
2. Summarize tradeoffs and follow-up actions.

## Guardrails
- Prefer project conventions over novel abstractions.
- Avoid scope creep outside requested objective.
- Keep orchestration deterministic and reviewable.

## Progressive disclosure
- Start with this file for execution posture and constraints.
- Load references only for deep implementation detail or edge cases.

## Output contract
- Boundary/structure updates.
- Checkpoint commands and outcomes.
- Tradeoffs and residual risks.

## References
- `reference.md`
- `docs/complexity-tiers.md`

