By laravel
Refine recently modified PHP/Laravel code with an AI agent that simplifies it for clarity, consistency, and maintainability while preserving all functionality.
npx claudepluginhub laravel/agent-skills --plugin laravelLaravel's official collection of agent skills, available as plugins for Claude Code and Cursor.
/plugin marketplace add laravel/agent-skills
/plugin install laravel-simplifier@laravel
/plugin install laravel-cloud@laravel
/plugin install laravel-nightwatch@laravel
Search for Laravel in the Cursor plugin marketplace panel and install the plugins you need.
Laravel invoke the agent after a coding session:
> Review recent changes using the laravel-simplifier agent
Laravel Cloud triggers automatically when you ask about deploying or managing Laravel Cloud resources:
> Deploy my app to Laravel Cloud
> Set up a database and cache for the staging environment
Laravel Nightwatch triggers when you ask about configuring Nightwatch:
> Configure Nightwatch sampling rates for production
> Set up PII redaction for Nightwatch
An agent that reviews recently modified PHP / Laravel code and refines it for clarity, consistency, and maintainability without changing functionality.
A skill for deploying and managing applications on Laravel Cloud using the cloud CLI.
A skill for configuring Laravel Nightwatch data collection, sampling rates, filtering rules, and redaction policies. Bundles the Nightwatch MCP server for browsing issues, viewing stack traces, updating statuses, and adding comments.
| Capability | Description |
|---|---|
| Setup & configuration | Guides Nightwatch setup in your application |
| Sampling & filtering | Manages data volume through sampling and filtering rules |
| PII redaction | Protects sensitive data with redaction policies |
| Event optimization | Optimizes event collection for production workloads |
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Uses power tools
Uses Bash, Write, or Edit tools
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Orchestrate multi-agent teams for parallel code review, hypothesis-driven debugging, and coordinated feature development using Claude Code's Agent Teams
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Complete developer toolkit for Claude Code
Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.