Find the perfect skill
SQL Writing and Optimization
Data & AI
Helps write, optimize, or explain SQL queries. Looks for issues like missing indexes, N+1 patterns, unnecessary SELECT *, and suggests improvements. Best used when you need to generate clean SQL or troubleshoot query performance.
Skill Weaver - Claude Skills Creator
Development
Creates custom Skills for Claude Code and claude.ai following official best practices. Guides through structuring SKILL.md files, adding resources, and ensuring quality. Use when you need to build a new custom workflow or package expertise into a reusable Skill.
Prompt Creator
Development
Provides guidelines for designing effective system prompts for AI agents and assistants. Helps when writing or improving agent instructions by emphasizing clarity, specificity, and iterative refinement.
XLSX - Spreadsheet Manager
Documentation
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, charts, and data manipulation. Full Excel power from the terminal.
Unified Health Chat
Data & AI
Unified conversation entry point for integrated health system. Automatically loads all health data and intelligently routes queries to appropriate processing modules.
manus-talk-to-my-lawyer Development Patterns
Development
Teaches development patterns for manus-talk-to-my-lawyer, a TypeScript/Vite legal technology platform. Covers phase-based workflows, comprehensive testing, Drizzle database migrations, Stripe payment integration, and email notifications via tRPC. Helps when building multi-role full-stack applications with checkpoint commits and automated schema management.
Shizuku Task Runner
Development
Use task commands for building, running, linting, and testing the Shizuku application. This skill ensures consistent use of the project's build system (taskfile.dev) instead of direct Go invocations, preventing build errors and enforcing project standards.
Technical Writing for Security Audit Reports
Security
Writes formal security audit report content: generates detailed issue write-ups (context, impact, recommendation) and system overview / security model sections. Helps security auditors produce polished, consistent reports.
Deep Technical Research
Content
Conducts deep research on technical topics for blog writing when the user asks to research, look into, or explore a topic. Searches the web extensively, reads high-quality sources, and creates structured research notes with visual diagram opportunities. Ideal for gathering comprehensive technical knowledge quickly.
Layer Definitions for AI-Native Robotics
Education & Training
Provides L1-L5 pedagogical layer definitions for the AI-Native Robotics Textbook. Useful for assigning appropriate layers to content based on AI involvement level and validating layer progression.
Upgrade Flake Inputs
Development
Updates flake.lock to the latest commits for all flake inputs without changing the NixOS release channel. It runs nix flake update, then optionally builds and verifies before applying. Use this to get newer package versions while staying on the same NixOS version.
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.