Vibe Index
🎯

laravel-specialist

🎯Skill

from jeffallan/claude-skills

VibeIndex|
AI Summary

Provides expert Laravel development assistance, generating high-quality PHP code, architecture recommendations, and best practices specific to Laravel framework projects.

laravel-specialist

Installation

Install skill:
npx skills add https://github.com/jeffallan/claude-skills --skill laravel-specialist
Stars189
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

Version

License

Claude Code

Stars

Typing SVG

🎯 65 Skills β€’ πŸš€ 9 Workflows β€’ 🧠 Context Engineering β€’ πŸ“– Progressive Disclosure

Awesome Claude Skills

Awesome Claude Skills (BehiSecc)

---

Quick Start

Get started in minutes with our [Quick Start Guide](QUICKSTART.md).

TL;DR:

```bash

/plugin marketplace add jeffallan/claude-skills

```

then

```bash

/plugin install fullstack-dev-skills@jeffallan

```

> New: Use /common-ground to surface and validate Claude's assumptions about your project before starting work. Add --graph to visualize the reasoning structure as a mermaid diagram.

> Note: The [Project Workflow Commands](#project-workflow-commands) require an Atlassian MCP server for Jira and Confluence integration. See the [Atlassian MCP Setup Guide](docs/ATLASSIAN_MCP_SETUP.md) for configuration instructions.

Architecture

Progressive Disclosure Pattern

Each skill follows this structure:

```

skills/react-expert/

β”œβ”€β”€ SKILL.md # Lean core (80 lines)

β”‚ β”œβ”€β”€ Role definition

β”‚ β”œβ”€β”€ When to use

β”‚ β”œβ”€β”€ Core workflow

β”‚ └── Routing table # Points to references

└── references/ # Loaded on-demand

β”œβ”€β”€ server-components.md # RSC patterns

β”œβ”€β”€ react-19-features.md # use() hook, actions

β”œβ”€β”€ state-management.md # Context, Zustand, Redux

β”œβ”€β”€ hooks-patterns.md # Custom hooks, optimization

β”œβ”€β”€ performance.md # memo, lazy, virtualization

└── testing-react.md # Testing Library patterns

```

How It Works:

  1. Skill loads with minimal context (~80 lines)
  2. Claude reads the routing table
  3. Loads specific references only when context requires
  4. 50% faster initial responses, surgical precision when needed

Project Structure

```

claude-skills/

β”œβ”€β”€ .claude-plugin/

β”‚ β”œβ”€β”€ plugin.json # Plugin metadata

β”‚ └── marketplace.json # Marketplace configuration

β”œβ”€β”€ skills/ # 65 specialized skills

β”‚ β”œβ”€β”€ react-expert/

β”‚ β”‚