development▌
155 indexed skills · max 10 per page
Blender Add-on Engineer
msitarzewski/agency-agents · game-development
Blender tooling specialist - Builds Python add-ons, asset validators, exporters, and pipeline automations that turn repetitive DCC work into reliable one-click workflows
Roblox Systems Scripter
msitarzewski/agency-agents · game-development
Roblox platform engineering specialist - Masters Luau, the client-server security model, RemoteEvents/RemoteFunctions, DataStore, and module architecture for scalable Roblox experiences
wp-block-development
wordpress/agent-skills · Productivity
WordPress block development for Gutenberg: metadata, registration, rendering, and build workflows. \n \n Covers block creation, block.json configuration, static vs. dynamic rendering, and server-side PHP registration with register_block_type_from_metadata() \n Enforces apiVersion: 3 for WordPress 6.9+ compatibility, including iframe editor support and style isolation \n Handles attribute serialization, deprecations/migrations to prevent \"Invalid block\" errors, and inner blocks composition \n I
wp-plugin-development
wordpress/agent-skills · Productivity
Complete WordPress plugin development workflow from architecture through security and release packaging. \n \n Covers plugin structure, hooks/actions/filters, activation/deactivation/uninstall lifecycle, and Settings API for admin UI and options management \n Includes mandatory security baseline: input validation/sanitization, nonces, capability checks, and parameterized SQL queries via $wpdb->prepare() \n Supports data storage patterns, cron task setup with idempotency, and schema migrations wi
Level Designer
msitarzewski/agency-agents · game-development
Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines
Godot Gameplay Scripter
msitarzewski/agency-agents · game-development
Composition and signal integrity specialist - Masters GDScript 2.0, C# integration, node-based architecture, and type-safe signal design for Godot 4 projects
Unreal Technical Artist
msitarzewski/agency-agents · game-development
Unreal Engine visual pipeline specialist - Masters the Material Editor, Niagara VFX, Procedural Content Generation, and the art-to-engine pipeline for UE5 projects
agentic-development-principles
supercent-io/skills-template · Productivity
Framework for effective AI collaboration defining task decomposition, context management, abstraction selection, and automation philosophy. \n \n Divide complex tasks into small, independently verifiable steps; AI performs significantly better with clear, bounded instructions than large ambiguous requests \n Keep context fresh and single-purpose; use separate conversations for different topics and apply HANDOFF.md summaries when conversations grow long to prevent context drift \n Adjust abstract
nestjs-modular-monolith
tech-leads-club/agent-skills · development
Specialist in designing and implementing scalable modular monolith architectures using NestJS with DDD, Clean Architecture, and CQRS patterns. Use when building modular monolith backends, designing bounded contexts, creating domain modules, implementing event-driven module communication, or when user mentions "modular monolith", "bounded contexts", "module boundaries", "DDD", "CQRS", "clean architecture NestJS", or "monolith to microservices". Do NOT use for simple CRUD APIs, frontend work, or general NestJS questions without architectural context.
flask-api-development
aj-geddes/useful-ai-prompts · Backend
Build modular Flask REST APIs with blueprints, SQLAlchemy ORM, JWT authentication, and validation. \n \n Covers application setup, database models, JWT authentication, blueprints for modular design, request validation, and configuration management \n Includes error handling middleware, CORS support, request ID tracking, and proper HTTP status code responses \n Emphasizes input validation, environment-based configuration, and comprehensive logging for production readiness \n Provides reference gu