🎯

php-pro

🎯Skill

from jeffallan/claude-skills

VibeIndex|
What it does

Generates professional PHP code, provides advanced code refactoring, and offers PHP best practice recommendations for developers.

php-pro

Installation

Install skill:
npx skills add https://github.com/jeffallan/claude-skills --skill php-pro
119
Last UpdatedJan 26, 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/

β”‚ β”‚

More from this repository10

🎯
golang-pro🎯Skill

Provides expert-level Go (Golang) code generation, refactoring, and architectural guidance for complex software development projects.

🎯
flutter-expert🎯Skill

Provides expert-level guidance, code generation, and troubleshooting for Flutter mobile application development, offering comprehensive support across Flutter framework, Dart language, and mobile a...

🎯
laravel-specialist🎯Skill

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

🎯
api-designer🎯Skill

Designs and generates comprehensive API specifications, including endpoints, request/response schemas, and documentation, tailored to specific project requirements.

🎯
wordpress-pro🎯Skill

Generates professional WordPress development workflows, configurations, and boilerplate code for themes, plugins, and site setups with best practices and optimization strategies.

🎯
websocket-engineer🎯Skill

Helps developers design, implement, and troubleshoot WebSocket communication protocols and real-time connection strategies across different programming environments.

🎯
swift-expert🎯Skill

Provides expert-level Swift programming assistance, offering advanced code generation, optimization, and architectural guidance for iOS, macOS, and Swift development projects.

🎯
fastapi-expert🎯Skill

Generates production-ready FastAPI code, provides expert-level API design guidance, and helps developers create robust, scalable web services with best practices and efficient implementation strate...

🎯
typescript-pro🎯Skill

Provides advanced TypeScript code generation, refactoring, and best practices guidance for complex software development scenarios.

🎯
angular-architect🎯Skill

Generates scalable Angular application architectures with best practices, creating modular, feature-driven project structures and recommended configurations.