80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
frontend-design
by joelklabo
Creates distinctive, production-grade frontend interfaces with high design quality. Use when building UI components, pag...
using-draft-annotations
by joelklabo
Reads and responds to draft annotations via MCP. Use when user mentions annotations, feedback, or reviewing drafts.
clojure-test-check
by Ramblurr
Property-based testing with clojure.test.check. Use when writing generative tests, creating custom generators, or debugg...
research
by Ramblurr
Pre-implementation research for design, architecture, and impact analysis. Use during brainstorming, architectural desig...
root-cause-tracing
by Ramblurr
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces...
writing-clearly-and-conci...
by Ramblurr
Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, expl...
clojure-core-async
by Ramblurr
Async programming with channels, go blocks, and CSP in Clojure. Use when working with async operations, channel communic...
clojure-babashka-process
by Ramblurr
Clojure library for shelling out and spawning sub-processes. Use when working with external programs, command execution,...
clojure-ring-jetty-adapte...
by Ramblurr
Ring Jetty adapter for running ring-compatible web servers in Clojure. Use when you are working with ring and jetty star...
tmux
by Ramblurr
Remote control tmux sessions using tmux-buddy (tmuxb) for interactive CLIs (python, gdb, emacs, vim, etc.) by sending ke...
receiving-code-review
by Ramblurr
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or techni...
brepl
by Ramblurr
**MANDATORY** - Load this skill BEFORE using brepl in any way. Teaches the heredoc pattern for reliable code evaluation.
clojure-core-async-flow
by Ramblurr
core.async.flow provides a declarative framework for building process flows with strict separation of application logic...
landing-the-plane
by Ramblurr
Checklist for finishing work, pushing a branch, and opening a ready-for-review PR with tests and tracker updates. Use wh...
clojure-sente
by Ramblurr
Realtime bidirectional communications between Clojure server and ClojureScript client. Use when building apps where BOTH...
clojure-telemere
by Ramblurr
Structured telemetry library for Clojure/Script. Use when working with logging, tracing, structured logging, events, sig...
writing-clojure-docstring...
by Ramblurr
Guidelines for writing effective Clojure docstrings with markdown formatting, wikilinks, code examples, and tables. Alwa...
clojure-coffi
by Ramblurr
Coffi FFI library for calling native C code from Clojure via Panama FFM API (JDK 22+). Use when: wrapping native C libra...
clojure-ring-spec
by Ramblurr
Ring specification for HTTP server applications in Clojure. Use when working with: (1) Ring handlers (sync or async), (2...
brainstorming
by Ramblurr
IMMEDIATELY USE THIS SKILL when creating or develop anything and before writing code or implementation plans - refines r...
testing-anti-patterns
by Ramblurr
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents test...
writing-plans
by Ramblurr
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - create...
using-git-worktrees
by Ramblurr
Use this whenever you need to create an isolated workspace.
clojure-charred
by Ramblurr
High-performance JSON and CSV parsing library for Clojure. Use when working with JSON or CSV data and need fast in Cloju...