Recently Added
Fresh skills just added to the collection. Be the first to try them out!
Checking ChEMBL for Structured SAR Data
by kthorn
Check if medicinal chemistry papers are in ChEMBL database to access curated bioactivity data
Cleaning Up Research Sessions
by kthorn
Safely remove intermediate files from completed research sessions while preserving important data
Getting Started with Research Superpowers
by kthorn
Introduction to literature search & review skills - systematic paper finding, screening, extraction, and citation traversal
Answering Research Questions
by kthorn
Main orchestration workflow for systematic literature research - search, evaluate, traverse, synthesize
Evaluating Paper Relevance
by kthorn
Two-stage paper screening - abstract scoring then deep dive for specific data extraction
Searching Scientific Literature
by kthorn
PubMed search with keyword optimization, result parsing, and metadata extraction
Subagent-Driven Literature Review
by kthorn
Use parallel subagents for large-scale paper screening and deep dive analysis
Traversing Citation Networks
by kthorn
Smart backward and forward citation following via Semantic Scholar, with relevance filtering and deduplication
Finding Open Access Papers
by kthorn
Use Unpaywall API to find free full-text versions of paywalled papers
Getting Started with Skills
by obra
Skills wiki intro - mandatory workflows, search tool, brainstorming triggers
Brainstorming Ideas Into Designs
by obra
Interactive idea refinement using Socratic method to develop fully-formed designs
Executing Plans
by obra
Execute detailed plans in batches with review checkpoints
Subagent-Driven Development
by obra
Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks
Finishing a Development Branch
by obra
Complete feature development with structured options for merge, PR, or cleanup
Writing Plans
by obra
Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context
Verification Before Completion
by obra
Run verification commands and confirm output before claiming success
Code Review Reception
by obra
Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation
Systematic Debugging
by obra
Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.
Requesting Code Review
by obra
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Remembering Conversations
by obra
Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search
Encapsulating Complexity
by obra
Hide implementation details behind interfaces - work at domain level (what), not implementation level (how)
Localizing Variables
by obra
Declare variables in smallest possible scope, initialize close to first use, minimize span and live time
Maintaining Consistent Abstractions
by obra
Class interfaces present one cohesive abstraction - don't mix domain logic with serialization, persistence, or unrelated concerns
Domain-Focused Naming
by obra
Name code by what it does in the domain, not how it's implemented or its history