JustSteveKingJustSteveKingCommunityยท1 Agent Skills Included

api-skill

Production-ready Laravel REST API patterns and conventions

Generates consistent, production-ready REST APIs in Laravel 13+ across routing, controllers, validation, authentication, and testing. Eliminates repeated architecture debates and inconsistent code by enforcing 22 prescriptive rules on every generated endpoint. Ships copy-ready examples for CRUD resources, auth flows, error handling, and background jobs to speed up API development.
npx skills add JustSteveKing/api-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install api-skill?โ–ผ

Run `npx skills add JustSteveKing/api-skill --all -g -y` in your terminal to install this skill globally for all your projects.

What does api-skill do for Laravel developers?โ–ผ

It enforces 22 prescriptive rules for building REST APIs in Laravel 13+, covering routing, single-action controllers, DTO payloads, Sanctum auth, RFC 9457 error handling, and Pest testing.

Does api-skill include ready-to-use code examples?โ–ผ

Yes. It ships complete, namespaced examples for posts CRUD, user authentication, and problem-detail responses that you can copy directly into a real Laravel project.

Which Laravel and PHP versions are required?โ–ผ

The skill targets Laravel 13+ and PHP 8.5+, and works with Claude Code or any compatible coding assistant that supports the SKILL.md standard.

Can I use api-skill without deep Laravel experience?โ–ผ

Yes. Once installed, your coding assistant follows the ruleset automatically, so you get consistent, best-practice API code from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’