Meistro
Community@meistro57
🧠 Meistro | Steel + Code + AI Steel fabricator turned code-slinger. I build real-world tools.
Agent Skills by Meistro
Showing 52 vetted skills indexed across 1 GitHub repositories.
laravel:bootstrap-check
Detect Sail or host tool command execution for Laravel projects.
laravel:http-client-resilience
Configure timeouts, retries, and failure handling for Laravel HTTP requests.
laravel:performance-select-columns
Select only required columns for Laravel base queries and relations.
laravel:migrations-and-factories
Manage Laravel database migrations, models, factories, and seed data.
laravel:using-examples-in-prompts
Guide AI code generation with concrete examples of existing patterns and input/output pairs.
laravel:effective-context
Provide Laravel project context including file paths, dependencies, and error traces.
laravel:e2e-playwright
Run Playwright End-to-End tests for Laravel applications with database seeding and authentication.
laravel:api-resources-and-pagination
Manages API resource representation and pagination for Laravel applications.
laravel:strategy-pattern
Implement the Strategy design pattern in PHP for runtime behavior selection.
laravel:performance-caching
Implement Laravel route, config, view, and query caching with Cache::remember.
laravel:laravel-prompting-patterns
Generate idiomatic Laravel code for database, validation, API, and queue tasks.
laravel:runner-selection
Select Laravel command execution environment, prioritizing Sail with host PHP, Composer, and Node.js fallback.
laravel:quality-checks
Run automated quality gates for Laravel projects with Pint, PHPStan, and frontend linters.
laravel:controller-tests
Generate Laravel controller tests using HTTP assertions and validation rules.
laravel:policies-and-authorization
Enforce Laravel access control with Policies and Gates.
laravel:executing-plans
Execute Laravel development tasks in batches with TDD and quality checks.
laravel:iterating-on-code
Refine AI-generated code through structured feedback on errors and performance.
laravel:task-scheduling
Configure Laravel cron jobs with overlapping prevention and single-server execution.
laravel:routes-best-practices
Enforce Laravel route organization with controller-focused request mappings.
laravel:ports-and-adapters
Implement Ports and Adapters architecture with PHP interfaces and provider-specific adapters.
laravel:daily-workflow
Run daily Laravel health checks for services, migrations, and tests.
laravel:constants-and-configuration
Replace hardcoded PHP values with constants, enums, and Laravel configuration files.
laravel:prompt-structure
Structure AI prompts by separating concerns, prioritizing steps, and defining acceptance criteria.
laravel:form-requests
Move Laravel validation and authorization logic into dedicated Form Request classes.