Find and edit Clojure symbols using clj-kondo and REPL introspection. Use when finding Clojure function definitions,...

Rename symbols across a codebase safely. Use when renaming functions, variables, classes, or other symbols and need...

Search for patterns inside file contents using ripgrep (rg). Use when searching for code patterns, finding function...

Find and edit symbols in code using ast-grep (tree-sitter based). Use when finding function definitions, class...

Navigate and find files using fd. Use when finding files by name, listing directory contents, exploring project...

Work with GitHub using the gh CLI. Use when creating/managing pull requests, reviewing code, managing issues,...

Fetch library documentation and code examples. Use when user asks about library APIs, needs code examples, or says...

Browser automation for web testing and interaction. Use for navigating pages, filling forms, clicking elements,...

Create or update Claude skills. Use when user wants to create a new skill, update an existing skill, or asks about...

API Skill for FastAPI. Use when creating or editing FastAPI API code, routers, main app setup, lifecycle, or logging.