development▌
156 indexed skills · max 10 per page
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
ios-swift-development
aj-geddes/useful-ai-prompts · Productivity
Native iOS app development with Swift, SwiftUI, and modern async patterns. \n \n Covers MVVM architecture, SwiftUI declarative UI, URLSession networking, and Combine reactive programming \n Includes async/await patterns, Core Data persistence, and Keychain for secure storage \n Best practices emphasize dependency injection, proper error handling, @StateObject for ViewModels, and testing across iOS versions \n Reference guides provided for network services, MVVM setup, and SwiftUI view implementa
java-quarkus-development
mindrally/skills · Backend
java-quarkus-development
context-engineering
OWNER/REPO · productivity
Optimizes agent context setup for improved output quality during coding sessions.
shopify-development
sickn33/antigravity-awesome-skills · Productivity
Build Shopify apps, extensions, and themes using GraphQL Admin API, CLI, and Polaris components. \n \n Routes development tasks into three categories: Apps (backend merchant tools), Extensions (checkout/admin/POS UI), and Themes (storefront customization with Liquid) \n Provides Shopify CLI commands for scaffolding projects, local development with tunneling, and deployment across all three project types \n Includes validated GraphQL patterns for querying products and orders, setting metafields,
Unreal Systems Engineer
msitarzewski/agency-agents · game-development
Performance and hybrid architecture specialist - Masters C++/Blueprint continuum, Nanite geometry, Lumen GI, and Gameplay Ability System for AAA-grade Unreal Engine projects
Unity Shader Graph Artist
msitarzewski/agency-agents · game-development
Visual effects and material specialist - Masters Unity Shader Graph, HLSL, URP/HDRP rendering pipelines, and custom pass authoring for real-time visual effects
python-fastapi-development
sickn33/antigravity-awesome-skills · Backend
Specialized workflow for building production-ready Python backends with FastAPI, featuring async patterns, SQLAlchemy ORM, Pydantic validation, and comprehensive API patterns.
test-driven-development
sickn33/antigravity-awesome-skills · Testing
Write failing tests first, then minimal code to pass, then refactor while keeping tests green. \n \n Follows the red-green-refactor cycle: write one failing test, verify it fails correctly, implement minimal code to pass, verify all tests pass, then refactor safely \n Requires watching each test fail before writing implementation code; tests that pass immediately prove nothing about correctness \n Applies to all new features, bug fixes, refactoring, and behavior changes; code written before test
salesforce-development
sickn33/antigravity-awesome-skills · Productivity
Expert patterns for Salesforce platform development covering LWC, Apex, APIs, and DX workflows. \n \n Covers Lightning Web Components with @wire decorator for reactive data binding, bulkified Apex triggers using handler patterns, and Queueable Apex for async processing with job chaining \n Includes anti-patterns to avoid: SOQL/DML inside loops and hardcoded IDs \n Documents critical sharp edges and gotchas across Salesforce development with severity levels and solutions \n