Find the perfect skill
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.
Rust Pro
Development
Provides expert-level Rust development for 1.75+ with advanced async patterns, type system features, and production-ready systems programming. Helps when building Rust services, libraries, or systems tooling, optimizing performance, or solving ownership and async design issues.
Microsoft 365 Integration
Productivity
Access Microsoft 365 data through the Microsoft Graph API. Retrieve user profiles (display name, email, department, etc.) and read or search emails with filters and KQL queries. Ideal for answering questions about Outlook messages, user info, or any Microsoft 365 data.
Add Skill
Development
Guides the creation of a new skill for a Claude Code plugin by generating a SKILL.md file with frontmatter and instructions. Use when a user wants to extend a plugin's capabilities, prompting for required information like skill name, description, and behavior.
Log Management Pipeline
DevOps
Set up structured logging with aggregation, search, and analysis using ELK stack or Loki.
Testing Skills
Testing
Runs pytest with optional arguments, lists test files, executes specific test files, and generates coverage reports. Useful for continuous integration and ensuring code quality during development.
Windows Remote Desktop Control
Testing
Controls Windows Remote Desktop sessions for automation, testing, and remote administration. Connect via RDP, take screenshots, simulate mouse clicks and keyboard input, and interact with remote desktops using accessibility trees or OCR as a fallback.
Learn and Capture Knowledge
Productivity
Analyzes session history to identify strategic, reusable project knowledge and updates the local CLAUDE.md file. Used after significant work or when the user requests knowledge capture, it helps retain architectural patterns, conventions, and operational insights to speed up future development.