development▌
155 indexed skills · max 10 per page
laravel-development
mindrally/skills · Productivity
You are an expert in Laravel, PHP, and related web development technologies.
spec-driven-development
OWNER/REPO · productivity
Creates specs before coding to clarify requirements and ensure successful project execution.
shopify-development
davila7/claude-code-templates · Productivity
Use this skill when the user asks about:
tailwindcss-development
laravel/boost · Frontend
Use search-docs for detailed Tailwind CSS v3 patterns and documentation.
python-development
skillcreatorai/ai-agent-skills · Backend
Python 3.12+ development with FastAPI, Django, async patterns, and production tooling. \n \n Covers modern project structure, type hints with generics, and async/await patterns for I/O-bound operations \n Includes FastAPI patterns for building APIs with dependency injection, Pydantic models, and async request handlers \n Demonstrates testing strategies using pytest, async test fixtures, and mocking for async functions \n Recommends ruff for linting, mypy in strict mode, and pathlib for file oper
rabbitmq-development
mindrally/skills · Productivity
You are an expert in RabbitMQ and AMQP (Advanced Message Queuing Protocol) development. Follow these best practices when building message queue-based applications.
skill-development
anthropics/claude-plugins-official · Productivity
Guidance for creating effective, discoverable skills for Claude Code plugins with progressive disclosure and strong triggering. \n \n Create skills in the plugin's skills/ directory with SKILL.md (required) and optional references/ , examples/ , and scripts/ subdirectories for progressive context loading \n Write frontmatter descriptions in third person with specific trigger phrases users would say (e.g., \"This skill should be used when the user asks to 'create a hook', 'validate tool use'...\"
codenavi
tech-leads-club/agent-skills · development
Your pathfinder for navigating unknown codebases. Investigates with precision, implements surgically, and never assumes — if it doesn't know, it says so. Maintains a .notebook/ knowledge base that grows across sessions, turning every discovery into lasting intelligence. Summons available skills, MCPs, and docs when the mission demands. Use when fixing bugs, implementing features, refactoring, investigating flows, or any development task in unfamiliar territory. Triggers on "fix this", "implement this", "how does this work", "investigate this flow", "help me with this code". Do NOT use for greenfield scaffolding, CI/CD, or infrastructure provisioning.
fastapi-development
aj-geddes/useful-ai-prompts · Backend
Create fast, modern Python APIs using FastAPI with async/await support, automatic API documentation, type validation using Pydantic, dependency injection, JWT authentication, and SQLAlchemy ORM integration.
game-development
sickn33/antigravity-awesome-skills · Productivity
Routing orchestrator for game development projects with platform and dimension-specific sub-skills. \n \n Routes to specialized sub-skills based on target platform (web, mobile, PC, VR/AR) and game dimension (2D or 3D) \n Covers core principles applicable across all platforms: game loop architecture, fixed timestep physics, input abstraction, and performance budgeting for 60 FPS \n Includes pattern selection matrix (State Machine, ECS, Behavior Trees, Object Pooling) with decision rules for when