Find the perfect skill
Product Specification Generator
Development
Generates a product specification document (PRODUCT_SPEC.md) via guided Q&A, designed for new greenfield projects. It checks the working directory, confirms the output location with the user, and prevents accidental overwrites. During the Q&A, it captures deferred requirements and writes them to DEFERRED.md for future planning.
World Composition
Development
Open world streaming skill for world partition. Enables dynamic loading of zones in open-world games.
Plutonium Development Guide
Development
This high-level guide provides the foundational rules and conventions for building Plutonium applications. It covers the four-layer resource architecture, essential code generators for resources and portals, and directs developers to more specialized skills for definition fields, policies, and authentication.
Advanced Juicebox Data Migration
DevOps
This skill provides advanced strategies for migrating data into Juicebox from other recruiting platforms such as LinkedIn Recruiter, Greenhouse, and Lever. It covers data assessment, schema mapping, and bulk import pipelines.
Review Uncommitted Changes
Development
Reviews uncommitted working changes using 'git diffall' to identify logic errors, unwanted behavior, and bugs. Does not summarize changes but focuses on actual or potential issues, including significant omissions.
Tapestry Social Graph Protocol Integration
Development
Integration of the Tapestry social graph protocol for building social features in a React Native (Expo) app. Provides API client patterns, React Query hooks, and endpoint references for profiles, follows, content, feeds, identity resolution, and trades. Use when implementing social trading functionality with on-chain identity and activity graphs.
Update Guide Screenshots
Documentation
This skill verifies the NiFi custom UI via Chrome, takes fresh screenshots, and updates `doc/guides/` documentation to match the current UI. It helps keep documentation in sync when the UI changes, with optional verification-only or screenshot-only modes.
Game Generator
Development
Generates valid GameSpec JSON and Lua scripts for the AI Game Platform. Use when creating new games (FPS, 2D side-scrollers, 3D platformers) or adding features like player movement, enemies, and collectibles. Also helps fix Lua script issues.
NewSQL & Distributed SQL - 12 Database Guide
Data & AI
Provides production-level operational guidance for 12 NewSQL and distributed SQL databases including CockroachDB, YugabyteDB, TiDB, Google Spanner, Vitess, PlanetScale, Citus, SingleStore, OceanBase, Neon, and AlloyDB. Covers multi-region topologies, sharding, HTAP, and CAP tradeoffs. Useful when implementing globally distributed SQL, horizontal scaling, or HTAP workloads.
SQL Database Migrations with Zero-Downtime
Development
SQL database migrations with zero-downtime strategies for PostgreSQL, MySQL, SQL Server. Handles expand-contract patterns, blue-green schema migrations, and batch data processing with rollback procedures. Use when you need to evolve database schemas without service interruption.
Docker Cleanup
DevOps
Provides commands and workflows to clean up Docker containers, images, volumes, and networks. Useful for freeing disk space, removing unused or dangling resources, and troubleshooting Docker Desktop issues like unresponsive daemon or hanging commands.
Disconnect Android Device
Development
Disconnect a wireless Android device from ADB. Use with an IP:port argument to disconnect a specific device, 'all' for all wireless devices, or no argument to auto-detect. Helps when you need to disconnect a device connected via WiFi.