[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Orchestra-Research-langchain-en":3,"guides-for-Orchestra-Research-langchain":1876,"similar-k179tsjf4daszf4tmn0kadsr7986m8sc-en":1877},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":266,"isFallback":262,"parentExtension":271,"providers":329,"relations":333,"repo":334,"tags":1874,"workflow":1875},1778695116697.1902,"k179tsjf4daszf4tmn0kadsr7986m8sc",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.",{"claudeCode":12},"Orchestra-Research/AI-Research-SKILLs","LangChain","https://github.com/Orchestra-Research/AI-Research-SKILLs",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":245,"workflow":264},1778696851211.7268,"kn7c33n1cza5qfg9pm1smy6ypd86mkc5","en",{"checks":20,"evaluatedAt":193,"extensionSummary":194,"features":195,"nonGoals":202,"practices":207,"prerequisites":213,"promptVersionExtension":218,"promptVersionScoring":219,"purpose":220,"rationale":221,"score":222,"summary":223,"tags":224,"targetMarket":231,"tier":232,"useCases":233,"workflow":239},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,90,94,98,102,106,109,113,117,121,124,127,130,134,137,140,144,148,151,154,158,161,164,167,170,174,177,180,183,186,190],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of building LLM-powered applications with agents, chains, and RAG, addressing a concrete need for developers.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","LangChain offers a comprehensive framework with a vast ecosystem of integrations and patterns (ReAct, RAG, tool calling) that goes significantly beyond basic LLM interaction.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, covering the full lifecycle from prototyping to deployment with extensive documentation, examples, and support for multiple providers and integrations.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses on the LangChain framework for building LLM applications, which is a coherent domain, and its documentation clearly outlines alternatives for related tasks.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's capabilities, is concise, readable, and matches the provided source code and documentation.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The LangChain documentation shows specific, scoped tools like `get_weather` and `search_web`, rather than a single generalist `execute` tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","The SKILL.md and reference documentation detail parameters, models, and tools, with examples showing common configurations.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools presented in the documentation (e.g., `get_weather`, `search_web`, `calculator`) are descriptive and follow a clear verb-noun pattern.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","The examples demonstrate tools with specific, typed parameters and responses that are focused on the task, avoiding excessive or unnecessary data.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The license is MIT, a permissive open-source license, declared in the LICENSE file and frontmatter, making it usable.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is within the last 3 months.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project lists core LangChain dependencies and common extras in the SKILL.md, indicating awareness of third-party components.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The documentation shows API keys are handled via environment variables (e.g., `LANGCHAIN_API_KEY`), which is a standard secure practice.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The documentation and examples focus on using structured tools and LLM calls, and do not show patterns of executing arbitrary code or instructions from untrusted sources.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension relies on standard Python package installations and documented framework usage, without indications of runtime remote code execution or fetching uncommitted content.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension focuses on code execution within Python and LLM interactions, with no indication of attempts to access or modify files outside its intended scope.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No evidence of detached processes or retry loops around denied calls was found in the provided documentation or examples.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension guides users to manage API keys securely via environment variables and does not exhibit patterns of reading or submitting confidential data to third parties.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The documentation and provided code snippets appear to be free of hidden text, invisible characters, or other tricks intended to manipulate the model covertly.",{"category":87,"check":88,"severity":24,"summary":89},"Hooks","Opaque code execution","The code examples provided are standard Python and do not show obfuscated code, base64 payloads, or runtime script fetching.",{"category":91,"check":92,"severity":24,"summary":93},"Portability","Structural Assumption","The documentation focuses on Python package installations and API usage, with no apparent assumptions about a user's specific project directory structure outside the bundle.",{"category":95,"check":96,"severity":24,"summary":97},"Trust","Issues Attention","With 4 open and 8 closed issues in the last 90 days, the closure rate is healthy (>=50%).",{"category":99,"check":100,"severity":24,"summary":101},"Versioning","Release Management","A meaningful semver version (1.0.0) is declared in the SKILL.md frontmatter, and a CHANGELOG.md is present.",{"category":103,"check":104,"severity":24,"summary":105},"Execution","Validation","The documentation and examples show the use of typed parameters and structured outputs (e.g., Pydantic models), indicating validation is employed.",{"category":65,"check":107,"severity":24,"summary":108},"Unguarded Destructive Operations","The extension's primary function involves LLM interactions and tool usage, with no evidence of unguarded destructive operations like `rm -rf` or database drops.",{"category":110,"check":111,"severity":24,"summary":112},"Code Execution","Error Handling","The documentation highlights error handling for tools and agents, suggesting attempts to catch exceptions and provide meaningful feedback or retry mechanisms.",{"category":110,"check":114,"severity":115,"summary":116},"Logging","not_applicable","This skill is a framework for building applications and does not perform destructive actions or outbound calls that would necessitate local audit logging by default.",{"category":118,"check":119,"severity":24,"summary":120},"Compliance","GDPR","The extension does not inherently operate on personal data; user input is handled by the LLM and tools, with secure API key management advised.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The documentation does not indicate any regional or jurisdictional limitations, suggesting global applicability.",{"category":91,"check":125,"severity":24,"summary":126},"Runtime stability","The extension relies on standard Python packages and LLM providers, with clear installation instructions for common environments.",{"category":44,"check":128,"severity":24,"summary":129},"README","The repository includes a comprehensive README that clearly outlines the project's mission, features, and usage.",{"category":33,"check":131,"severity":132,"summary":133},"Tool surface size","info","While not explicitly counting tools, the documentation showcases numerous integrations and patterns, suggesting a large but well-categorized surface area.",{"category":40,"check":135,"severity":24,"summary":136},"Overlapping near-synonym tools","The LangChain framework encourages distinct tool definitions, and the documentation examples do not suggest overlapping near-synonym tools are exposed.",{"category":44,"check":138,"severity":24,"summary":139},"Phantom features","The extensive documentation and numerous code examples provided in the SKILL.md and reference files appear to accurately reflect the implemented capabilities.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","The SKILL.md provides clear, copy-pasteable installation instructions for core libraries and common integrations, along with basic usage examples.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The documentation highlights handling for tool errors and parsing errors, suggesting an intention to provide actionable feedback or remediation steps.",{"category":103,"check":149,"severity":24,"summary":150},"Pinned dependencies","The SKILL.md lists dependencies with version specifiers (e.g., `pip install -U langchain`), and the presence of a lockfile (`poetry.lock` or similar implied by quality) would confirm pinning.",{"category":33,"check":152,"severity":115,"summary":153},"Dry-run preview","This extension is a framework for building applications and does not expose specific state-changing commands that would require a dry-run mode by default.",{"category":155,"check":156,"severity":24,"summary":157},"Protocol","Idempotent retry & timeouts","The documentation mentions timeouts and retries for LLM calls and implies robust handling for tool failures, suggesting consideration for these protocol aspects.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","The documentation guides users to set API keys as environment variables, and LangSmith tracing is explicitly enabled via environment variables, indicating an opt-in approach.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The description clearly states the extension is a framework for building LLM applications with agents, chains, and RAG, and the 'When to use LangChain' section provides specific triggers and boundaries.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is dense and self-contained, clearly summarizing the core capability and providing trigger phrases within a reasonable character limit.",{"category":44,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md body is well-structured with progressive disclosure via reference files, keeping the main instruction concise and manageable.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The SKILL.md effectively uses relative links to reference files (e.g., `references/agents.md`, `references/rag.md`) for deeper documentation, adhering to progressive disclosure.",{"category":171,"check":175,"severity":115,"summary":176},"Forked exploration","This skill is a framework for building applications and does not involve deep exploration or code review tasks that would necessitate `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The SKILL.md and reference files contain numerous end-to-end, ready-to-use code examples for various LangChain components and patterns.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The documentation covers common pitfalls, advanced error handling strategies, and provides guidance on optimizing performance, addressing potential edge cases and limitations.",{"category":110,"check":184,"severity":24,"summary":185},"Tool Fallback","The documentation does not suggest hard requirements for external tools or MCP servers; instead, it focuses on Python package installations and standard LLM provider integrations.",{"category":187,"check":188,"severity":24,"summary":189},"Safety","Halt on unexpected state","While not explicitly a machine-readable checklist, the error handling documentation and advice on managing API keys suggest a robust approach to unexpected states and failures.",{"category":91,"check":191,"severity":24,"summary":192},"Cross-skill coupling","The documentation clearly separates concerns and guides users to alternative frameworks (LlamaIndex, LangGraph) for specific use cases, rather than implying implicit coupling.",1778696851092,"LangChain is a Python framework for developing LLM-powered applications, offering abstractions for models, chains, agents, memory, and RAG pipelines. It supports multiple LLM providers and a vast ecosystem of integrations, enabling rapid prototyping and production deployments.",[196,197,198,199,200,201],"Framework for LLM applications (agents, chains, RAG)","Multi-provider LLM support (OpenAI, Anthropic, Google)","Extensive integrations (500+ tools, vector stores)","Support for ReAct agents and tool calling","Memory management for conversational context","Vector store retrieval for RAG pipelines",[203,204,205,206],"Specific LLM model training or fine-tuning","Deep dive into individual vector database management","Standalone deployment of applications (focus on framework)","Low-level AI research beyond application development",[208,209,210,211,212],"LLM Application Development","Agent Design","RAG Implementation","Tool Integration","Observability",[214,215,216,217],"Python 3.10+","LLM provider API keys (OpenAI, Anthropic, etc.)","Optional: Vector database setup","Optional: LangSmith API key for tracing","3.0.0","4.4.0","To provide developers with a robust and flexible framework for building sophisticated LLM applications, agents, and RAG systems, streamlining the development process from prototyping to production.","The extension demonstrates excellent documentation, clear examples, secure practices, and a well-defined scope, with only minor information-level findings on tool surface size and dependency pinning.",99,"Highly polished and comprehensive framework for building LLM applications.",[225,226,227,228,229,230],"agents","langchain","rag","llm-applications","framework","python","global","verified",[234,235,236,237,238],"Building chatbots with conversation memory","Implementing retrieval-augmented generation (RAG) pipelines","Creating agents with tool-using capabilities","Rapid prototyping of LLM-powered applications","Production deployments with observability (LangSmith)",[240,241,242,243,244],"Define LLM models and tools","Construct chains or agents for task execution","Integrate memory for conversational context","Implement RAG pipelines with document loading, splitting, embedding, and retrieval","Execute and observe application behavior using LangSmith",{"codeQuality":246,"collectedAt":248,"documentation":249,"maintenance":252,"popularity":259,"security":260,"testCoverage":263},{"hasLockfile":247},true,1778696831464,{"descriptionLength":250,"readmeSize":251},378,45313,{"closedIssues90d":253,"forks":254,"hasChangelog":247,"manifestVersion":255,"openIssues90d":256,"pushedAt":257,"stars":258},8,640,"1.0.0",4,1777352967000,8343,{"npmDownloads":8},{"hasNpmPackage":247,"license":261,"smitheryVerified":262},"MIT",false,{"hasCi":247,"hasTests":262},{"updatedAt":265},1778696851211,{"basePath":267,"githubOwner":268,"githubRepo":269,"locale":18,"slug":226,"type":270},"14-agents/langchain","Orchestra-Research","AI-Research-SKILLs","skill",{"_creationTime":272,"_id":273,"community":274,"display":275,"identity":279,"parentExtension":282,"providers":314,"relations":325,"tags":326,"workflow":327},1778695116697.1702,"k17155ws9qc0hw7a568bg79sfd86max8",{"reviewCount":8},{"description":276,"installMethods":277,"name":278,"sourceUrl":14},"LLM architectures and implementations including LitGPT, Mamba, NanoGPT, RWKV, and TorchTitan. Use when implementing, training, or understanding transformer and alternative architectures.",{"claudeCode":269},"Agent-Native Research Artifact (ARA) Tooling",{"basePath":280,"githubOwner":268,"githubRepo":269,"locale":18,"slug":269,"type":281},"","plugin",{"_creationTime":283,"_id":284,"community":285,"display":286,"identity":290,"providers":292,"relations":308,"tags":310,"workflow":311},1778695116697.17,"k17755pkhk2ktxts0edcsj00s586nmvk",{"reviewCount":8},{"description":287,"installMethods":288,"name":289,"sourceUrl":14},"Comprehensive library of 98 AI research engineering skills enabling autonomous AI research from hypothesis to experimental verification",{"claudeCode":12},"AI Research Skills Library",{"basePath":280,"githubOwner":268,"githubRepo":269,"locale":18,"slug":269,"type":291},"marketplace",{"evaluate":293,"extract":301},{"promptVersionExtension":294,"promptVersionScoring":219,"score":222,"tags":295,"targetMarket":231,"tier":232},"3.1.0",[296,297,298,299,300],"ai-research","mlops","llm-skills","autonomous-agents","research-orchestration",{"commitSha":302,"license":261,"marketplace":303,"plugin":306},"HEAD",{"name":304,"pluginCount":305},"ai-research-skills",1,{"mcpCount":8,"provider":307,"skillCount":8},"classify",{"repoId":309},"kd70hj1y80mhra5xm5g188j5n586mg18",[296,299,298,297,300],{"evaluatedAt":312,"extractAt":313,"updatedAt":312},1778695131103,1778695116697,{"evaluate":315,"extract":322},{"promptVersionExtension":218,"promptVersionScoring":219,"score":316,"tags":317,"targetMarket":231,"tier":232},98,[318,319,320,321,296],"research","artifact","provenance","review",{"commitSha":302,"license":261,"plugin":323},{"mcpCount":8,"provider":307,"skillCount":324},96,{"parentExtensionId":284,"repoId":309},[296,319,320,318,321],{"evaluatedAt":328,"extractAt":313,"updatedAt":328},1778695555085,{"evaluate":330,"extract":332},{"promptVersionExtension":218,"promptVersionScoring":219,"score":222,"tags":331,"targetMarket":231,"tier":232},[225,226,227,228,229,230],{"commitSha":302,"license":261},{"parentExtensionId":273,"repoId":309},{"_creationTime":335,"_id":309,"identity":336,"providers":337,"workflow":1869},1778695107142.3535,{"githubOwner":268,"githubRepo":269,"sourceUrl":14},{"classify":338,"discover":1847,"extract":1850,"github":1851,"npm":1868},{"commitSha":302,"extensions":339},[340,353,360,367,374,381,388,395,402,409,416,423,430,437,443,449,455,462,469,476,483,490,497,504,511,535,551,565,579,592,607,622,632,648,664,676,691,704,715,726,737,749,760,773,784,800,814,824,834,850,860,868,876,884,892,906,920,952,966,976,986,996,1006,1016,1030,1041,1051,1063,1073,1092,1105,1120,1136,1150,1164,1177,1190,1203,1215,1227,1240,1259,1269,1282,1292,1305,1314,1324,1333,1343,1353,1365,1378,1391,1403,1413,1423,1433,1443,1453,1465,1474,1492,1508,1518,1528,1538,1548,1562,1575,1585,1598,1610,1624,1731,1741,1778,1786,1794,1808,1822,1832],{"basePath":280,"description":287,"displayName":304,"installMethods":341,"rationale":342,"selectedPaths":343,"source":352,"sourceLanguage":18,"type":291},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[344,347,349],{"path":345,"priority":346},".claude-plugin/marketplace.json","mandatory",{"path":348,"priority":346},"README.md",{"path":350,"priority":351},"LICENSE","high","rule",{"basePath":280,"description":276,"displayName":354,"installMethods":355,"rationale":356,"selectedPaths":357,"source":352,"sourceLanguage":18,"type":281},"model-architecture",{"claudeCode":269},"inline plugin source from marketplace.json at /",[358,359],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":361,"displayName":362,"installMethods":363,"rationale":356,"selectedPaths":364,"source":352,"sourceLanguage":18,"type":281},"Text tokenization for LLMs including HuggingFace Tokenizers and SentencePiece. Use when training custom tokenizers or handling multilingual text.","tokenization",{"claudeCode":269},[365,366],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":368,"displayName":369,"installMethods":370,"rationale":356,"selectedPaths":371,"source":352,"sourceLanguage":18,"type":281},"LLM fine-tuning frameworks including Axolotl, LLaMA-Factory, PEFT, and Unsloth. Use when fine-tuning models with LoRA, QLoRA, or full fine-tuning.","fine-tuning",{"claudeCode":269},[372,373],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":375,"displayName":376,"installMethods":377,"rationale":356,"selectedPaths":378,"source":352,"sourceLanguage":18,"type":281},"Neural network interpretability tools including TransformerLens, SAELens, NNSight, and pyvene. Use when analyzing model internals, finding circuits, or understanding how models compute.","mechanistic-interpretability",{"claudeCode":269},[379,380],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":382,"displayName":383,"installMethods":384,"rationale":356,"selectedPaths":385,"source":352,"sourceLanguage":18,"type":281},"Data curation and processing at scale including NeMo Curator and Ray Data. Use when preparing training datasets or processing large-scale data.","data-processing",{"claudeCode":269},[386,387],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":389,"displayName":390,"installMethods":391,"rationale":356,"selectedPaths":392,"source":352,"sourceLanguage":18,"type":281},"RLHF and preference alignment including TRL, GRPO, OpenRLHF, SimPO, verl, slime, miles, and torchforge. Use when aligning models with human preferences, training reward models, or large-scale RL training.","post-training",{"claudeCode":269},[393,394],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":396,"displayName":397,"installMethods":398,"rationale":356,"selectedPaths":399,"source":352,"sourceLanguage":18,"type":281},"AI safety and content moderation including Constitutional AI, LlamaGuard, NeMo Guardrails, and Prompt Guard. Use when implementing safety filters, content moderation, or prompt injection detection.","safety-alignment",{"claudeCode":269},[400,401],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":403,"displayName":404,"installMethods":405,"rationale":356,"selectedPaths":406,"source":352,"sourceLanguage":18,"type":281},"Multi-GPU and multi-node training including DeepSpeed, PyTorch FSDP, Accelerate, Megatron-Core, PyTorch Lightning, and Ray Train. Use when training large models across GPUs.","distributed-training",{"claudeCode":269},[407,408],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":410,"displayName":411,"installMethods":412,"rationale":356,"selectedPaths":413,"source":352,"sourceLanguage":18,"type":281},"GPU cloud and compute orchestration including Modal, Lambda Labs, and SkyPilot. Use when deploying training jobs or managing GPU resources.","infrastructure",{"claudeCode":269},[414,415],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":417,"displayName":418,"installMethods":419,"rationale":356,"selectedPaths":420,"source":352,"sourceLanguage":18,"type":281},"Model optimization and quantization including Flash Attention, bitsandbytes, GPTQ, AWQ, GGUF, and HQQ. Use when reducing memory, accelerating inference, or quantizing models.","optimization",{"claudeCode":269},[421,422],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":424,"displayName":425,"installMethods":426,"rationale":356,"selectedPaths":427,"source":352,"sourceLanguage":18,"type":281},"LLM benchmarking and evaluation including lm-evaluation-harness, BigCode Evaluation Harness, and NeMo Evaluator. Use when benchmarking models or measuring performance.","evaluation",{"claudeCode":269},[428,429],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":431,"displayName":432,"installMethods":433,"rationale":356,"selectedPaths":434,"source":352,"sourceLanguage":18,"type":281},"Production LLM inference including vLLM, TensorRT-LLM, llama.cpp, and SGLang. Use when deploying models for production inference.","inference-serving",{"claudeCode":269},[435,436],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":438,"displayName":297,"installMethods":439,"rationale":356,"selectedPaths":440,"source":352,"sourceLanguage":18,"type":281},"ML experiment tracking and lifecycle including Weights & Biases, MLflow, and TensorBoard. Use when tracking experiments or managing models.",{"claudeCode":269},[441,442],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":444,"displayName":225,"installMethods":445,"rationale":356,"selectedPaths":446,"source":352,"sourceLanguage":18,"type":281},"LLM agent frameworks including LangChain, LlamaIndex, CrewAI, and AutoGPT. Use when building chatbots, autonomous agents, or tool-using systems.",{"claudeCode":269},[447,448],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":450,"displayName":227,"installMethods":451,"rationale":356,"selectedPaths":452,"source":352,"sourceLanguage":18,"type":281},"Retrieval-Augmented Generation including Chroma, FAISS, Pinecone, Qdrant, and Sentence Transformers. Use when building semantic search or document retrieval systems.",{"claudeCode":269},[453,454],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":456,"displayName":457,"installMethods":458,"rationale":356,"selectedPaths":459,"source":352,"sourceLanguage":18,"type":281},"Structured LLM outputs including DSPy, Instructor, Guidance, and Outlines. Use when extracting structured data or constraining LLM outputs.","prompt-engineering",{"claudeCode":269},[460,461],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":463,"displayName":464,"installMethods":465,"rationale":356,"selectedPaths":466,"source":352,"sourceLanguage":18,"type":281},"LLM application monitoring including LangSmith and Phoenix. Use when debugging LLM apps or monitoring production systems.","observability",{"claudeCode":269},[467,468],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":470,"displayName":471,"installMethods":472,"rationale":356,"selectedPaths":473,"source":352,"sourceLanguage":18,"type":281},"Vision, audio, and multimodal models including CLIP, Whisper, LLaVA, BLIP-2, Segment Anything, Stable Diffusion, AudioCraft, Cosmos Policy, OpenPI, and OpenVLA-OFT. Use when working with images, audio, multimodal tasks, or vision-language-action robot policies.","multimodal",{"claudeCode":269},[474,475],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":477,"displayName":478,"installMethods":479,"rationale":356,"selectedPaths":480,"source":352,"sourceLanguage":18,"type":281},"Advanced ML techniques including MoE Training, Model Merging, Long Context, Speculative Decoding, Knowledge Distillation, and Model Pruning. Use when implementing cutting-edge optimization or architecture techniques.","emerging-techniques",{"claudeCode":269},[481,482],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":484,"displayName":485,"installMethods":486,"rationale":356,"selectedPaths":487,"source":352,"sourceLanguage":18,"type":281},"Autonomous research orchestration using a two-loop architecture. Manages the full research lifecycle from literature survey to paper writing, routing to domain-specific skills for execution. Use when starting a research project, running autonomous experiments, or managing multi-hypothesis research.","autoresearch",{"claudeCode":269},[488,489],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":491,"displayName":492,"installMethods":493,"rationale":356,"selectedPaths":494,"source":352,"sourceLanguage":18,"type":281},"Write publication-ready ML/AI/Systems papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM, OSDI, NSDI, ASPLOS, SOSP. Includes LaTeX templates, citation verification, reviewer guidelines, publication-quality figure generation, systems paper structural blueprints, and conference presentation slides.","ml-paper-writing",{"claudeCode":269},[495,496],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":498,"displayName":499,"installMethods":500,"rationale":356,"selectedPaths":501,"source":352,"sourceLanguage":18,"type":281},"Research ideation frameworks including structured brainstorming and creative thinking. Use when exploring new research directions, generating novel ideas, or seeking fresh angles on existing work.","ideation",{"claudeCode":269},[502,503],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":280,"description":505,"displayName":506,"installMethods":507,"rationale":356,"selectedPaths":508,"source":352,"sourceLanguage":18,"type":281},"Agent-Native Research Artifact (ARA) tooling: compile any research input (paper, repo, notes) into a structured artifact, record session provenance as a post-task epilogue, and run Seal Level 2 epistemic review. Use when ingesting research into a falsifiable, agent-traversable artifact, capturing how a research project actually evolved, or auditing an ARA for evidence-claim alignment.","agent-native-research-artifact",{"claudeCode":269},[509,510],{"path":348,"priority":346},{"path":350,"priority":351},{"basePath":512,"description":513,"displayName":485,"installMethods":514,"rationale":515,"selectedPaths":516,"source":352,"sourceLanguage":18,"type":270},"0-autoresearch-skill","Orchestrates end-to-end autonomous AI research projects using a two-loop architecture. The inner loop runs rapid experiment iterations with clear optimization targets. The outer loop synthesizes results, identifies patterns, and steers research direction. Routes to domain-specific skills for execution, supports continuous agent operation via Claude Code /loop and OpenClaw heartbeat, and produces research presentations and papers. Use when starting a research project, running autonomous experiments, or managing a multi-hypothesis research effort.",{"claudeCode":12},"SKILL.md frontmatter at 0-autoresearch-skill/SKILL.md",[517,519,522,524,526,529,531,533],{"path":518,"priority":346},"SKILL.md",{"path":520,"priority":521},"references/agent-continuity.md","medium",{"path":523,"priority":521},"references/progress-reporting.md",{"path":525,"priority":521},"references/skill-routing.md",{"path":527,"priority":528},"templates/findings.md","low",{"path":530,"priority":528},"templates/progress-presentation.html",{"path":532,"priority":528},"templates/research-log.md",{"path":534,"priority":528},"templates/research-state.yaml",{"basePath":536,"description":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":352,"sourceLanguage":18,"type":270},"01-model-architecture/litgpt","Implements and trains LLMs using Lightning AI's LitGPT with 20+ pretrained architectures (Llama, Gemma, Phi, Qwen, Mistral). Use when need clean model implementations, educational understanding of architectures, or production fine-tuning with LoRA/QLoRA. Single-file implementations, no abstraction layers.","implementing-llms-litgpt",{"claudeCode":12},"SKILL.md frontmatter at 01-model-architecture/litgpt/SKILL.md",[542,543,545,547,549],{"path":518,"priority":346},{"path":544,"priority":521},"references/custom-models.md",{"path":546,"priority":521},"references/distributed-training.md",{"path":548,"priority":521},"references/supported-models.md",{"path":550,"priority":521},"references/training-recipes.md",{"basePath":552,"description":553,"displayName":554,"installMethods":555,"rationale":556,"selectedPaths":557,"source":352,"sourceLanguage":18,"type":270},"01-model-architecture/mamba","State-space model with O(n) complexity vs Transformers' O(n²). 5× faster inference, million-token sequences, no KV cache. Selective SSM with hardware-aware design. Mamba-1 (d_state=16) and Mamba-2 (d_state=128, multi-head). Models 130M-2.8B on HuggingFace.","mamba-architecture",{"claudeCode":12},"SKILL.md frontmatter at 01-model-architecture/mamba/SKILL.md",[558,559,561,563],{"path":518,"priority":346},{"path":560,"priority":521},"references/architecture-details.md",{"path":562,"priority":521},"references/benchmarks.md",{"path":564,"priority":521},"references/training-guide.md",{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":352,"sourceLanguage":18,"type":270},"01-model-architecture/nanogpt","Educational GPT implementation in ~300 lines. Reproduces GPT-2 (124M) on OpenWebText. Clean, hackable code for learning transformers. By Andrej Karpathy. Perfect for understanding GPT architecture from scratch. Train on Shakespeare (CPU) or OpenWebText (multi-GPU).","nanogpt",{"claudeCode":12},"SKILL.md frontmatter at 01-model-architecture/nanogpt/SKILL.md",[572,573,575,577],{"path":518,"priority":346},{"path":574,"priority":521},"references/architecture.md",{"path":576,"priority":521},"references/data.md",{"path":578,"priority":521},"references/training.md",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":352,"sourceLanguage":18,"type":270},"01-model-architecture/rwkv","RNN+Transformer hybrid with O(n) inference. Linear time, infinite context, no KV cache. Train like GPT (parallel), infer like RNN (sequential). Linux Foundation AI project. Production at Windows, Office, NeMo. RWKV-7 (March 2025). Models up to 14B parameters.","rwkv-architecture",{"claudeCode":12},"SKILL.md frontmatter at 01-model-architecture/rwkv/SKILL.md",[586,587,588,590],{"path":518,"priority":346},{"path":560,"priority":521},{"path":589,"priority":521},"references/rwkv7.md",{"path":591,"priority":521},"references/state-management.md",{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":352,"sourceLanguage":18,"type":270},"01-model-architecture/torchtitan","Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.","distributed-llm-pretraining-torchtitan",{"claudeCode":12},"SKILL.md frontmatter at 01-model-architecture/torchtitan/SKILL.md",[599,600,602,603,605],{"path":518,"priority":346},{"path":601,"priority":521},"references/checkpoint.md",{"path":544,"priority":521},{"path":604,"priority":521},"references/float8.md",{"path":606,"priority":521},"references/fsdp.md",{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":352,"sourceLanguage":18,"type":270},"02-tokenization/huggingface-tokenizers","Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in \u003C20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.","huggingface-tokenizers",{"claudeCode":12},"SKILL.md frontmatter at 02-tokenization/huggingface-tokenizers/SKILL.md",[614,615,617,619,621],{"path":518,"priority":346},{"path":616,"priority":521},"references/algorithms.md",{"path":618,"priority":521},"references/integration.md",{"path":620,"priority":521},"references/pipeline.md",{"path":578,"priority":521},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":352,"sourceLanguage":18,"type":270},"02-tokenization/sentencepiece","Language-independent tokenizer treating text as raw Unicode. Supports BPE and Unigram algorithms. Fast (50k sentences/sec), lightweight (6MB memory), deterministic vocabulary. Used by T5, ALBERT, XLNet, mBART. Train on raw text without pre-tokenization. Use when you need multilingual support, CJK languages, or reproducible tokenization.","sentencepiece",{"claudeCode":12},"SKILL.md frontmatter at 02-tokenization/sentencepiece/SKILL.md",[629,630,631],{"path":518,"priority":346},{"path":616,"priority":521},{"path":578,"priority":521},{"basePath":633,"description":634,"displayName":635,"installMethods":636,"rationale":637,"selectedPaths":638,"source":352,"sourceLanguage":18,"type":270},"03-fine-tuning/axolotl","Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support","axolotl",{"claudeCode":12},"SKILL.md frontmatter at 03-fine-tuning/axolotl/SKILL.md",[639,640,642,644,646],{"path":518,"priority":346},{"path":641,"priority":521},"references/api.md",{"path":643,"priority":521},"references/dataset-formats.md",{"path":645,"priority":521},"references/index.md",{"path":647,"priority":521},"references/other.md",{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":352,"sourceLanguage":18,"type":270},"03-fine-tuning/llama-factory","Expert guidance for fine-tuning LLMs with LLaMA-Factory - WebUI no-code, 100+ models, 2/3/4/5/6/8-bit QLoRA, multimodal support","llama-factory",{"claudeCode":12},"SKILL.md frontmatter at 03-fine-tuning/llama-factory/SKILL.md",[655,656,658,660,662,663],{"path":518,"priority":346},{"path":657,"priority":521},"references/_images.md",{"path":659,"priority":521},"references/advanced.md",{"path":661,"priority":521},"references/getting_started.md",{"path":645,"priority":521},{"path":647,"priority":521},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":352,"sourceLanguage":18,"type":270},"03-fine-tuning/peft","Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train \u003C1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.","peft-fine-tuning",{"claudeCode":12},"SKILL.md frontmatter at 03-fine-tuning/peft/SKILL.md",[671,672,674],{"path":518,"priority":346},{"path":673,"priority":521},"references/advanced-usage.md",{"path":675,"priority":521},"references/troubleshooting.md",{"basePath":677,"description":678,"displayName":679,"installMethods":680,"rationale":681,"selectedPaths":682,"source":352,"sourceLanguage":18,"type":270},"03-fine-tuning/unsloth","Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization","unsloth",{"claudeCode":12},"SKILL.md frontmatter at 03-fine-tuning/unsloth/SKILL.md",[683,684,685,687,689],{"path":518,"priority":346},{"path":645,"priority":521},{"path":686,"priority":521},"references/llms-full.md",{"path":688,"priority":521},"references/llms-txt.md",{"path":690,"priority":521},"references/llms.md",{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":352,"sourceLanguage":18,"type":270},"04-mechanistic-interpretability/nnsight","Provides guidance for interpreting and manipulating neural network internals using nnsight with optional NDIF remote execution. Use when needing to run interpretability experiments on massive models (70B+) without local GPU resources, or when working with any PyTorch architecture.","nnsight-remote-interpretability",{"claudeCode":12},"SKILL.md frontmatter at 04-mechanistic-interpretability/nnsight/SKILL.md",[698,699,701,702],{"path":518,"priority":346},{"path":700,"priority":521},"references/README.md",{"path":641,"priority":521},{"path":703,"priority":521},"references/tutorials.md",{"basePath":705,"description":706,"displayName":707,"installMethods":708,"rationale":709,"selectedPaths":710,"source":352,"sourceLanguage":18,"type":270},"04-mechanistic-interpretability/pyvene","Provides guidance for performing causal interventions on PyTorch models using pyvene's declarative intervention framework. Use when conducting causal tracing, activation patching, interchange intervention training, or testing causal hypotheses about model behavior.","pyvene-interventions",{"claudeCode":12},"SKILL.md frontmatter at 04-mechanistic-interpretability/pyvene/SKILL.md",[711,712,713,714],{"path":518,"priority":346},{"path":700,"priority":521},{"path":641,"priority":521},{"path":703,"priority":521},{"basePath":716,"description":717,"displayName":718,"installMethods":719,"rationale":720,"selectedPaths":721,"source":352,"sourceLanguage":18,"type":270},"04-mechanistic-interpretability/saelens","Provides guidance for training and analyzing Sparse Autoencoders (SAEs) using SAELens to decompose neural network activations into interpretable features. Use when discovering interpretable features, analyzing superposition, or studying monosemantic representations in language models.","sparse-autoencoder-training",{"claudeCode":12},"SKILL.md frontmatter at 04-mechanistic-interpretability/saelens/SKILL.md",[722,723,724,725],{"path":518,"priority":346},{"path":700,"priority":521},{"path":641,"priority":521},{"path":703,"priority":521},{"basePath":727,"description":728,"displayName":729,"installMethods":730,"rationale":731,"selectedPaths":732,"source":352,"sourceLanguage":18,"type":270},"04-mechanistic-interpretability/transformer-lens","Provides guidance for mechanistic interpretability research using TransformerLens to inspect and manipulate transformer internals via HookPoints and activation caching. Use when reverse-engineering model algorithms, studying attention patterns, or performing activation patching experiments.","transformer-lens-interpretability",{"claudeCode":12},"SKILL.md frontmatter at 04-mechanistic-interpretability/transformer-lens/SKILL.md",[733,734,735,736],{"path":518,"priority":346},{"path":700,"priority":521},{"path":641,"priority":521},{"path":703,"priority":521},{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":352,"sourceLanguage":18,"type":270},"05-data-processing/nemo-curator","GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.","nemo-curator",{"claudeCode":12},"SKILL.md frontmatter at 05-data-processing/nemo-curator/SKILL.md",[744,745,747],{"path":518,"priority":346},{"path":746,"priority":521},"references/deduplication.md",{"path":748,"priority":521},"references/filtering.md",{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":352,"sourceLanguage":18,"type":270},"05-data-processing/ray-data","Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.","ray-data",{"claudeCode":12},"SKILL.md frontmatter at 05-data-processing/ray-data/SKILL.md",[756,757,758],{"path":518,"priority":346},{"path":618,"priority":521},{"path":759,"priority":521},"references/transformations.md",{"basePath":761,"description":762,"displayName":763,"installMethods":764,"rationale":765,"selectedPaths":766,"source":352,"sourceLanguage":18,"type":270},"06-post-training/grpo-rl-training","Expert guidance for GRPO/RL fine-tuning with TRL for reasoning and task-specific model training","grpo-rl-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/grpo-rl-training/SKILL.md",[767,768,769,771],{"path":518,"priority":346},{"path":348,"priority":351},{"path":770,"priority":528},"examples/reward_functions_library.py",{"path":772,"priority":528},"templates/basic_grpo_training.py",{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":352,"sourceLanguage":18,"type":270},"06-post-training/miles","Provides guidance for enterprise-grade RL training using miles, a production-ready fork of slime. Use when training large MoE models with FP8/INT4, needing train-inference alignment, or requiring speculative RL for maximum throughput.","miles-rl-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/miles/SKILL.md",[780,781,783],{"path":518,"priority":346},{"path":782,"priority":521},"references/api-reference.md",{"path":675,"priority":521},{"basePath":785,"description":786,"displayName":787,"installMethods":788,"rationale":789,"selectedPaths":790,"source":352,"sourceLanguage":18,"type":270},"06-post-training/openrlhf","High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.","openrlhf-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/openrlhf/SKILL.md",[791,792,794,796,798],{"path":518,"priority":346},{"path":793,"priority":521},"references/algorithm-comparison.md",{"path":795,"priority":521},"references/custom-rewards.md",{"path":797,"priority":521},"references/hybrid-engine.md",{"path":799,"priority":521},"references/multi-node-training.md",{"basePath":801,"description":802,"displayName":803,"installMethods":804,"rationale":805,"selectedPaths":806,"source":352,"sourceLanguage":18,"type":270},"06-post-training/simpo","Simple Preference Optimization for LLM alignment. Reference-free alternative to DPO with better performance (+6.4 points on AlpacaEval 2.0). No reference model needed, more efficient than DPO. Use for preference alignment when want simpler, faster training than DPO/PPO.","simpo-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/simpo/SKILL.md",[807,808,810,812],{"path":518,"priority":346},{"path":809,"priority":521},"references/datasets.md",{"path":811,"priority":521},"references/hyperparameters.md",{"path":813,"priority":521},"references/loss-functions.md",{"basePath":815,"description":816,"displayName":817,"installMethods":818,"rationale":819,"selectedPaths":820,"source":352,"sourceLanguage":18,"type":270},"06-post-training/slime","Provides guidance for LLM post-training with RL using slime, a Megatron+SGLang framework. Use when training GLM models, implementing custom data generation workflows, or needing tight Megatron-LM integration for RL scaling.","slime-rl-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/slime/SKILL.md",[821,822,823],{"path":518,"priority":346},{"path":782,"priority":521},{"path":675,"priority":521},{"basePath":825,"description":826,"displayName":827,"installMethods":828,"rationale":829,"selectedPaths":830,"source":352,"sourceLanguage":18,"type":270},"06-post-training/torchforge","Provides guidance for PyTorch-native agentic RL using torchforge, Meta's library separating infra from algorithms. Use when you want clean RL abstractions, easy algorithm experimentation, or scalable training with Monarch and TorchTitan.","torchforge-rl-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/torchforge/SKILL.md",[831,832,833],{"path":518,"priority":346},{"path":782,"priority":521},{"path":675,"priority":521},{"basePath":835,"description":836,"displayName":837,"installMethods":838,"rationale":839,"selectedPaths":840,"source":352,"sourceLanguage":18,"type":270},"06-post-training/trl-fine-tuning","Fine-tune LLMs using reinforcement learning with TRL - SFT for instruction tuning, DPO for preference alignment, PPO/GRPO for reward optimization, and reward model training. Use when need RLHF, align model with preferences, or train from human feedback. Works with HuggingFace Transformers.","fine-tuning-with-trl",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/trl-fine-tuning/SKILL.md",[841,842,844,846,848],{"path":518,"priority":346},{"path":843,"priority":521},"references/dpo-variants.md",{"path":845,"priority":521},"references/online-rl.md",{"path":847,"priority":521},"references/reward-modeling.md",{"path":849,"priority":521},"references/sft-training.md",{"basePath":851,"description":852,"displayName":853,"installMethods":854,"rationale":855,"selectedPaths":856,"source":352,"sourceLanguage":18,"type":270},"06-post-training/verl","Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.","verl-rl-training",{"claudeCode":12},"SKILL.md frontmatter at 06-post-training/verl/SKILL.md",[857,858,859],{"path":518,"priority":346},{"path":782,"priority":521},{"path":675,"priority":521},{"basePath":861,"description":862,"displayName":863,"installMethods":864,"rationale":865,"selectedPaths":866,"source":352,"sourceLanguage":18,"type":270},"07-safety-alignment/constitutional-ai","Anthropic's method for training harmless AI through self-improvement. Two-phase approach - supervised learning with self-critique/revision, then RLAIF (RL from AI Feedback). Use for safety alignment, reducing harmful outputs without human labels. Powers Claude's safety system.","constitutional-ai",{"claudeCode":12},"SKILL.md frontmatter at 07-safety-alignment/constitutional-ai/SKILL.md",[867],{"path":518,"priority":346},{"basePath":869,"description":870,"displayName":871,"installMethods":872,"rationale":873,"selectedPaths":874,"source":352,"sourceLanguage":18,"type":270},"07-safety-alignment/llamaguard","Meta's 7-8B specialized moderation model for LLM input/output filtering. 6 safety categories - violence/hate, sexual content, weapons, substances, self-harm, criminal planning. 94-95% accuracy. Deploy with vLLM, HuggingFace, Sagemaker. Integrates with NeMo Guardrails.","llamaguard",{"claudeCode":12},"SKILL.md frontmatter at 07-safety-alignment/llamaguard/SKILL.md",[875],{"path":518,"priority":346},{"basePath":877,"description":878,"displayName":879,"installMethods":880,"rationale":881,"selectedPaths":882,"source":352,"sourceLanguage":18,"type":270},"07-safety-alignment/nemo-guardrails","NVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.","nemo-guardrails",{"claudeCode":12},"SKILL.md frontmatter at 07-safety-alignment/nemo-guardrails/SKILL.md",[883],{"path":518,"priority":346},{"basePath":885,"description":886,"displayName":887,"installMethods":888,"rationale":889,"selectedPaths":890,"source":352,"sourceLanguage":18,"type":270},"07-safety-alignment/prompt-guard","Meta's 86M prompt injection and jailbreak detector. Filters malicious prompts and third-party data for LLM apps. 99%+ TPR, \u003C1% FPR. Fast (\u003C2ms GPU). Multilingual (8 languages). Deploy with HuggingFace or batch processing for RAG security.","prompt-guard",{"claudeCode":12},"SKILL.md frontmatter at 07-safety-alignment/prompt-guard/SKILL.md",[891],{"path":518,"priority":346},{"basePath":893,"description":894,"displayName":895,"installMethods":896,"rationale":897,"selectedPaths":898,"source":352,"sourceLanguage":18,"type":270},"08-distributed-training/accelerate","Simplest distributed training API. 4 lines to add distributed support to any PyTorch script. Unified API for DeepSpeed/FSDP/Megatron/DDP. Automatic device placement, mixed precision (FP16/BF16/FP8). Interactive config, single launch command. HuggingFace ecosystem standard.","huggingface-accelerate",{"claudeCode":12},"SKILL.md frontmatter at 08-distributed-training/accelerate/SKILL.md",[899,900,902,904],{"path":518,"priority":346},{"path":901,"priority":521},"references/custom-plugins.md",{"path":903,"priority":521},"references/megatron-integration.md",{"path":905,"priority":521},"references/performance.md",{"basePath":907,"description":908,"displayName":909,"installMethods":910,"rationale":911,"selectedPaths":912,"source":352,"sourceLanguage":18,"type":270},"08-distributed-training/megatron-core","Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA, DeepSeek.","training-llms-megatron",{"claudeCode":12},"SKILL.md frontmatter at 08-distributed-training/megatron-core/SKILL.md",[913,914,915,917,919],{"path":518,"priority":346},{"path":562,"priority":521},{"path":916,"priority":521},"references/parallelism-guide.md",{"path":918,"priority":521},"references/production-examples.md",{"path":550,"priority":521},{"basePath":921,"description":922,"displayName":923,"installMethods":924,"rationale":925,"selectedPaths":926,"source":352,"sourceLanguage":18,"type":270},"08-distributed-training/pytorch-fsdp2","Adds PyTorch FSDP2 (fully_shard) to training scripts with correct init, sharding, mixed precision/offload config, and distributed checkpointing. Use when models exceed single-GPU memory or when you need DTensor-based sharding with DeviceMesh.","pytorch-fsdp2",{"claudeCode":12},"SKILL.md frontmatter at 08-distributed-training/pytorch-fsdp2/SKILL.md",[927,928,930,932,934,936,938,940,942,944,946,948,950],{"path":518,"priority":346},{"path":929,"priority":521},"references/pytorch_dcp_async_recipe.md",{"path":931,"priority":521},"references/pytorch_dcp_overview.md",{"path":933,"priority":521},"references/pytorch_dcp_recipe.md",{"path":935,"priority":521},"references/pytorch_ddp_notes.md",{"path":937,"priority":521},"references/pytorch_device_mesh_tutorial.md",{"path":939,"priority":521},"references/pytorch_examples_fsdp2.md",{"path":941,"priority":521},"references/pytorch_fsdp1_api.md",{"path":943,"priority":521},"references/pytorch_fsdp2_tutorial.md",{"path":945,"priority":521},"references/pytorch_fully_shard_api.md",{"path":947,"priority":521},"references/pytorch_tp_tutorial.md",{"path":949,"priority":521},"references/ray_train_fsdp2_example.md",{"path":951,"priority":521},"references/torchtitan_fsdp_notes.md",{"basePath":953,"description":954,"displayName":955,"installMethods":956,"rationale":957,"selectedPaths":958,"source":352,"sourceLanguage":18,"type":270},"08-distributed-training/pytorch-lightning","High-level PyTorch framework with Trainer class, automatic distributed training (DDP/FSDP/DeepSpeed), callbacks system, and minimal boilerplate. Scales from laptop to supercomputer with same code. Use when you want clean training loops with built-in best practices.","pytorch-lightning",{"claudeCode":12},"SKILL.md frontmatter at 08-distributed-training/pytorch-lightning/SKILL.md",[959,960,962,964],{"path":518,"priority":346},{"path":961,"priority":521},"references/callbacks.md",{"path":963,"priority":521},"references/distributed.md",{"path":965,"priority":521},"references/hyperparameter-tuning.md",{"basePath":967,"description":968,"displayName":969,"installMethods":970,"rationale":971,"selectedPaths":972,"source":352,"sourceLanguage":18,"type":270},"08-distributed-training/ray-train","Distributed training orchestration across clusters. Scales PyTorch/TensorFlow/HuggingFace from laptop to 1000s of nodes. Built-in hyperparameter tuning with Ray Tune, fault tolerance, elastic scaling. Use when training massive models across multiple machines or running distributed hyperparameter sweeps.","ray-train",{"claudeCode":12},"SKILL.md frontmatter at 08-distributed-training/ray-train/SKILL.md",[973,974],{"path":518,"priority":346},{"path":975,"priority":521},"references/multi-node.md",{"basePath":977,"description":978,"displayName":979,"installMethods":980,"rationale":981,"selectedPaths":982,"source":352,"sourceLanguage":18,"type":270},"09-infrastructure/lambda-labs","Reserved and on-demand GPU cloud instances for ML training and inference. Use when you need dedicated GPU instances with simple SSH access, persistent filesystems, or high-performance multi-node clusters for large-scale training.","lambda-labs-gpu-cloud",{"claudeCode":12},"SKILL.md frontmatter at 09-infrastructure/lambda-labs/SKILL.md",[983,984,985],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":987,"description":988,"displayName":989,"installMethods":990,"rationale":991,"selectedPaths":992,"source":352,"sourceLanguage":18,"type":270},"09-infrastructure/modal","Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.","modal-serverless-gpu",{"claudeCode":12},"SKILL.md frontmatter at 09-infrastructure/modal/SKILL.md",[993,994,995],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":997,"description":998,"displayName":999,"installMethods":1000,"rationale":1001,"selectedPaths":1002,"source":352,"sourceLanguage":18,"type":270},"09-infrastructure/skypilot","Multi-cloud orchestration for ML workloads with automatic cost optimization. Use when you need to run training or batch jobs across multiple clouds, leverage spot instances with auto-recovery, or optimize GPU costs across providers.","skypilot-multi-cloud-orchestration",{"claudeCode":12},"SKILL.md frontmatter at 09-infrastructure/skypilot/SKILL.md",[1003,1004,1005],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1007,"description":1008,"displayName":1009,"installMethods":1010,"rationale":1011,"selectedPaths":1012,"source":352,"sourceLanguage":18,"type":270},"10-optimization/awq","Activation-aware weight quantization for 4-bit LLM compression with 3x speedup and minimal accuracy loss. Use when deploying large models (7B-70B) on limited GPU memory, when you need faster inference than GPTQ with better accuracy preservation, or for instruction-tuned and multimodal models. MLSys 2024 Best Paper Award winner.","awq-quantization",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/awq/SKILL.md",[1013,1014,1015],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1017,"description":1018,"displayName":1019,"installMethods":1020,"rationale":1021,"selectedPaths":1022,"source":352,"sourceLanguage":18,"type":270},"10-optimization/bitsandbytes","Quantizes LLMs to 8-bit or 4-bit for 50-75% memory reduction with minimal accuracy loss. Use when GPU memory is limited, need to fit larger models, or want faster inference. Supports INT8, NF4, FP4 formats, QLoRA training, and 8-bit optimizers. Works with HuggingFace Transformers.","quantizing-models-bitsandbytes",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/bitsandbytes/SKILL.md",[1023,1024,1026,1028],{"path":518,"priority":346},{"path":1025,"priority":521},"references/memory-optimization.md",{"path":1027,"priority":521},"references/qlora-training.md",{"path":1029,"priority":521},"references/quantization-formats.md",{"basePath":1031,"description":1032,"displayName":1033,"installMethods":1034,"rationale":1035,"selectedPaths":1036,"source":352,"sourceLanguage":18,"type":270},"10-optimization/flash-attention","Optimizes transformer attention with Flash Attention for 2-4x speedup and 10-20x memory reduction. Use when training/running transformers with long sequences (>512 tokens), encountering GPU memory issues with attention, or need faster inference. Supports PyTorch native SDPA, flash-attn library, H100 FP8, and sliding window attention.","optimizing-attention-flash",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/flash-attention/SKILL.md",[1037,1038,1039],{"path":518,"priority":346},{"path":562,"priority":521},{"path":1040,"priority":521},"references/transformers-integration.md",{"basePath":1042,"description":1043,"displayName":1044,"installMethods":1045,"rationale":1046,"selectedPaths":1047,"source":352,"sourceLanguage":18,"type":270},"10-optimization/gguf","GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.","gguf-quantization",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/gguf/SKILL.md",[1048,1049,1050],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1052,"description":1053,"displayName":1054,"installMethods":1055,"rationale":1056,"selectedPaths":1057,"source":352,"sourceLanguage":18,"type":270},"10-optimization/gptq","Post-training 4-bit quantization for LLMs with minimal accuracy loss. Use for deploying large models (70B, 405B) on consumer GPUs, when you need 4× memory reduction with \u003C2% perplexity degradation, or for faster inference (3-4× speedup) vs FP16. Integrates with transformers and PEFT for QLoRA fine-tuning.","gptq",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/gptq/SKILL.md",[1058,1059,1061,1062],{"path":518,"priority":346},{"path":1060,"priority":521},"references/calibration.md",{"path":618,"priority":521},{"path":675,"priority":521},{"basePath":1064,"description":1065,"displayName":1066,"installMethods":1067,"rationale":1068,"selectedPaths":1069,"source":352,"sourceLanguage":18,"type":270},"10-optimization/hqq","Half-Quadratic Quantization for LLMs without calibration data. Use when quantizing models to 4/3/2-bit precision without needing calibration datasets, for fast quantization workflows, or when deploying with vLLM or HuggingFace Transformers.","hqq-quantization",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/hqq/SKILL.md",[1070,1071,1072],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1074,"description":1075,"displayName":1076,"installMethods":1077,"rationale":1078,"selectedPaths":1079,"source":352,"sourceLanguage":18,"type":270},"10-optimization/ml-training-recipes","Battle-tested PyTorch training recipes for all domains — LLMs, vision, diffusion, medical imaging, protein/drug discovery, spatial omics, genomics. Covers training loops, optimizer selection (AdamW, Muon), LR scheduling, mixed precision, debugging, and systematic experimentation. Use when training or fine-tuning neural networks, debugging loss spikes or OOM, choosing architectures, or optimizing GPU throughput.","ml-training-recipes",{"claudeCode":12},"SKILL.md frontmatter at 10-optimization/ml-training-recipes/SKILL.md",[1080,1081,1082,1084,1086,1088,1090],{"path":518,"priority":346},{"path":574,"priority":521},{"path":1083,"priority":521},"references/biomedical.md",{"path":1085,"priority":521},"references/domain-specific.md",{"path":1087,"priority":521},"references/experiment-loop.md",{"path":1089,"priority":521},"references/optimizers.md",{"path":1091,"priority":521},"references/scaling-and-selection.md",{"basePath":1093,"description":1094,"displayName":1095,"installMethods":1096,"rationale":1097,"selectedPaths":1098,"source":352,"sourceLanguage":18,"type":270},"11-evaluation/bigcode-evaluation-harness","Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.","evaluating-code-models",{"claudeCode":12},"SKILL.md frontmatter at 11-evaluation/bigcode-evaluation-harness/SKILL.md",[1099,1100,1101,1103],{"path":518,"priority":346},{"path":562,"priority":521},{"path":1102,"priority":521},"references/custom-tasks.md",{"path":1104,"priority":521},"references/issues.md",{"basePath":1106,"description":1107,"displayName":1108,"installMethods":1109,"rationale":1110,"selectedPaths":1111,"source":352,"sourceLanguage":18,"type":270},"11-evaluation/lm-evaluation-harness","Evaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs.","evaluating-llms-harness",{"claudeCode":12},"SKILL.md frontmatter at 11-evaluation/lm-evaluation-harness/SKILL.md",[1112,1113,1115,1117,1118],{"path":518,"priority":346},{"path":1114,"priority":521},"references/api-evaluation.md",{"path":1116,"priority":521},"references/benchmark-guide.md",{"path":1102,"priority":521},{"path":1119,"priority":521},"references/distributed-eval.md",{"basePath":1121,"description":1122,"displayName":1123,"installMethods":1124,"rationale":1125,"selectedPaths":1126,"source":352,"sourceLanguage":18,"type":270},"11-evaluation/nemo-evaluator","Evaluates LLMs across 100+ benchmarks from 18+ harnesses (MMLU, HumanEval, GSM8K, safety, VLM) with multi-backend execution. Use when needing scalable evaluation on local Docker, Slurm HPC, or cloud platforms. NVIDIA's enterprise-grade platform with container-first architecture for reproducible benchmarking.","nemo-evaluator-sdk",{"claudeCode":12},"SKILL.md frontmatter at 11-evaluation/nemo-evaluator/SKILL.md",[1127,1128,1130,1132,1134],{"path":518,"priority":346},{"path":1129,"priority":521},"references/adapter-system.md",{"path":1131,"priority":521},"references/configuration.md",{"path":1133,"priority":521},"references/custom-benchmarks.md",{"path":1135,"priority":521},"references/execution-backends.md",{"basePath":1137,"description":1138,"displayName":1139,"installMethods":1140,"rationale":1141,"selectedPaths":1142,"source":352,"sourceLanguage":18,"type":270},"12-inference-serving/llama-cpp","Runs LLM inference on CPU, Apple Silicon, and consumer GPUs without NVIDIA hardware. Use for edge deployment, M1/M2/M3 Macs, AMD/Intel GPUs, or when CUDA is unavailable. Supports GGUF quantization (1.5-8 bit) for reduced memory and 4-10× speedup vs PyTorch on CPU.","llama-cpp",{"claudeCode":12},"SKILL.md frontmatter at 12-inference-serving/llama-cpp/SKILL.md",[1143,1144,1146,1148],{"path":518,"priority":346},{"path":1145,"priority":521},"references/optimization.md",{"path":1147,"priority":521},"references/quantization.md",{"path":1149,"priority":521},"references/server.md",{"basePath":1151,"description":1152,"displayName":1153,"installMethods":1154,"rationale":1155,"selectedPaths":1156,"source":352,"sourceLanguage":18,"type":270},"12-inference-serving/sglang","Fast structured generation and serving for LLMs with RadixAttention prefix caching. Use for JSON/regex outputs, constrained decoding, agentic workflows with tool calls, or when you need 5× faster inference than vLLM with prefix sharing. Powers 300,000+ GPUs at xAI, AMD, NVIDIA, and LinkedIn.","sglang",{"claudeCode":12},"SKILL.md frontmatter at 12-inference-serving/sglang/SKILL.md",[1157,1158,1160,1162],{"path":518,"priority":346},{"path":1159,"priority":521},"references/deployment.md",{"path":1161,"priority":521},"references/radix-attention.md",{"path":1163,"priority":521},"references/structured-generation.md",{"basePath":1165,"description":1166,"displayName":1167,"installMethods":1168,"rationale":1169,"selectedPaths":1170,"source":352,"sourceLanguage":18,"type":270},"12-inference-serving/tensorrt-llm","Optimizes LLM inference with NVIDIA TensorRT for maximum throughput and lowest latency. Use for production deployment on NVIDIA GPUs (A100/H100), when you need 10-100x faster inference than PyTorch, or for serving models with quantization (FP8/INT4), in-flight batching, and multi-GPU scaling.","tensorrt-llm",{"claudeCode":12},"SKILL.md frontmatter at 12-inference-serving/tensorrt-llm/SKILL.md",[1171,1172,1174,1175],{"path":518,"priority":346},{"path":1173,"priority":521},"references/multi-gpu.md",{"path":1145,"priority":521},{"path":1176,"priority":521},"references/serving.md",{"basePath":1178,"description":1179,"displayName":1180,"installMethods":1181,"rationale":1182,"selectedPaths":1183,"source":352,"sourceLanguage":18,"type":270},"12-inference-serving/vllm","Serves LLMs with high throughput using vLLM's PagedAttention and continuous batching. Use when deploying production LLM APIs, optimizing inference latency/throughput, or serving models with limited GPU memory. Supports OpenAI-compatible endpoints, quantization (GPTQ/AWQ/FP8), and tensor parallelism.","serving-llms-vllm",{"claudeCode":12},"SKILL.md frontmatter at 12-inference-serving/vllm/SKILL.md",[1184,1185,1186,1187,1189],{"path":518,"priority":346},{"path":1145,"priority":521},{"path":1147,"priority":521},{"path":1188,"priority":521},"references/server-deployment.md",{"path":675,"priority":521},{"basePath":1191,"description":1192,"displayName":1193,"installMethods":1194,"rationale":1195,"selectedPaths":1196,"source":352,"sourceLanguage":18,"type":270},"13-mlops/mlflow","Track ML experiments, manage model registry with versioning, deploy models to production, and reproduce experiments with MLflow - framework-agnostic ML lifecycle platform","mlflow",{"claudeCode":12},"SKILL.md frontmatter at 13-mlops/mlflow/SKILL.md",[1197,1198,1199,1201],{"path":518,"priority":346},{"path":1159,"priority":521},{"path":1200,"priority":521},"references/model-registry.md",{"path":1202,"priority":521},"references/tracking.md",{"basePath":1204,"description":1205,"displayName":1206,"installMethods":1207,"rationale":1208,"selectedPaths":1209,"source":352,"sourceLanguage":18,"type":270},"13-mlops/swanlab","Provides guidance for experiment tracking with SwanLab. Use when you need open-source run tracking, local or self-hosted dashboards, and lightweight media logging for ML workflows.","experiment-tracking-swanlab",{"claudeCode":12},"SKILL.md frontmatter at 13-mlops/swanlab/SKILL.md",[1210,1211,1213],{"path":518,"priority":346},{"path":1212,"priority":521},"references/integrations.md",{"path":1214,"priority":521},"references/visualization.md",{"basePath":1216,"description":1217,"displayName":1218,"installMethods":1219,"rationale":1220,"selectedPaths":1221,"source":352,"sourceLanguage":18,"type":270},"13-mlops/tensorboard","Visualize training metrics, debug models with histograms, compare experiments, visualize model graphs, and profile performance with TensorBoard - Google's ML visualization toolkit","tensorboard",{"claudeCode":12},"SKILL.md frontmatter at 13-mlops/tensorboard/SKILL.md",[1222,1223,1224,1226],{"path":518,"priority":346},{"path":1212,"priority":521},{"path":1225,"priority":521},"references/profiling.md",{"path":1214,"priority":521},{"basePath":1228,"description":1229,"displayName":1230,"installMethods":1231,"rationale":1232,"selectedPaths":1233,"source":352,"sourceLanguage":18,"type":270},"13-mlops/weights-and-biases","Track ML experiments with automatic logging, visualize training in real-time, optimize hyperparameters with sweeps, and manage model registry with W&B - collaborative MLOps platform","weights-and-biases",{"claudeCode":12},"SKILL.md frontmatter at 13-mlops/weights-and-biases/SKILL.md",[1234,1235,1237,1238],{"path":518,"priority":346},{"path":1236,"priority":521},"references/artifacts.md",{"path":1212,"priority":521},{"path":1239,"priority":521},"references/sweeps.md",{"basePath":1241,"description":1242,"displayName":1243,"installMethods":1244,"rationale":1245,"selectedPaths":1246,"source":352,"sourceLanguage":18,"type":270},"14-agents/a-evolve","Provides guidance for automatically evolving and optimizing AI agents across any domain using LLM-driven evolution algorithms. Use when building self-improving agents, optimizing agent prompts and skills against benchmarks, or implementing automated agent evaluation loops.","evolving-ai-agents",{"claudeCode":12},"SKILL.md frontmatter at 14-agents/a-evolve/SKILL.md",[1247,1248,1249,1250,1251,1253,1255,1256,1258],{"path":518,"priority":346},{"path":700,"priority":521},{"path":641,"priority":521},{"path":574,"priority":521},{"path":1252,"priority":521},"references/design-patterns.md",{"path":1254,"priority":521},"references/examples.md",{"path":1104,"priority":521},{"path":1257,"priority":521},"references/releases.md",{"path":703,"priority":521},{"basePath":1260,"description":1261,"displayName":1262,"installMethods":1263,"rationale":1264,"selectedPaths":1265,"source":352,"sourceLanguage":18,"type":270},"14-agents/autogpt","Autonomous AI agent platform for building and deploying continuous agents. Use when creating visual workflow agents, deploying persistent autonomous agents, or building complex multi-step AI automation systems.","autogpt-agents",{"claudeCode":12},"SKILL.md frontmatter at 14-agents/autogpt/SKILL.md",[1266,1267,1268],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1270,"description":1271,"displayName":1272,"installMethods":1273,"rationale":1274,"selectedPaths":1275,"source":352,"sourceLanguage":18,"type":270},"14-agents/crewai","Multi-agent orchestration framework for autonomous AI collaboration. Use when building teams of specialized agents working together on complex tasks, when you need role-based agent collaboration with memory, or for production workflows requiring sequential/hierarchical execution. Built without LangChain dependencies for lean, fast execution.","crewai-multi-agent",{"claudeCode":12},"SKILL.md frontmatter at 14-agents/crewai/SKILL.md",[1276,1277,1279,1281],{"path":518,"priority":346},{"path":1278,"priority":521},"references/flows.md",{"path":1280,"priority":521},"references/tools.md",{"path":675,"priority":521},{"basePath":267,"description":10,"displayName":226,"installMethods":1283,"rationale":1284,"selectedPaths":1285,"source":352,"sourceLanguage":18,"type":270},{"claudeCode":12},"SKILL.md frontmatter at 14-agents/langchain/SKILL.md",[1286,1287,1289,1290],{"path":518,"priority":346},{"path":1288,"priority":521},"references/agents.md",{"path":618,"priority":521},{"path":1291,"priority":521},"references/rag.md",{"basePath":1293,"description":1294,"displayName":1295,"installMethods":1296,"rationale":1297,"selectedPaths":1298,"source":352,"sourceLanguage":18,"type":270},"14-agents/llamaindex","Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM applications.","llamaindex",{"claudeCode":12},"SKILL.md frontmatter at 14-agents/llamaindex/SKILL.md",[1299,1300,1301,1303],{"path":518,"priority":346},{"path":1288,"priority":521},{"path":1302,"priority":521},"references/data_connectors.md",{"path":1304,"priority":521},"references/query_engines.md",{"basePath":1306,"description":1307,"displayName":1308,"installMethods":1309,"rationale":1310,"selectedPaths":1311,"source":352,"sourceLanguage":18,"type":270},"15-rag/chroma","Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.","chroma",{"claudeCode":12},"SKILL.md frontmatter at 15-rag/chroma/SKILL.md",[1312,1313],{"path":518,"priority":346},{"path":618,"priority":521},{"basePath":1315,"description":1316,"displayName":1317,"installMethods":1318,"rationale":1319,"selectedPaths":1320,"source":352,"sourceLanguage":18,"type":270},"15-rag/faiss","Facebook's library for efficient similarity search and clustering of dense vectors. Supports billions of vectors, GPU acceleration, and various index types (Flat, IVF, HNSW). Use for fast k-NN search, large-scale vector retrieval, or when you need pure similarity search without metadata. Best for high-performance applications.","faiss",{"claudeCode":12},"SKILL.md frontmatter at 15-rag/faiss/SKILL.md",[1321,1322],{"path":518,"priority":346},{"path":1323,"priority":521},"references/index_types.md",{"basePath":1325,"description":1326,"displayName":1327,"installMethods":1328,"rationale":1329,"selectedPaths":1330,"source":352,"sourceLanguage":18,"type":270},"15-rag/pinecone","Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (\u003C100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.","pinecone",{"claudeCode":12},"SKILL.md frontmatter at 15-rag/pinecone/SKILL.md",[1331,1332],{"path":518,"priority":346},{"path":1159,"priority":521},{"basePath":1334,"description":1335,"displayName":1336,"installMethods":1337,"rationale":1338,"selectedPaths":1339,"source":352,"sourceLanguage":18,"type":270},"15-rag/qdrant","High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.","qdrant-vector-search",{"claudeCode":12},"SKILL.md frontmatter at 15-rag/qdrant/SKILL.md",[1340,1341,1342],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1344,"description":1345,"displayName":1346,"installMethods":1347,"rationale":1348,"selectedPaths":1349,"source":352,"sourceLanguage":18,"type":270},"15-rag/sentence-transformers","Framework for state-of-the-art sentence, text, and image embeddings. Provides 5000+ pre-trained models for semantic similarity, clustering, and retrieval. Supports multilingual, domain-specific, and multimodal models. Use for generating embeddings for RAG, semantic search, or similarity tasks. Best for production embedding generation.","sentence-transformers",{"claudeCode":12},"SKILL.md frontmatter at 15-rag/sentence-transformers/SKILL.md",[1350,1351],{"path":518,"priority":346},{"path":1352,"priority":521},"references/models.md",{"basePath":1354,"description":1355,"displayName":1356,"installMethods":1357,"rationale":1358,"selectedPaths":1359,"source":352,"sourceLanguage":18,"type":270},"16-prompt-engineering/dspy","Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming","dspy",{"claudeCode":12},"SKILL.md frontmatter at 16-prompt-engineering/dspy/SKILL.md",[1360,1361,1362,1364],{"path":518,"priority":346},{"path":1254,"priority":521},{"path":1363,"priority":521},"references/modules.md",{"path":1089,"priority":521},{"basePath":1366,"description":1367,"displayName":1368,"installMethods":1369,"rationale":1370,"selectedPaths":1371,"source":352,"sourceLanguage":18,"type":270},"16-prompt-engineering/guidance","Control LLM output with regex and grammars, guarantee valid JSON/XML/code generation, enforce structured formats, and build multi-step workflows with Guidance - Microsoft Research's constrained generation framework","guidance",{"claudeCode":12},"SKILL.md frontmatter at 16-prompt-engineering/guidance/SKILL.md",[1372,1373,1375,1377],{"path":518,"priority":346},{"path":1374,"priority":521},"references/backends.md",{"path":1376,"priority":521},"references/constraints.md",{"path":1254,"priority":521},{"basePath":1379,"description":1380,"displayName":1381,"installMethods":1382,"rationale":1383,"selectedPaths":1384,"source":352,"sourceLanguage":18,"type":270},"16-prompt-engineering/instructor","Extract structured data from LLM responses with Pydantic validation, retry failed extractions automatically, parse complex JSON with type safety, and stream partial results with Instructor - battle-tested structured output library","instructor",{"claudeCode":12},"SKILL.md frontmatter at 16-prompt-engineering/instructor/SKILL.md",[1385,1386,1387,1389],{"path":518,"priority":346},{"path":1254,"priority":521},{"path":1388,"priority":521},"references/providers.md",{"path":1390,"priority":521},"references/validation.md",{"basePath":1392,"description":1393,"displayName":1394,"installMethods":1395,"rationale":1396,"selectedPaths":1397,"source":352,"sourceLanguage":18,"type":270},"16-prompt-engineering/outlines","Guarantee valid JSON/XML/code structure during generation, use Pydantic models for type-safe outputs, support local models (Transformers, vLLM), and maximize inference speed with Outlines - dottxt.ai's structured generation library","outlines",{"claudeCode":12},"SKILL.md frontmatter at 16-prompt-engineering/outlines/SKILL.md",[1398,1399,1400,1401],{"path":518,"priority":346},{"path":1374,"priority":521},{"path":1254,"priority":521},{"path":1402,"priority":521},"references/json_generation.md",{"basePath":1404,"description":1405,"displayName":1406,"installMethods":1407,"rationale":1408,"selectedPaths":1409,"source":352,"sourceLanguage":18,"type":270},"17-observability/langsmith","LLM observability platform for tracing, evaluation, and monitoring. Use when debugging LLM applications, evaluating model outputs against datasets, monitoring production systems, or building systematic testing pipelines for AI applications.","langsmith-observability",{"claudeCode":12},"SKILL.md frontmatter at 17-observability/langsmith/SKILL.md",[1410,1411,1412],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1414,"description":1415,"displayName":1416,"installMethods":1417,"rationale":1418,"selectedPaths":1419,"source":352,"sourceLanguage":18,"type":270},"17-observability/phoenix","Open-source AI observability platform for LLM tracing, evaluation, and monitoring. Use when debugging LLM applications with detailed traces, running evaluations on datasets, or monitoring production AI systems with real-time insights.","phoenix-observability",{"claudeCode":12},"SKILL.md frontmatter at 17-observability/phoenix/SKILL.md",[1420,1421,1422],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1424,"description":1425,"displayName":1426,"installMethods":1427,"rationale":1428,"selectedPaths":1429,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/audiocraft","PyTorch library for audio generation including text-to-music (MusicGen) and text-to-sound (AudioGen). Use when you need to generate music from text descriptions, create sound effects, or perform melody-conditioned music generation.","audiocraft-audio-generation",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/audiocraft/SKILL.md",[1430,1431,1432],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1434,"description":1435,"displayName":1436,"installMethods":1437,"rationale":1438,"selectedPaths":1439,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/blip-2","Vision-language pre-training framework bridging frozen image encoders and LLMs. Use when you need image captioning, visual question answering, image-text retrieval, or multimodal chat with state-of-the-art zero-shot performance.","blip-2-vision-language",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/blip-2/SKILL.md",[1440,1441,1442],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1444,"description":1445,"displayName":1446,"installMethods":1447,"rationale":1448,"selectedPaths":1449,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/clip","OpenAI's model connecting vision and language. Enables zero-shot image classification, image-text matching, and cross-modal retrieval. Trained on 400M image-text pairs. Use for image search, content moderation, or vision-language tasks without fine-tuning. Best for general-purpose image understanding.","clip",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/clip/SKILL.md",[1450,1451],{"path":518,"priority":346},{"path":1452,"priority":521},"references/applications.md",{"basePath":1454,"description":1455,"displayName":1456,"installMethods":1457,"rationale":1458,"selectedPaths":1459,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/cosmos-policy","Evaluates NVIDIA Cosmos Policy on LIBERO and RoboCasa simulation environments. Use when setting up cosmos-policy for robot manipulation evaluation, running headless GPU evaluations with EGL rendering, or profiling inference latency on cluster or local GPU machines.","evaluating-cosmos-policy",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/cosmos-policy/SKILL.md",[1460,1461,1463],{"path":518,"priority":346},{"path":1462,"priority":521},"references/libero-commands.md",{"path":1464,"priority":521},"references/robocasa-commands.md",{"basePath":1466,"description":1467,"displayName":1468,"installMethods":1469,"rationale":1470,"selectedPaths":1471,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/llava","Large Language and Vision Assistant. Enables visual instruction tuning and image-based conversations. Combines CLIP vision encoder with Vicuna/LLaMA language models. Supports multi-turn image chat, visual question answering, and instruction following. Use for vision-language chatbots or image understanding tasks. Best for conversational image analysis.","llava",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/llava/SKILL.md",[1472,1473],{"path":518,"priority":346},{"path":578,"priority":521},{"basePath":1475,"description":1476,"displayName":1477,"installMethods":1478,"rationale":1479,"selectedPaths":1480,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/openpi","Fine-tune and serve Physical Intelligence OpenPI models (pi0, pi0-fast, pi0.5) using JAX or PyTorch backends for robot policy inference across ALOHA, DROID, and LIBERO environments. Use when adapting pi0 models to custom datasets, converting JAX checkpoints to PyTorch, running policy inference servers, or debugging norm stats and GPU memory issues.","fine-tuning-serving-openpi",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/openpi/SKILL.md",[1481,1482,1484,1486,1488,1490],{"path":518,"priority":346},{"path":1483,"priority":521},"references/checkpoints-and-env-map.md",{"path":1485,"priority":521},"references/config-recipes.md",{"path":1487,"priority":521},"references/pytorch-gotchas.md",{"path":1489,"priority":521},"references/remote-client-pattern.md",{"path":1491,"priority":521},"references/training-debugging.md",{"basePath":1493,"description":1494,"displayName":1495,"installMethods":1496,"rationale":1497,"selectedPaths":1498,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/openvla-oft","Fine-tunes and evaluates OpenVLA-OFT and OpenVLA-OFT+ policies for robot action generation with continuous action heads, LoRA adaptation, and FiLM conditioning on LIBERO simulation and ALOHA real-world setups. Use when reproducing OpenVLA-OFT paper results, training custom VLA action heads (L1 or diffusion), deploying server-client inference for ALOHA, or debugging normalization, LoRA merge, and cross-GPU issues.","fine-tuning-openvla-oft",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/openvla-oft/SKILL.md",[1499,1500,1502,1504,1506],{"path":518,"priority":346},{"path":1501,"priority":521},"references/aloha-workflow.md",{"path":1503,"priority":521},"references/config-troubleshooting.md",{"path":1505,"priority":521},"references/libero-workflow.md",{"path":1507,"priority":521},"references/paper-and-checkpoints.md",{"basePath":1509,"description":1510,"displayName":1511,"installMethods":1512,"rationale":1513,"selectedPaths":1514,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/segment-anything","Foundation model for image segmentation with zero-shot transfer. 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.","segment-anything-model",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/segment-anything/SKILL.md",[1515,1516,1517],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1519,"description":1520,"displayName":1521,"installMethods":1522,"rationale":1523,"selectedPaths":1524,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/stable-diffusion","State-of-the-art text-to-image generation with Stable Diffusion models via HuggingFace Diffusers. Use when generating images from text prompts, performing image-to-image translation, inpainting, or building custom diffusion pipelines.","stable-diffusion-image-generation",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/stable-diffusion/SKILL.md",[1525,1526,1527],{"path":518,"priority":346},{"path":673,"priority":521},{"path":675,"priority":521},{"basePath":1529,"description":1530,"displayName":1531,"installMethods":1532,"rationale":1533,"selectedPaths":1534,"source":352,"sourceLanguage":18,"type":270},"18-multimodal/whisper","OpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR.","whisper",{"claudeCode":12},"SKILL.md frontmatter at 18-multimodal/whisper/SKILL.md",[1535,1536],{"path":518,"priority":346},{"path":1537,"priority":521},"references/languages.md",{"basePath":1539,"description":1540,"displayName":1541,"installMethods":1542,"rationale":1543,"selectedPaths":1544,"source":352,"sourceLanguage":18,"type":270},"19-emerging-techniques/knowledge-distillation","Compress large language models using knowledge distillation from teacher to student models. Use when deploying smaller models with retained performance, transferring GPT-4 capabilities to open-source models, or reducing inference costs. Covers temperature scaling, soft targets, reverse KLD, logit distillation, and MiniLLM training strategies.","knowledge-distillation",{"claudeCode":12},"SKILL.md frontmatter at 19-emerging-techniques/knowledge-distillation/SKILL.md",[1545,1546],{"path":518,"priority":346},{"path":1547,"priority":521},"references/minillm.md",{"basePath":1549,"description":1550,"displayName":1551,"installMethods":1552,"rationale":1553,"selectedPaths":1554,"source":352,"sourceLanguage":18,"type":270},"19-emerging-techniques/long-context","Extend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases, interpolation methods, and extrapolation strategies for LLMs.","long-context",{"claudeCode":12},"SKILL.md frontmatter at 19-emerging-techniques/long-context/SKILL.md",[1555,1556,1558,1560],{"path":518,"priority":346},{"path":1557,"priority":521},"references/extension_methods.md",{"path":1559,"priority":521},"references/fine_tuning.md",{"path":1561,"priority":521},"references/rope.md",{"basePath":1563,"description":1564,"displayName":1565,"installMethods":1566,"rationale":1567,"selectedPaths":1568,"source":352,"sourceLanguage":18,"type":270},"19-emerging-techniques/model-merging","Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.","model-merging",{"claudeCode":12},"SKILL.md frontmatter at 19-emerging-techniques/model-merging/SKILL.md",[1569,1570,1572,1573],{"path":518,"priority":346},{"path":1571,"priority":521},"references/evaluation.md",{"path":1254,"priority":521},{"path":1574,"priority":521},"references/methods.md",{"basePath":1576,"description":1577,"displayName":1578,"installMethods":1579,"rationale":1580,"selectedPaths":1581,"source":352,"sourceLanguage":18,"type":270},"19-emerging-techniques/model-pruning","Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving 50% sparsity with minimal accuracy loss, or enabling faster inference on hardware accelerators. Covers unstructured pruning, structured pruning, N:M sparsity, magnitude pruning, and one-shot methods.","model-pruning",{"claudeCode":12},"SKILL.md frontmatter at 19-emerging-techniques/model-pruning/SKILL.md",[1582,1583],{"path":518,"priority":346},{"path":1584,"priority":521},"references/wanda.md",{"basePath":1586,"description":1587,"displayName":1588,"installMethods":1589,"rationale":1590,"selectedPaths":1591,"source":352,"sourceLanguage":18,"type":270},"19-emerging-techniques/moe-training","Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.","moe-training",{"claudeCode":12},"SKILL.md frontmatter at 19-emerging-techniques/moe-training/SKILL.md",[1592,1593,1595,1597],{"path":518,"priority":346},{"path":1594,"priority":521},"references/architectures.md",{"path":1596,"priority":521},"references/inference.md",{"path":578,"priority":521},{"basePath":1599,"description":1600,"displayName":1601,"installMethods":1602,"rationale":1603,"selectedPaths":1604,"source":352,"sourceLanguage":18,"type":270},"19-emerging-techniques/speculative-decoding","Accelerate LLM inference using speculative decoding, Medusa multiple heads, and lookahead decoding techniques. Use when optimizing inference speed (1.5-3.6× speedup), reducing latency for real-time applications, or deploying models with limited compute. Covers draft models, tree-based attention, Jacobi iteration, parallel token generation, and production deployment strategies.","speculative-decoding",{"claudeCode":12},"SKILL.md frontmatter at 19-emerging-techniques/speculative-decoding/SKILL.md",[1605,1606,1608],{"path":518,"priority":346},{"path":1607,"priority":521},"references/lookahead.md",{"path":1609,"priority":521},"references/medusa.md",{"basePath":1611,"description":1612,"displayName":1613,"installMethods":1614,"rationale":1615,"selectedPaths":1616,"source":352,"sourceLanguage":18,"type":270},"20-ml-paper-writing/academic-plotting","Generates publication-quality figures for ML papers from research context. Given a paper section or description, extracts system components and relationships to generate architecture diagrams via Gemini. Given experiment results or data, auto-selects chart type and generates data-driven figures via matplotlib/seaborn. Use when creating any figure for a conference paper.","academic-plotting",{"claudeCode":12},"SKILL.md frontmatter at 20-ml-paper-writing/academic-plotting/SKILL.md",[1617,1618,1620,1622],{"path":518,"priority":346},{"path":1619,"priority":521},"references/data-visualization.md",{"path":1621,"priority":521},"references/diagram-generation.md",{"path":1623,"priority":521},"references/style-guide.md",{"basePath":1625,"description":1626,"displayName":492,"installMethods":1627,"rationale":1628,"selectedPaths":1629,"source":352,"sourceLanguage":18,"type":270},"20-ml-paper-writing/ml-paper-writing","Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. For systems venues (OSDI, NSDI, ASPLOS, SOSP), use systems-paper-writing instead.",{"claudeCode":12},"SKILL.md frontmatter at 20-ml-paper-writing/ml-paper-writing/SKILL.md",[1630,1631,1633,1635,1637,1639,1641,1643,1645,1647,1649,1651,1653,1655,1657,1659,1661,1663,1665,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1713,1715,1717,1719,1721,1723,1725,1727,1729],{"path":518,"priority":346},{"path":1632,"priority":521},"references/checklists.md",{"path":1634,"priority":521},"references/citation-workflow.md",{"path":1636,"priority":521},"references/reviewer-guidelines.md",{"path":1638,"priority":521},"references/sources.md",{"path":1640,"priority":521},"references/writing-guide.md",{"path":1642,"priority":528},"templates/README.md",{"path":1644,"priority":528},"templates/aaai2026/README.md",{"path":1646,"priority":528},"templates/aaai2026/aaai2026-unified-supp.tex",{"path":1648,"priority":528},"templates/aaai2026/aaai2026-unified-template.tex",{"path":1650,"priority":528},"templates/aaai2026/aaai2026.bib",{"path":1652,"priority":528},"templates/aaai2026/aaai2026.bst",{"path":1654,"priority":528},"templates/aaai2026/aaai2026.sty",{"path":1656,"priority":528},"templates/acl/README.md",{"path":1658,"priority":528},"templates/acl/acl.sty",{"path":1660,"priority":528},"templates/acl/acl_latex.tex",{"path":1662,"priority":528},"templates/acl/acl_lualatex.tex",{"path":1664,"priority":528},"templates/acl/acl_natbib.bst",{"path":1666,"priority":528},"templates/acl/anthology.bib.txt",{"path":1668,"priority":528},"templates/acl/custom.bib",{"path":1670,"priority":528},"templates/acl/formatting.md",{"path":1672,"priority":528},"templates/colm2025/README.md",{"path":1674,"priority":528},"templates/colm2025/colm2025_conference.bib",{"path":1676,"priority":528},"templates/colm2025/colm2025_conference.bst",{"path":1678,"priority":528},"templates/colm2025/colm2025_conference.pdf",{"path":1680,"priority":528},"templates/colm2025/colm2025_conference.sty",{"path":1682,"priority":528},"templates/colm2025/colm2025_conference.tex",{"path":1684,"priority":528},"templates/colm2025/fancyhdr.sty",{"path":1686,"priority":528},"templates/colm2025/math_commands.tex",{"path":1688,"priority":528},"templates/colm2025/natbib.sty",{"path":1690,"priority":528},"templates/iclr2026/fancyhdr.sty",{"path":1692,"priority":528},"templates/iclr2026/iclr2026_conference.bib",{"path":1694,"priority":528},"templates/iclr2026/iclr2026_conference.bst",{"path":1696,"priority":528},"templates/iclr2026/iclr2026_conference.pdf",{"path":1698,"priority":528},"templates/iclr2026/iclr2026_conference.sty",{"path":1700,"priority":528},"templates/iclr2026/iclr2026_conference.tex",{"path":1702,"priority":528},"templates/iclr2026/math_commands.tex",{"path":1704,"priority":528},"templates/iclr2026/natbib.sty",{"path":1706,"priority":528},"templates/icml2026/algorithm.sty",{"path":1708,"priority":528},"templates/icml2026/algorithmic.sty",{"path":1710,"priority":528},"templates/icml2026/example_paper.bib",{"path":1712,"priority":528},"templates/icml2026/example_paper.pdf",{"path":1714,"priority":528},"templates/icml2026/example_paper.tex",{"path":1716,"priority":528},"templates/icml2026/fancyhdr.sty",{"path":1718,"priority":528},"templates/icml2026/icml2026.bst",{"path":1720,"priority":528},"templates/icml2026/icml2026.sty",{"path":1722,"priority":528},"templates/icml2026/icml_numpapers.pdf",{"path":1724,"priority":528},"templates/neurips2025/Makefile",{"path":1726,"priority":528},"templates/neurips2025/extra_pkgs.tex",{"path":1728,"priority":528},"templates/neurips2025/main.tex",{"path":1730,"priority":528},"templates/neurips2025/neurips.sty",{"basePath":1732,"description":1733,"displayName":1734,"installMethods":1735,"rationale":1736,"selectedPaths":1737,"source":352,"sourceLanguage":18,"type":270},"20-ml-paper-writing/presenting-conference-talks","Generates conference presentation slides (Beamer LaTeX PDF and editable PPTX) from a compiled paper with speaker notes and talk script. Use when preparing oral talks, spotlight presentations, or invited talks for ML and systems conferences.","presenting-conference-talks",{"claudeCode":12},"SKILL.md frontmatter at 20-ml-paper-writing/presenting-conference-talks/SKILL.md",[1738,1739],{"path":518,"priority":346},{"path":1740,"priority":521},"references/slide-templates.md",{"basePath":1742,"description":1743,"displayName":1744,"installMethods":1745,"rationale":1746,"selectedPaths":1747,"source":352,"sourceLanguage":18,"type":270},"20-ml-paper-writing/systems-paper-writing","Comprehensive guide for writing systems papers targeting OSDI, SOSP, ASPLOS, NSDI, and EuroSys. Provides paragraph-level structural blueprints, writing patterns, venue-specific checklists, reviewer guidelines, LaTeX templates, and conference deadlines. Use this skill for all systems conference paper writing.","systems-paper-writing",{"claudeCode":12},"SKILL.md frontmatter at 20-ml-paper-writing/systems-paper-writing/SKILL.md",[1748,1749,1751,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776],{"path":518,"priority":346},{"path":1750,"priority":521},"references/checklist.md",{"path":1636,"priority":521},{"path":1753,"priority":521},"references/section-blueprints.md",{"path":1755,"priority":521},"references/systems-conferences.md",{"path":1757,"priority":521},"references/writing-patterns.md",{"path":1759,"priority":528},"templates/asplos2027/main.tex",{"path":1761,"priority":528},"templates/asplos2027/references.bib",{"path":1763,"priority":528},"templates/nsdi2027/main.tex",{"path":1765,"priority":528},"templates/nsdi2027/references.bib",{"path":1767,"priority":528},"templates/nsdi2027/usenix-2020-09.sty",{"path":1769,"priority":528},"templates/osdi2026/main.tex",{"path":1771,"priority":528},"templates/osdi2026/references.bib",{"path":1773,"priority":528},"templates/osdi2026/usenix-2020-09.sty",{"path":1775,"priority":528},"templates/sosp2026/main.tex",{"path":1777,"priority":528},"templates/sosp2026/references.bib",{"basePath":1779,"description":1780,"displayName":1781,"installMethods":1782,"rationale":1783,"selectedPaths":1784,"source":352,"sourceLanguage":18,"type":270},"21-research-ideation/brainstorming-research-ideas","Guides researchers through structured ideation frameworks to discover high-impact research directions. Use when exploring new problem spaces, pivoting between projects, or seeking novel angles on existing work.","brainstorming-research-ideas",{"claudeCode":12},"SKILL.md frontmatter at 21-research-ideation/brainstorming-research-ideas/SKILL.md",[1785],{"path":518,"priority":346},{"basePath":1787,"description":1788,"displayName":1789,"installMethods":1790,"rationale":1791,"selectedPaths":1792,"source":352,"sourceLanguage":18,"type":270},"21-research-ideation/creative-thinking-for-research","Applies cognitive science frameworks for creative thinking to CS and AI research ideation. Use when seeking genuinely novel research directions by leveraging combinatorial creativity, analogical reasoning, constraint manipulation, and other empirically grounded creative strategies.","creative-thinking-for-research",{"claudeCode":12},"SKILL.md frontmatter at 21-research-ideation/creative-thinking-for-research/SKILL.md",[1793],{"path":518,"priority":346},{"basePath":1795,"description":1796,"displayName":1797,"installMethods":1798,"rationale":1799,"selectedPaths":1800,"source":352,"sourceLanguage":18,"type":270},"22-agent-native-research-artifact/compiler","Compiles any research input — PDF papers, GitHub repositories, experiment logs, code directories, or raw notes — into a complete Agent-Native Research Artifact (ARA) with cognitive layer (claims, concepts, heuristics), physical layer (configs, code stubs), exploration graph, and grounded evidence. Use when ingesting a paper or codebase into a structured, machine-executable knowledge package, building an ARA from scratch, or converting research outputs into a falsifiable, agent-traversable form.","ara-compiler",{"claudeCode":12},"SKILL.md frontmatter at 22-agent-native-research-artifact/compiler/SKILL.md",[1801,1802,1804,1806],{"path":518,"priority":346},{"path":1803,"priority":521},"references/ara-schema.md",{"path":1805,"priority":521},"references/exploration-tree-spec.md",{"path":1807,"priority":521},"references/validation-checklist.md",{"basePath":1809,"description":1810,"displayName":1811,"installMethods":1812,"rationale":1813,"selectedPaths":1814,"source":352,"sourceLanguage":18,"type":270},"22-agent-native-research-artifact/research-manager","Records research provenance as a post-task epilogue, scanning conversation history at the end of a coding or research session to extract decisions, experiments, dead ends, claims, heuristics, and pivots, and writing them into the ara/ directory with user-vs-AI provenance tags. Use as a session epilogue — never during execution — to maintain a faithful, auditable trace of how a research project actually evolved.","ara-research-manager",{"claudeCode":12},"SKILL.md frontmatter at 22-agent-native-research-artifact/research-manager/SKILL.md",[1815,1816,1818,1820],{"path":518,"priority":346},{"path":1817,"priority":521},"references/event-taxonomy.md",{"path":1819,"priority":521},"references/provenance-tags.md",{"path":1821,"priority":521},"references/session-protocol.md",{"basePath":1823,"description":1824,"displayName":1825,"installMethods":1826,"rationale":1827,"selectedPaths":1828,"source":352,"sourceLanguage":18,"type":270},"22-agent-native-research-artifact/rigor-reviewer","Performs ARA Seal Level 2 semantic epistemic review on Agent-Native Research Artifacts, scoring six dimensions (evidence relevance, falsifiability, scope calibration, argument coherence, exploration integrity, methodological rigor) and producing a constructive, severity-ranked report with a Strong Accept-to-Reject recommendation. Use after Level 1 structural validation passes, when an ARA needs an objective epistemic critique before publication or release.","ara-rigor-reviewer",{"claudeCode":12},"SKILL.md frontmatter at 22-agent-native-research-artifact/rigor-reviewer/SKILL.md",[1829,1830],{"path":518,"priority":346},{"path":1831,"priority":521},"references/review-dimensions.md",{"basePath":1833,"description":1834,"displayName":1835,"installMethods":1836,"license":261,"rationale":1837,"selectedPaths":1838,"source":352,"sourceLanguage":18,"type":1846},"packages/ai-research-skills","Install AI research engineering skills to your coding agents (Claude Code, OpenCode, Cursor, Gemini CLI, Hermes Agent, and more)","@orchestra-research/ai-research-skills",{"npm":1835},"cli ecosystem detected at packages/ai-research-skills",[1839,1841,1842,1844],{"path":1840,"priority":346},"package.json",{"path":348,"priority":346},{"path":1843,"priority":521},"bin/cli.js",{"path":1845,"priority":528},"src/index.js","cli",{"sources":1848},[1849],"manual",{"npmPackage":304},{"closedIssues90d":253,"description":1852,"forks":254,"homepage":1853,"license":261,"openIssues90d":256,"pushedAt":257,"readmeSize":251,"stars":258,"topics":1854},"Comprehensive open-source library of AI research and engineering skills for any AI model. Package the skills and your claude code/codex/gemini agent will be an AI research agent with full horsepower. Maintained by Orchestra Research.","http://orchestra-research.com",[1855,296,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867],"ai","claude","claude-code","claude-skills","codex","gemini","gpt-5","grpo","huggingface","machine-leanring","megatron","skills","vllm",{"downloads":8},{"classifiedAt":1870,"discoverAt":1871,"extractAt":1872,"githubAt":1872,"npmAt":1873,"updatedAt":1870},1778695115942,1778695107142,1778695112108,1778695113836,[225,229,226,228,230,227],{"evaluatedAt":265,"extractAt":313,"updatedAt":265},[],[1878,1906,1931,1958,1977,1999],{"_creationTime":1879,"_id":1880,"community":1881,"display":1882,"identity":1888,"providers":1891,"relations":1899,"tags":1902,"workflow":1903},1778699018122.8064,"k178yxvt3g9djb8ph907q3tv1186n8ex",{"reviewCount":8},{"description":1883,"installMethods":1884,"name":1886,"sourceUrl":1887},"Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.",{"claudeCode":1885},"wshobson/agents","embedding-strategies","https://github.com/wshobson/agents",{"basePath":1889,"githubOwner":1890,"githubRepo":225,"locale":18,"slug":1886,"type":270},"plugins/llm-application-dev/skills/embedding-strategies","wshobson",{"evaluate":1892,"extract":1898},{"promptVersionExtension":218,"promptVersionScoring":219,"score":1893,"tags":1894,"targetMarket":231,"tier":232},100,[1895,227,1896,1897,228,230],"embeddings","semantic-search","vector-databases",{"commitSha":302},{"parentExtensionId":1900,"repoId":1901},"k1719fyk9jrke6aq23wbyf8ej586n3af","kd74de64zj0axtg5b8t7eqqe2x86nske",[1895,228,230,227,1896,1897],{"evaluatedAt":1904,"extractAt":1905,"updatedAt":1904},1778701750946,1778699018122,{"_creationTime":1907,"_id":1908,"community":1909,"display":1910,"identity":1916,"providers":1920,"relations":1925,"tags":1927,"workflow":1928},1778683190010.2515,"k172hxj777xtf8qk2kefkw3ewh86n87q",{"reviewCount":8},{"description":1911,"installMethods":1912,"name":1914,"sourceUrl":1915},"LangChain LLM application framework with chains, agents, RAG, and memory for building AI-powered applications",{"claudeCode":1913},"bobmatnyc/claude-mpm-skills","langchain-framework","https://github.com/bobmatnyc/claude-mpm-skills",{"basePath":1917,"githubOwner":1918,"githubRepo":1919,"locale":18,"slug":226,"type":270},"toolchains/ai/frameworks/langchain","bobmatnyc","claude-mpm-skills",{"evaluate":1921,"extract":1924},{"promptVersionExtension":218,"promptVersionScoring":219,"score":222,"tags":1922,"targetMarket":231,"tier":232},[226,1923,229,227,225,230,1855],"llm",{"commitSha":302},{"repoId":1926},"kd72g55e5qeqs90bk1bvkt8wbx86nkn3",[225,1855,229,226,1923,230,227],{"evaluatedAt":1929,"extractAt":1930,"updatedAt":1929},1778683280913,1778683190010,{"_creationTime":1932,"_id":1933,"community":1934,"display":1935,"identity":1939,"providers":1944,"relations":1952,"tags":1954,"workflow":1955},1778685991755.7268,"k1744v9rt7c450y3dsvtecy9s186m20x",{"reviewCount":8},{"description":1355,"installMethods":1936,"name":1356,"sourceUrl":1938},{"claudeCode":1937},"davila7/claude-code-templates","https://github.com/davila7/claude-code-templates",{"basePath":1940,"githubOwner":1941,"githubRepo":1942,"locale":18,"slug":1943,"type":270},"cli-tool/components/skills/ai-research/prompt-engineering-dspy","davila7","claude-code-templates","prompt-engineering-dspy",{"evaluate":1945,"extract":1951},{"promptVersionExtension":218,"promptVersionScoring":219,"score":222,"tags":1946,"targetMarket":231,"tier":232},[1947,1948,457,227,225,1949,1950],"dsp","lm-programming","declarative-programming","stanford-nlp",{"commitSha":302},{"repoId":1953},"kd71fzn4s7r0269fkw47wt670n86ndz0",[225,1949,1947,1948,457,227,1950],{"evaluatedAt":1956,"extractAt":1957,"updatedAt":1956},1778688642616,1778685991755,{"_creationTime":1959,"_id":1960,"community":1961,"display":1962,"identity":1966,"providers":1968,"relations":1973,"tags":1974,"workflow":1975},1778699018122.8076,"k178dxtqqwhta3m8xrzmfwaw3x86mwct",{"reviewCount":8},{"description":1963,"installMethods":1964,"name":1965,"sourceUrl":1887},"Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing knowledge-grounded AI, building document Q&A systems, or integrating LLMs with external knowledge bases.",{"claudeCode":1885},"rag-implementation",{"basePath":1967,"githubOwner":1890,"githubRepo":225,"locale":18,"slug":1965,"type":270},"plugins/llm-application-dev/skills/rag-implementation",{"evaluate":1969,"extract":1972},{"promptVersionExtension":218,"promptVersionScoring":219,"score":316,"tags":1970,"targetMarket":231,"tier":232},[227,1923,1971,1896,226,230],"vector-database",{"commitSha":302},{"parentExtensionId":1900,"repoId":1901},[226,1923,230,227,1896,1971],{"evaluatedAt":1976,"extractAt":1905,"updatedAt":1976},1778701845828,{"_creationTime":1978,"_id":1979,"community":1980,"display":1981,"identity":1985,"providers":1987,"relations":1995,"tags":1996,"workflow":1997},1778699018122.8066,"k1768de1h6dpv7xncbc7tnjphn86nkyz",{"reviewCount":8},{"description":1982,"installMethods":1983,"name":1984,"sourceUrl":1887},"Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.",{"claudeCode":1885},"hybrid-search-implementation",{"basePath":1986,"githubOwner":1890,"githubRepo":225,"locale":18,"slug":1984,"type":270},"plugins/llm-application-dev/skills/hybrid-search-implementation",{"evaluate":1988,"extract":1994},{"promptVersionExtension":218,"promptVersionScoring":219,"score":316,"tags":1989,"targetMarket":231,"tier":232},[227,1990,1971,1991,1992,228,1993],"search","elasticsearch","postgresql","retrieval",{"commitSha":302},{"parentExtensionId":1900,"repoId":1901},[1991,228,1992,227,1993,1990,1971],{"evaluatedAt":1998,"extractAt":1905,"updatedAt":1998},1778701772929,{"_creationTime":2000,"_id":2001,"community":2002,"display":2003,"identity":2009,"providers":2012,"relations":2020,"tags":2022,"workflow":2023},1778692906303.5942,"k17e8fgrjhgk34vzyxq9phbaad86m56g",{"reviewCount":8},{"description":2004,"installMethods":2005,"name":2007,"sourceUrl":2008},"Creates, updates, or optimizes an AGENTS.md file for a repository with minimal, high-signal instructions covering non-discoverable coding conventions, tooling quirks, workflow preferences, and project-specific rules that agents cannot infer from reading the codebase. Use when setting up agent instructions or Claude configuration for a new repository, when an existing AGENTS.md is too long, generic, or stale, when agents repeatedly make avoidable mistakes, or when repository workflows have changed and the agent configuration needs pruning. Applies a discoverability filter—omitting anything Claude can learn from README, code, config, or directory structure—and a quality gate to verify each line remains accurate and operationally significant.",{"claudeCode":2006},"mcollina/skills","init","https://github.com/mcollina/skills",{"basePath":2010,"githubOwner":2011,"githubRepo":1866,"locale":18,"slug":2007,"type":270},"skills/init","mcollina",{"evaluate":2013,"extract":2019},{"promptVersionExtension":218,"promptVersionScoring":219,"score":1893,"tags":2014,"targetMarket":231,"tier":232},[2015,225,2016,2017,2018],"initialization","context-engineering","agents-md","maintenance",{"commitSha":302},{"repoId":2021},"kd7e22d93dm7xdjcrsgq33f53d86mqm7",[225,2017,2016,2015,2018],{"evaluatedAt":2024,"extractAt":2025,"updatedAt":2026},1778692978251,1778692906303,1778693261976]