The library

Everything we index — ranked by what works, never by stars.

untested
Improve interface usability and designskillProductL1
human-computer-interaction · Creating interfaces where users don't get stuck because system behavior matches their expectations.
untested
Automatically improve AI agentsskillEngineeringProductL3
evolving-ai-agents · When optimizing agent performance through iterative evolution cycles that automatically mutate prompts, skills, and memory.
untested
Deploy autonomous AI agentsskillEngineeringProductL4
autogpt-agents · When building persistent autonomous agents with visual workflows and external triggers without code.
untested
Apply Jakob's Law to designskillProductL1
jakobs-law · When deciding whether to follow established UI conventions or justify innovation against user mental models.
untested
Coordinate teams of AI agentsskillEngineeringProductL3
crewai-multi-agent · When using crewai-multi-agent is more effective than generic alternatives.
untested
Build LLM applications and agentsskillEngineeringProductL3
langchain · When using langchain is more effective than generic alternatives.
untested
Build reactive web interfacesskillEngineeringProductL1
vue · When using vue is more effective than generic alternatives.
untested
Design skilled work processesskillOpsProductL1
craft-methodology · When using craft-methodology is more effective than generic alternatives.
untested
Scale semantic search with vector databaseskillEngineeringProductL3
pinecone · Production RAG where managed infrastructure and low latency (<100ms) are non-negotiable requirements.
untested
Build high-performance vector search systemsskillEngineeringProductL3
qdrant-vector-search · Production RAG requiring on-premise control, Rust performance, or complex payload filtering during search.
untested
Build declarative AI systems with DSPyskillEngineeringProductL3
dspy · Complex prompt pipelines where you want automatic optimization and compositional abstraction.
untested
Trace and evaluate LLM applicationsskillEngineeringProductL2
langsmith-observability · Multi-step agent debugging when you need visibility into every LLM/tool call and latency bottleneck.
untested
Monitor LLM traces and evals in productionskillEngineeringProductL2
phoenix-observability · Production LLM systems needing detailed observability without vendor lock-in or cost overhead.
untested
Generate music and sound from textskillProductMarketingL3
audiocraft-audio-generation · Applications requiring controllable, variable-length music generation without licensing constraints.
untested
Analyze images with vision-language modelskillProductDataL2
blip-2-vision-language · Zero-shot image understanding tasks where training data is unavailable and frozen backbones reduce compute.
untested
Match images to text semanticallyskillProductDataL2
clip · Quick zero-shot image classification and semantic search when training data unavailable and model is open-source.
untested
Evaluate robot manipulation policiesskillEngineeringProductL4
evaluating-cosmos-policy · Evaluating vision-language-action models on sim-to-real robotics tasks with detailed latency profiling.
untested
Build vision-language image chat interfacesskillProductEngineeringL2
llava · Large Language and Vision Assistant
untested
Segment objects in images with zero-shot transferskillProductEngineeringL2
segment-anything-model · Use when you need to segment any object in images using points, boxes, or masks as prompts, or automatically generate all object masks in an image.
untested
Generate and edit images from text promptsskillMarketingProductL2
stable-diffusion-image-generation · Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.
untested
Transcribe audio and recognize speech in 99 languagesskillOpsProductL2
whisper · Robust multilingual ASR on noisy audio; 72.9k GitHub stars, MIT licensed, 680k training hours.
untested
Compress large models without retrainingskillEngineeringProductL3
knowledge-distillation · Retaining 90%+ of large-model performance in smaller deployable student (70B→7B).
untested
Extend model context windows to 32k-128k tokensskillEngineeringProductL3
long-context · Processing long documents (32k-128k+ tokens) by extending pre-trained models with RoPE/YaRN interpolation.
untested
Merge fine-tuned models without retrainingskillEngineeringProductL3
model-merging · Creating specialized models by blending domain expertise (math+coding+chat) in minutes without retraining.
untested
Generate content across 10 applied domainsskillMarketingProductL1
kp-applied-domain · Guiding generation of Applied & Practical tier content across 10 subjects with real-world relevance.
untested
Prune models to 50% sparsity for faster inferenceskillEngineeringProductL3
model-pruning · Achieving 50% sparsity with minimal accuracy loss via one-shot pruning without retraining.
untested
Generate knowledge pack content suitesskillProductEngineeringL2
kp-content-authoring · Generating consistent, scaffolded educational content across 4 tiers with prerequisite chains.
untested
Train sparse Mixture of Experts modelsskillEngineeringProductL4
moe-training · Scaling model capacity without proportional compute via conditional expert routing.
untested
Validate knowledge pack content against schemasskillProductEngineeringL2
kp-content-validation · Ensuring all tier packs meet quality bars before publishing.
untested
Accelerate inference with speculative decodingskillEngineeringProductL3
speculative-decoding · 2-8x inference speedup with small draft model validated by large verifier.
untested
Teach core academic subjects systematicallyskillProductL1
kp-core-academic-domain · Structuring foundational knowledge across Math, Reading, Science, Social Studies, Arts, PE, Tech.
untested
Generate publication-quality research diagramsskillProductEngineeringL2
academic-plotting · Creating journal-ready plots with minimal code (IEEE/Nature style templates included).
untested
Write ML papers for top conferencesskillProductEngineeringL1
ml-paper-writing · Rapidly drafting ML papers with automatic figure integration and citation formatting.
untested
Review educational content qualityskillProductL1
kp-quality-review · Filtering low-quality tier packs before release; blocks unmet prerequisites.
untested
Create conference presentation slidesskillMarketingProductL2
presenting-conference-talks · Converting research papers to engaging talks with audience-appropriate complexity scaffolding.
untested
Teach specialized domain subjectsskillProductL1
kp-specialized-domain · Route specialized domain queries (philosophy, theology, arts, trades, astronomy) to correct curriculum pack.
untested
Write systems papers for top venuesskillProductEngineeringL1
systems-paper-writing · Structure a 10-12 page OSDI/SOSP/ASPLOS/NSDI/EuroSys paper with authoritatively grounded paragraph blueprints.
untested
Learn electronics from fundamentalsskillProductL1
electronics · Route electronics learning queries from Ohm's law through PCB design to correct instructional module.
untested
Discover high-impact research directionsskillProductEngineeringL1
brainstorming-research-ideas · Move from vague curiosity to concrete, defensible research direction via problem-first vs. solution-first analysis and abstraction-ladder exploration.
untested
Unlock creative research thinkingskillProductEngineeringL1
creative-thinking-for-research · Escape local-optimum thinking via bisociation, problem reformulation, and tension-resolution frameworks grounded in decades of creativity research.
untested
Compile research into AI artifactsskillProductDataL3
ara-compiler · Ingest papers, code, experiments into falsifiable, agent-traversable knowledge package with cognitive + physical layers and provenance tracking.
untested
Create new content cartridgesskillProductOpsL3
cartridge-forge · Generate executable parameter cartridges with reproducible hyperparameters and runtime-compatible loader stubs.
untested
Review research artifact rigorskillProductDataL2
ara-rigor-reviewer · Verify ARA claims are grounded in actual source evidence, detect hallucinations, and flag unsourced assertions before publication.
untested
Optimize prompts for AI toolsskillProductEngineeringL1
prompt-master · Create reproducible, version-controlled prompt templates with automated test coverage and performance tracking.
untested
Convert visual designs into build specsskillProductL2
image-to-mission · Capturing design energy from reference images into code without losing emergent (non-pixel) properties
untested
Build animated digital magazine interfaceskillProductL3
deck-magazine-web · Magazine-editorial presentation where e-ink aesthetic + WebGL fluid effect beats standard slideshow
untested
Author Open Design pluginsskillProductL2
od-plugin-authoring · Extending Open Design with domain-specific editor features without forking core
untested
Add feedback states to UI componentsskillProductL1
ux-feedback · Converting raw feedback into actionable design priorities with confidence
untested
Build horizontal-swipe HTML deckskillProductL2
deck-simple · Quick pitch, overview, or study decks that need clean swipe navigation without magazine layout.
untested
Structure builder visions into executable missionsskillProductL1
vision-to-mission · Convert strategic intent into concrete phases, tasks, and success criteria that a team can execute.
page 13 / 24