laravel-feature-implementer

Implement Laravel features using TDD and security best practices.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cloudstudio/claude-squad --skill laravel-feature-implementer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: laravel-feature-implementer
Source: https://github.com/cloudstudio/claude-squad/tree/main/skills/laravel/feature-implementer
Command: npx skills add https://github.com/cloudstudio/claude-squad --skill laravel-feature-implementer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures Laravel features are implemented with senior-level code quality, security, performance, and testing standards, delivering maintainable and robust solutions. It brings the discipline of a seasoned developer to every line of code, so you can build with confidence.

Core Features & Use Cases

  • TDD-Driven Implementation: Follows a test-first approach, writing failing tests before implementing minimal code.
  • High-Quality Code Standards: Adheres to strict guidelines for documentation, type safety, naming conventions, and architectural patterns (thin controllers, services, actions).
  • Security & Performance Awareness: Proactively considers mass assignment, SQL injection, N+1 queries, caching, and queueing during implementation.
  • Use Case: You have a detailed plan for a new user authentication module. Use this Skill to implement it, ensuring TDD is followed, security best practices are applied, and the code is clean, well-documented, and performant.

Quick Start

Implement the CreateOrderAction based on the provided plan, ensuring all tests pass and code standards are met.