Find the perfect skill
Makepad UI Development Skills for Rust
Development
Skills for building user interfaces with Makepad in Rust: setup, patterns, shaders, packaging, and troubleshooting.
Async SQLAlchemy Patterns for FastAPI
Development
Implement production-ready async SQLAlchemy 2.0+ patterns for FastAPI: session management, connection pooling, migrations, and query optimization.
Interactive Web Animation Pipeline
Development
Design and implement interactive web animations driven by scroll, pointer, drag, audio, or state. Uses AI-generated keyframes and video for semantic motion, with code handling geometric control, chroma keying, and optimization.
Add Agentation toolbar to Next.js project
Development
Set up the Agentation annotation toolbar in a Next.js app, with optional MCP server setup for syncing with AI agents.
Global Conventions
Development
Follow project-wide development conventions for project structure, documentation, version control, environment config, and dependency management.
Git Commit Workflow with Precommit Hooks
Development
Git commit workflow with automatic precommit hook handling, lint/type checking, README updates, and API reference updates.
GraphQL Schema Generator
Development
Generate GraphQL schemas, resolvers, and type definitions. Use when designing GraphQL APIs or documenting GraphQL schemas.
Create GitHub Pull Request
Development
Complete workflow for creating a well-structured GitHub pull request with branching, testing, formatting, and documentation.
iOS SwiftUI App Scaffold
Development
Scaffold a complete SwiftUI iOS app with offline-first persistence, push notification plumbing, tooling, CI, and optional GitHub repo creation.
Create GitHub Pull Request
Development
Full workflow for creating a well-structured GitHub PR, including branching, implementation, testing, formatting, and PR description.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Behavior Trees for Robotics
Development
Design and implement behavior trees for autonomous robot decision-making, task sequencing, and reactive behaviors with BehaviorTree.CPP.