Find the perfect skill
MOT - System Health Check
DevOps
Run comprehensive health checks on all Claude Code components including skills, agents, hooks, and memory.
dbt Coder - Patterns and Organization
Data & AI
Provides patterns for organizing dbt models into staging, intermediate, and marts layers, along with incremental strategies and testing. Helps structure scalable dbt projects with clear separation of concerns.
Update Data & Launch Dashboard
Data & AI
Runs the full investment analysis pipeline: fetches stock data, runs GBM and neural network predictions, classic valuations, and launches the dashboard. Helpful when you want to update data and view results live at http://localhost:8080. Supports parameters like --universe to select the stock universe.
OpenRouter Context Optimization
Development
Optimize context window usage for OpenRouter models to reduce cost and improve quality. Use when hitting context limits or building RAG systems.
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.
Publish Skill to Docs Site
Documentation
Sync a marketplace skill to the documentation site. Creates detail pages, updates index and navigation.
List Claude Code Sessions
Development
Lists all running tmux sessions with names starting with 'ai-' and displays their current status (working, idle, permission-prompt, waiting-input, stuck). Useful for monitoring multiple Claude Code sessions in a tmux environment to quickly see which sessions are active or need attention.
Google Analytics 4 - Data Queries
Marketing & SEO
Query Google Analytics 4 data via the Analytics Data API. Pull traffic reports, conversion data, and audience insights directly from your terminal.
Novelist - Aevoria Series
Content
Draft, edit, and review chapters of The Old Songs of Aevoria narrative series. Loads author voice guide, character dialogues, and consistency checks.
Launch a GPU Instance on Vast.ai
Data & AI
Launches a GPU instance on Vast.ai given an offer ID or requirements (GPU count, Docker image, disk size). Helps quickly spin up a machine for training, inference, or development without manual infrastructure setup.
Session Summary for Co-author
Documentation
Review Git logs, modified files, and pipeline status to produce a handoff summary. Writes a markdown file to session_logs/.
Dot Stack Architecture (.NET)
Development
Defines the layout, naming, and dependency rules for .NET projects in a dotcore/dotapps structure. Use this skill when adding or editing shared libraries under dotcore/ or applications under dotapps/ to ensure consistent separation of concerns and acyclic dependencies.