Find the perfect skill
Create or Refactor a Skill
Development
Creates or refactors a Claude Code skill using a skill name and optional documentation path. It reads the existing skill definition and generates a new or updated SKILL.md file. Use this when you need to define a new reusable skill or update an existing one.
Analyze External Code
Development
Analyzes source code from external libraries or non-Python languages (C++, MEDM) to understand data structures, algorithms, and logic flow. Helps when porting or integrating features into a Python project like gwexpy.
Stablecoin Resilience Classification
Data & AI
Classifies stablecoins to override default resilience sub-factor scores (chainRisk, collateralQuality, custodyModel) when the default inference is incorrect. Useful after adding new stablecoins or auditing existing scores for accuracy.
Install MCP Server
Development
Installs MCP servers by running the `claude mcp add` command. Helps when you need to set up a new MCP server like GitHub or Filesystem, guiding you through name selection, scope (user or project), and environment variable configuration.
Setup Granola Integration
DevOps
Automates installing and configuring the Granola MCP server to sync meetings with Personal OS. Helpful when the user wants to set up the Granola integration, for example by saying "set up Granola" or "install Granola integration". It checks prerequisites, clones the repository, installs dependencies, and updates configuration files.
Clinical Value Assessment
Education & Training
Systematically evaluates clinical value of research proposals by analyzing patient outcomes impact, clinical decision influence, healthcare system effects, and evidence quality.
TypeScript Advanced Types
Development
Master TypeScript's advanced type system including generics, conditional types, mapped types, and utility types to build robust, type-safe applications.
Music Plugin Configuration
Development
Interactively sets up or edits the `~/.bitwize-music/config.yaml` configuration for a music plugin. Guides through required and optional settings like artist name, storage paths, and customizable overrides. Useful during initial setup or when changing configuration settings.
Set Environment Variable
DevOps
Sets a specified environment variable to a given value. Useful for configuring runtime settings before executing other skills.
Done - Reset for next task
Development
Checks for any uncommitted changes using `git status --porcelain` and stops if any exist; otherwise switches to the default branch (master or main) and pulls the latest changes. Ensures a clean working directory ready for the next task.
I18n Internationalization Management
Development
Manages multilingual UI translations stored in JSON files under the translations/ directory. Synchronizes all locale directories with the English source of truth by adding missing keys and removing extra ones. Helps maintain consistency across 12 enabled languages.
Development workflow
Development
Provides commands and workflows for creating branches (fetch, detect default branch, kebab-case naming) and handling code review feedback (fetch pending comments, commit fixes, reply with commit SHA). Helps standardize branch practices and speed up PR review resolution on GitHub.