AlpineJS best practices and patterns. Use when writing HTML with Alpine.js directives to avoid common mistakes like...
find ~/brettatoms/ -name "*.skill"
Interactive browser automation via Chrome DevTools Protocol. Use when you need to interact with web pages, test...
Interact with running Clojure REPLs via nREPL. Evaluate Clojure code, query namespaces, test functions, and debug...
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...