Core intermediate
django-web-framework
Build web applications with Django - models, views, URL routing, middleware, Django ORM, authentication, testing, dep...
Django 20-30 minutes
Core intermediate
fastapi
Build production-grade REST APIs with FastAPI and Python. Covers request/response models with Pydantic v2, path/query...
Community
Core intermediate
flask-web-framework
Flask Web Framework Flask Web Framework reference covering python, web-framework, backend, lightweight
Community 20-40 minutes
Expanded intermediate
google-apps-script
Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form sub...
Community 15-25 minutes
Expanded intermediate
hono-api-scaffolder
Scaffold Hono API routes for Cloudflare Workers. Produces route files, middleware, typed bindings, Zod validation, er...
Community 15-25 minutes
Expanded intermediate
laravel-11-12-app-guidelines
Guidelines and workflow for working on Laravel 11 or Laravel 12 applications across common stacks (API-only or full-s...
Laravel 15-25 minutes
Expanded intermediate
laravel-api-resources-and-pagination
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
Laravel 15-25 minutes
Expanded intermediate
laravel-api-surface-evolution
Evolve APIs safely using versioned DTOs/transformers, deprecations, and compatibility tests
Laravel 15-25 minutes
Expanded intermediate
laravel-blade-components-and-layouts
Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
Laravel 15-25 minutes
Expanded intermediate
laravel-bootstrap-check
Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are...
Laravel 15-25 minutes
Expanded intermediate
laravel-brainstorming
Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality ga...
Laravel 15-25 minutes
Expanded intermediate
laravel-code-review-requests
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Larave...
Laravel 15-25 minutes
Expanded intermediate
laravel-complexity-guardrails
Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over...
Laravel 15-25 minutes
Expanded intermediate
laravel-config-env-storage
Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL genera...
Laravel 15-25 minutes
Expanded intermediate
laravel-constants-and-configuration
Replace hardcoded values with constants, enums, and configuration for maintainability; use PHP 8.1+ enums and config ...
Laravel 15-25 minutes
Expanded intermediate
laravel-controller-cleanup
Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/singl...
Laravel 15-25 minutes
Expanded intermediate
laravel-controller-tests
Write focused controller tests using HTTP assertions; keep heavy logic in Actions/Services and unit test them
Laravel 15-25 minutes
Expanded intermediate
laravel-custom-helpers
Create and register small, pure helper functions when they improve clarity; keep them organized and tested
Laravel 15-25 minutes
Expanded intermediate
laravel-daily-workflow
Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
Laravel 15-25 minutes
Expanded intermediate
laravel-data-chunking-large-datasets
Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and ...
Laravel 15-25 minutes
Expanded intermediate
laravel-debugging-prompts
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attem...
Laravel 15-25 minutes
Expanded intermediate
laravel-dependencies-trim-packages
Remove unneeded Composer packages and assets to improve boot time, memory, and security surface
Laravel 15-25 minutes
Expanded intermediate
laravel-documentation-best-practices
Write meaningful documentation that explains why not what; focus on complex business logic and self-documenting code
Laravel 15-25 minutes
Expanded intermediate
laravel-e2e-playwright
Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
Laravel 15-25 minutes
Expanded intermediate
laravel-effective-context
Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accur...
Laravel 15-25 minutes
Expanded intermediate
laravel-eloquent-relationships
Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing sa...
Laravel 15-25 minutes
Expanded intermediate
laravel-exception-handling-and-logging
Use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
Laravel 15-25 minutes
Expanded intermediate
laravel-executing-plans
Execute Laravel plans in small batches with checkpoints—TDD first, migrations safe, queues verified, and quality gate...
Laravel 15-25 minutes
Expanded intermediate
laravel-filesystem-uploads
Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
Laravel 15-25 minutes
Expanded intermediate
laravel-form-requests
Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to ...
Laravel 15-25 minutes