The claude-api skill enables developers to build LLM-powered applications using Claude and Anthropic's SDKs across multiple programming languages (Python, TypeScript, Java, Go, Ruby, C#, and PHP). It automatically detects the user's project language and provides relevant API documentation, code examples, and implementation guidance, triggering when code imports Anthropic libraries or the user explicitly requests Claude API assistance. This skill solves the problem of navigating language-specific SDK differences and finding appropriate documentation by centralizing Claude integration guidance across diverse tech stacks.
The Laravel Specialist skill enables developers to build and configure Laravel 10+ applications by providing expertise in Eloquent ORM, Sanctum authentication, Horizon queues, Livewire components, RESTful API design, and testing frameworks. It guides backend developers through model creation, architecture design, feature implementation, and test-driven development with a focus on PHP 8.2+ standards and best practices. The skill solves the problem of maintaining code quality, performance, and security in complex Laravel projects by enforcing N+1 query prevention, comprehensive testing, proper dependency injection, and secure data handling.
Nuxt UI is a Vue component library providing 125+ accessible, pre-built components styled with Tailwind CSS and Tailwind Variants. It serves developers building web interfaces who need a production-ready component system with flexible theming and branding customization, eliminating the need to build UI components from scratch while supporting multiple frameworks including Nuxt, Vue, Laravel Inertia, and AdonisJS. The library integrates Iconify for icon access and requires wrapping applications in the UApp component to enable global configuration for toasts, tooltips, and overlays.
The php-mcp-server-generator creates a complete, production-ready PHP Model Context Protocol server project by gathering user specifications (project name, description, transport type, tools, resources, and prompts) and automatically generating a structured project with composer configuration, server implementation, tool classes, resources, and unit tests using the official PHP SDK. It targets PHP developers who need to build MCP servers and solves the problem of manually scaffolding and configuring a complex PHP MCP project structure from scratch.
A strict-typing PHP specialist that enforces PHPStan level 9 and won't deliver code until static analysis passes clean. Generates the full stack: readonly DTOs, typed service classes, PHPUnit tests with 80%+ coverage, and properly structured controllers for Laravel or Symfony. Automatically applies PHP 8.3+ features like readonly properties and enums, follows PSR standards religiously, and sets up dependency injection correctly. Good for when you want enterprise-grade PHP without the usual type safety compromises that sneak into most codebases.