Agent Skills by sivanwol
Showing 47 vetted skills indexed across 1 GitHub repositories.
laravel:constants-and-configuration
Organize Laravel constants, PHP 8.1+ enums, and configuration files.
seo-audit
Diagnose technical SEO issues and generate prioritized remediation plans.
passport-development
Configure OAuth2 authentication for Laravel apps using Passport tokens.
pennant-development
Manage Laravel Pennant feature flags across routes, controllers, and views.
laravel:rate-limiting
Limit per-user and per-route API calls with Laravel RateLimiter and throttle middleware.
tailwindcss-development
Automates Tailwind v4 styling for HTML templates including responsive grids, components, and dark mode.
laravel:transactions-and-consistency
Wrap multi-step database writes in Laravel DB::transaction blocks.
laravel:migrations-and-factories
Automate Laravel database migrations, factories, and seed data workflows.
laravel:documentation-best-practices
Document Laravel project rationale with PHPDoc annotations and structured templates.
laravel:writing-plans
Transform confirmed Laravel designs into testable implementation plans with TDD workflows.
wayfinder-development
Generate type-safe Laravel route helpers for TypeScript frontend code.
socialite-development
Automate OAuth social authentication setup and flow for Laravel applications.
laravel:dependencies-trim-packages
Audit and remove unused Composer packages and assets from Laravel projects.
laravel:config-env-storage
Configure S3, R2, and MinIO storage via environment variables.
laravel:form-requests
Move Laravel validation and authorization into dedicated Form Request classes.
frontend-design
Generate production-ready HTML/CSS/JS components and layouts from user specifications.
inertia-react-development
Automate building Inertia.js v2 React pages, forms, and navigation.
sentry-php-sdk
Configure Sentry PHP SDK for plain PHP, Laravel, and Symfony.
laravel-performance-caching
Apply Laravel framework caches and value/query caching with explicit invalidation.
laravel-security
Outline Laravel security best practices for authentication, authorization, validation, CSRF, and deployment.
laravel-iterating-on-code
Generate structured feedback to improve AI-generated PHP code.
php-best-practices
Enforce PHP 8.x best practices with PSR-12 and SOLID rules.
php-fundamentals
Teach PHP 8.x syntax, OOP, and Composer through structured exercises.
laravel-jobs
Delegate Laravel domain work to actions via jobs and listeners.