[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-Orchestra-Research-instructor-de":3,"guides-for-Orchestra-Research-instructor":1849,"similar-k1714hg6p3104jz49mqr6yn47s86nz7n-de":1850},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":219,"parentExtension":243,"providers":301,"relations":305,"repo":306,"tags":1847,"workflow":1848},1778695116697.1924,"k1714hg6p3104jz49mqr6yn47s86nz7n",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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",{"claudeCode":12},"Orchestra-Research/AI-Research-SKILLs","Instructor","https://github.com/Orchestra-Research/AI-Research-SKILLs",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":217,"workflow":236},1778697010260.3928,"kn7et12fjex7zw0g3vhvbmq1n986nh1k","en",{"checks":20,"evaluatedAt":182,"extensionSummary":183,"features":184,"nonGoals":190,"promptVersionExtension":194,"promptVersionScoring":195,"purpose":196,"rationale":197,"score":198,"summary":199,"tags":200,"targetMarket":210,"tier":211,"useCases":212},[21,26,29,32,36,39,43,46,50,54,58,61,64,68,72,76,78,82,86,89,93,96,99,102,105,108,111,114,117,121,125,128,131,134,137,141,144,147,150,153,156,159,163,167,172,175,179],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly names the problem of reliably extracting and validating structured data from LLM responses, highlighting Pydantic validation, retries, and type safety.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers significant value beyond basic LLM capabilities by providing robust structured output with Pydantic validation, automatic retries on failure, and support for complex JSON parsing and streaming, which is a meaningful enhancement over default behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill is production-ready, as evidenced by its comprehensive documentation, extensive examples, clear installation instructions, and focus on core data extraction and validation tasks with built-in retry mechanisms, covering the full lifecycle of structured output generation.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, coherent responsibility focused on structured data extraction and validation from LLM responses using Pydantic and the Instructor library, without extending into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The provided description accurately and concisely reflects the skill's capabilities, including Pydantic validation, automatic retries, complex JSON parsing, and streaming results with Instructor.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The skill's purpose is precisely stated: to extract and validate structured data from LLM responses, with clear use cases for reliable data extraction, validation, and streaming.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability (structured data extraction with Pydantic and Instructor) and lists relevant triggers.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is well-structured, uses progressive disclosure to link to reference files for deeper material, and stays within a reasonable length, avoiding excessive bloat.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","The SKILL.md effectively uses progressive disclosure by linking to detailed reference files for advanced topics like validation, providers, and examples, rather than embedding all content inline.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","This skill is focused on structured data extraction and does not involve deep code review or extensive exploration that would require a forked context.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","The documentation includes numerous clear, end-to-end examples demonstrating basic extraction, classification, multi-entity extraction, streaming, and provider configuration, all of which plausibly produce the claimed output.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The skill documentation addresses edge cases through its validation patterns, including optional fields, default values, custom validators, and error handling strategies, with clear recovery paths outlined for validation failures.",{"category":65,"check":66,"severity":56,"summary":67},"Code Execution","Tool Fallback","This skill does not rely on external MCP servers or tools, functioning purely as a Python library wrapper, thus no fallback is necessary.",{"category":69,"check":70,"severity":24,"summary":71},"Safety","Halt on unexpected state","The documentation implicitly handles unexpected state through Pydantic's validation and Instructor's retry mechanism, which guides the LLM to correct invalid outputs rather than proceeding with malformed data.",{"category":73,"check":74,"severity":24,"summary":75},"Portability","Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded; its functionality is standalone and clearly defined.",{"category":40,"check":66,"severity":56,"summary":77},"This skill does not depend on external tools like MCP servers, so a fallback mechanism is not applicable.",{"category":79,"check":80,"severity":24,"summary":81},"License","License usability","The license is MIT, as indicated in the SKILL.md frontmatter and the bundled LICENSE file, which is a permissive open-source license.",{"category":83,"check":84,"severity":24,"summary":85},"Maintenance","Commit recency","The last commit was on April 28, 2026, which is within the last 3 months, indicating recent maintenance.",{"category":83,"check":87,"severity":24,"summary":88},"Dependency Management","The SKILL.md lists dependencies like `instructor`, `pydantic`, `openai`, and `anthropic`. While a lockfile isn't explicitly mentioned, the clear dependency declaration and use of standard packages suggest adequate management.",{"category":90,"check":91,"severity":24,"summary":92},"Security","Secret Management","The skill does not appear to handle or expose secrets directly. API keys for LLM providers are expected to be managed externally (e.g., environment variables), and the code examples do not show secrets being logged or echoed.",{"category":90,"check":94,"severity":24,"summary":95},"Injection","The skill focuses on structured output generation from LLMs and does not load external files or fetch remote content, mitigating injection risks.",{"category":90,"check":97,"severity":24,"summary":98},"Transitive Supply-Chain Grenades","The skill relies on well-established Python packages and does not fetch remote code or data at runtime, eliminating risks associated with transitive supply-chain vulnerabilities.",{"category":90,"check":100,"severity":24,"summary":101},"Sandbox Isolation","This skill operates within the Python runtime and does not interact with the filesystem or perform operations that could violate sandbox isolation.",{"category":90,"check":103,"severity":24,"summary":104},"Sandbox escape primitives","The skill's functionality is confined to Python library calls and does not involve detached processes or other sandbox escape primitives.",{"category":90,"check":106,"severity":24,"summary":107},"Data Exfiltration","The skill's purpose is data extraction from LLM responses, not exfiltration of confidential data to third parties. API keys are managed externally.",{"category":90,"check":109,"severity":24,"summary":110},"Hidden Text Tricks","The bundled content and documentation appear free of hidden text tricks, control characters, or invisible Unicode sequences designed to steer the model.",{"category":90,"check":112,"severity":24,"summary":113},"Opaque code execution","The skill's code is standard Python, using well-known libraries, and does not involve obfuscation, base64 decoding, or runtime script fetching.",{"category":73,"check":115,"severity":24,"summary":116},"Structural Assumption","The skill makes no assumptions about the user's project structure, as it operates primarily within the Python environment and interacts with LLM APIs.",{"category":118,"check":119,"severity":24,"summary":120},"Trust","Issues Attention","In the last 90 days, 4 issues were opened and 8 were closed, with a closure rate well above 50%, indicating responsive maintainer engagement.",{"category":122,"check":123,"severity":24,"summary":124},"Versioning","Release Management","The skill declares version 1.0.0 in its frontmatter, and the repository includes a CHANGELOG.md file, providing clear versioning signals.",{"category":65,"check":126,"severity":24,"summary":127},"Validation","The skill heavily relies on Pydantic for validating both LLM inputs (via structured models) and outputs, ensuring data integrity and type safety.",{"category":90,"check":129,"severity":24,"summary":130},"Unguarded Destructive Operations","The skill is purely focused on data extraction and validation from LLM responses and does not perform any destructive operations.",{"category":65,"check":132,"severity":24,"summary":133},"Error Handling","The documentation details robust error handling through Pydantic's `ValidationError` and Instructor's retry mechanism, which provides feedback to the LLM and allows for graceful handling of invalid outputs.",{"category":65,"check":135,"severity":56,"summary":136},"Logging","The skill itself does not perform destructive actions or outbound calls that necessitate local audit logging; error handling is managed via exceptions and retry logic.",{"category":138,"check":139,"severity":24,"summary":140},"Compliance","GDPR","The skill's primary function is data extraction from LLM responses. It does not inherently operate on personal data, and any data submitted to the LLM is subject to the LLM provider's policies.",{"category":138,"check":142,"severity":24,"summary":143},"Target market","The skill is a general-purpose data extraction tool with no regional or jurisdictional limitations, making it globally applicable.",{"category":73,"check":145,"severity":24,"summary":146},"Runtime stability","The skill is a standard Python library, compatible with various environments and does not make assumptions about specific editors, shells, or operating systems beyond standard Python execution.",{"category":47,"check":148,"severity":24,"summary":149},"README","The repository includes a comprehensive README.md that clearly states the project's mission, features, installation, and structure.",{"category":33,"check":151,"severity":56,"summary":152},"Tool surface size","This is a skill that wraps Python libraries and does not expose multiple distinct tools or commands; its functionality is accessed via the Instructor client.",{"category":40,"check":154,"severity":56,"summary":155},"Overlapping near-synonym tools","The skill operates via a client object and doesn't expose multiple distinct tools with overlapping functionalities.",{"category":47,"check":157,"severity":24,"summary":158},"Phantom features","All features mentioned in the README and SKILL.md, such as Pydantic validation, retries, streaming, and multi-provider support, are directly implemented and demonstrated in the documentation and code examples.",{"category":160,"check":161,"severity":24,"summary":162},"Install","Installation instruction","The SKILL.md provides clear, copy-pasteable installation instructions using pip and includes multiple code examples demonstrating basic usage with different LLM providers.",{"category":164,"check":165,"severity":24,"summary":166},"Errors","Actionable error messages","The documentation explicitly covers `ValidationError` handling and provides examples of how to inspect errors, offering clear remediation paths through retries and LLM feedback.",{"category":168,"check":169,"severity":170,"summary":171},"Execution","Pinned dependencies","info","While the SKILL.md lists dependencies, it does not explicitly mention a lockfile (e.g., `requirements.txt` or `Pipfile.lock`) for pinning specific versions, which could be an area for improvement.",{"category":33,"check":173,"severity":56,"summary":174},"Dry-run preview","The skill's function is data extraction and validation, not state-changing operations or outbound data sending, so a dry-run feature is not applicable.",{"category":176,"check":177,"severity":24,"summary":178},"Protocol","Idempotent retry & timeouts","Instructor's retry mechanism inherently supports retrying LLM calls upon validation failure, and the underlying LLM provider SDKs typically handle call timeouts.",{"category":138,"check":180,"severity":24,"summary":181},"Telemetry opt-in","The skill itself does not emit telemetry; telemetry would be handled by the LLM provider's client library, which is outside the direct scope of this skill.",1778697010125,"This skill enables the extraction and validation of structured data from LLM responses using Pydantic models and the Instructor library. It offers automatic retries for failed extractions, supports complex JSON parsing with type safety, and allows streaming of partial results. It integrates with multiple LLM providers like Anthropic and OpenAI.",[185,186,187,188,189],"Extract structured data with Pydantic validation","Automatic retries on extraction failures","Parse complex JSON with type safety","Stream partial results for real-time processing","Support for multiple LLM providers (Anthropic, OpenAI, local models)",[191,192,193],"Performing LLM inference directly without structured output requirements.","Replacing core LLM providers or their fundamental APIs.","Handling complex multi-turn conversational logic beyond structured response generation.","3.0.0","4.4.0","To reliably extract and validate structured data from LLM responses, simplifying complex data processing tasks and improving the accuracy of LLM outputs.","The skill is exceptionally well-documented, production-ready, and adheres to high standards of code quality and security. Its primary dependency on Pydantic for validation and Instructor for LLM interaction ensures robust data handling. Minor areas like explicit lockfile pinning are outweighed by its comprehensive features and clear documentation.",98,"Excellent skill for structured LLM output with robust validation, retries, and streaming.",[201,202,203,204,205,206,207,208,209],"prompt-engineering","instructor","structured-output","pydantic","data-extraction","json-parsing","type-safety","validation","streaming","global","verified",[213,214,215,216],"Reliably extracting entities, classifications, or complex objects from unstructured text.","Ensuring LLM outputs conform to predefined schemas and data types.","Building applications that require real-time processing of LLM-generated data through streaming.","Integrating LLM-driven data extraction into existing Python applications with type safety.",{"codeQuality":218,"collectedAt":220,"documentation":221,"maintenance":224,"popularity":231,"security":232,"testCoverage":235},{"hasLockfile":219},true,1778696993380,{"descriptionLength":222,"readmeSize":223},230,45313,{"closedIssues90d":225,"forks":226,"hasChangelog":219,"manifestVersion":227,"openIssues90d":228,"pushedAt":229,"stars":230},8,640,"1.0.0",4,1777352967000,8343,{"npmDownloads":8},{"hasNpmPackage":219,"license":233,"smitheryVerified":234},"MIT",false,{"hasCi":219,"hasTests":234},{"updatedAt":237},1778697010260,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":202,"type":242},"16-prompt-engineering/instructor","Orchestra-Research","AI-Research-SKILLs","skill",{"_creationTime":244,"_id":245,"community":246,"display":247,"identity":251,"parentExtension":254,"providers":287,"relations":297,"tags":298,"workflow":299},1778695116697.1702,"k17155ws9qc0hw7a568bg79sfd86max8",{"reviewCount":8},{"description":248,"installMethods":249,"name":250,"sourceUrl":14},"LLM architectures and implementations including LitGPT, Mamba, NanoGPT, RWKV, and TorchTitan. Use when implementing, training, or understanding transformer and alternative architectures.",{"claudeCode":241},"Agent-Native Research Artifact (ARA) Tooling",{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":253},"","plugin",{"_creationTime":255,"_id":256,"community":257,"display":258,"identity":262,"providers":264,"relations":281,"tags":283,"workflow":284},1778695116697.17,"k17755pkhk2ktxts0edcsj00s586nmvk",{"reviewCount":8},{"description":259,"installMethods":260,"name":261,"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":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":263},"marketplace",{"evaluate":265,"extract":274},{"promptVersionExtension":266,"promptVersionScoring":195,"score":267,"tags":268,"targetMarket":210,"tier":211},"3.1.0",99,[269,270,271,272,273],"ai-research","mlops","llm-skills","autonomous-agents","research-orchestration",{"commitSha":275,"license":233,"marketplace":276,"plugin":279},"HEAD",{"name":277,"pluginCount":278},"ai-research-skills",1,{"mcpCount":8,"provider":280,"skillCount":8},"classify",{"repoId":282},"kd70hj1y80mhra5xm5g188j5n586mg18",[269,272,271,270,273],{"evaluatedAt":285,"extractAt":286,"updatedAt":285},1778695131103,1778695116697,{"evaluate":288,"extract":294},{"promptVersionExtension":194,"promptVersionScoring":195,"score":198,"tags":289,"targetMarket":210,"tier":211},[290,291,292,293,269],"research","artifact","provenance","review",{"commitSha":275,"license":233,"plugin":295},{"mcpCount":8,"provider":280,"skillCount":296},96,{"parentExtensionId":256,"repoId":282},[269,291,292,290,293],{"evaluatedAt":300,"extractAt":286,"updatedAt":300},1778695555085,{"evaluate":302,"extract":304},{"promptVersionExtension":194,"promptVersionScoring":195,"score":198,"tags":303,"targetMarket":210,"tier":211},[201,202,203,204,205,206,207,208,209],{"commitSha":275,"license":233},{"parentExtensionId":245,"repoId":282},{"_creationTime":307,"_id":282,"identity":308,"providers":309,"workflow":1842},1778695107142.3535,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":310,"discover":1820,"extract":1823,"github":1824,"npm":1841},{"commitSha":275,"extensions":311},[312,325,332,339,346,353,360,367,374,381,388,395,402,409,415,422,429,435,442,449,456,463,470,477,484,508,524,538,552,565,580,595,605,621,637,649,664,677,688,699,710,722,733,746,757,773,787,797,807,823,833,841,849,857,865,879,893,925,939,949,959,969,979,989,1003,1014,1024,1036,1046,1065,1078,1093,1109,1123,1137,1150,1163,1176,1188,1200,1213,1232,1242,1255,1268,1281,1290,1300,1309,1319,1329,1341,1354,1364,1376,1386,1396,1406,1416,1426,1438,1447,1465,1481,1491,1501,1511,1521,1535,1548,1558,1571,1583,1597,1704,1714,1751,1759,1767,1781,1795,1805],{"basePath":252,"description":259,"displayName":277,"installMethods":313,"rationale":314,"selectedPaths":315,"source":324,"sourceLanguage":18,"type":263},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[316,319,321],{"path":317,"priority":318},".claude-plugin/marketplace.json","mandatory",{"path":320,"priority":318},"README.md",{"path":322,"priority":323},"LICENSE","high","rule",{"basePath":252,"description":248,"displayName":326,"installMethods":327,"rationale":328,"selectedPaths":329,"source":324,"sourceLanguage":18,"type":253},"model-architecture",{"claudeCode":241},"inline plugin source from marketplace.json at /",[330,331],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":333,"displayName":334,"installMethods":335,"rationale":328,"selectedPaths":336,"source":324,"sourceLanguage":18,"type":253},"Text tokenization for LLMs including HuggingFace Tokenizers and SentencePiece. Use when training custom tokenizers or handling multilingual text.","tokenization",{"claudeCode":241},[337,338],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":340,"displayName":341,"installMethods":342,"rationale":328,"selectedPaths":343,"source":324,"sourceLanguage":18,"type":253},"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":241},[344,345],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":347,"displayName":348,"installMethods":349,"rationale":328,"selectedPaths":350,"source":324,"sourceLanguage":18,"type":253},"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":241},[351,352],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":354,"displayName":355,"installMethods":356,"rationale":328,"selectedPaths":357,"source":324,"sourceLanguage":18,"type":253},"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":241},[358,359],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":361,"displayName":362,"installMethods":363,"rationale":328,"selectedPaths":364,"source":324,"sourceLanguage":18,"type":253},"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":241},[365,366],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":368,"displayName":369,"installMethods":370,"rationale":328,"selectedPaths":371,"source":324,"sourceLanguage":18,"type":253},"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":241},[372,373],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":375,"displayName":376,"installMethods":377,"rationale":328,"selectedPaths":378,"source":324,"sourceLanguage":18,"type":253},"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":241},[379,380],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":382,"displayName":383,"installMethods":384,"rationale":328,"selectedPaths":385,"source":324,"sourceLanguage":18,"type":253},"GPU cloud and compute orchestration including Modal, Lambda Labs, and SkyPilot. Use when deploying training jobs or managing GPU resources.","infrastructure",{"claudeCode":241},[386,387],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":389,"displayName":390,"installMethods":391,"rationale":328,"selectedPaths":392,"source":324,"sourceLanguage":18,"type":253},"Model optimization and quantization including Flash Attention, bitsandbytes, GPTQ, AWQ, GGUF, and HQQ. Use when reducing memory, accelerating inference, or quantizing models.","optimization",{"claudeCode":241},[393,394],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":396,"displayName":397,"installMethods":398,"rationale":328,"selectedPaths":399,"source":324,"sourceLanguage":18,"type":253},"LLM benchmarking and evaluation including lm-evaluation-harness, BigCode Evaluation Harness, and NeMo Evaluator. Use when benchmarking models or measuring performance.","evaluation",{"claudeCode":241},[400,401],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":403,"displayName":404,"installMethods":405,"rationale":328,"selectedPaths":406,"source":324,"sourceLanguage":18,"type":253},"Production LLM inference including vLLM, TensorRT-LLM, llama.cpp, and SGLang. Use when deploying models for production inference.","inference-serving",{"claudeCode":241},[407,408],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":410,"displayName":270,"installMethods":411,"rationale":328,"selectedPaths":412,"source":324,"sourceLanguage":18,"type":253},"ML experiment tracking and lifecycle including Weights & Biases, MLflow, and TensorBoard. Use when tracking experiments or managing models.",{"claudeCode":241},[413,414],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":416,"displayName":417,"installMethods":418,"rationale":328,"selectedPaths":419,"source":324,"sourceLanguage":18,"type":253},"LLM agent frameworks including LangChain, LlamaIndex, CrewAI, and AutoGPT. Use when building chatbots, autonomous agents, or tool-using systems.","agents",{"claudeCode":241},[420,421],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":423,"displayName":424,"installMethods":425,"rationale":328,"selectedPaths":426,"source":324,"sourceLanguage":18,"type":253},"Retrieval-Augmented Generation including Chroma, FAISS, Pinecone, Qdrant, and Sentence Transformers. Use when building semantic search or document retrieval systems.","rag",{"claudeCode":241},[427,428],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":430,"displayName":201,"installMethods":431,"rationale":328,"selectedPaths":432,"source":324,"sourceLanguage":18,"type":253},"Structured LLM outputs including DSPy, Instructor, Guidance, and Outlines. Use when extracting structured data or constraining LLM outputs.",{"claudeCode":241},[433,434],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":436,"displayName":437,"installMethods":438,"rationale":328,"selectedPaths":439,"source":324,"sourceLanguage":18,"type":253},"LLM application monitoring including LangSmith and Phoenix. Use when debugging LLM apps or monitoring production systems.","observability",{"claudeCode":241},[440,441],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":443,"displayName":444,"installMethods":445,"rationale":328,"selectedPaths":446,"source":324,"sourceLanguage":18,"type":253},"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":241},[447,448],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":450,"displayName":451,"installMethods":452,"rationale":328,"selectedPaths":453,"source":324,"sourceLanguage":18,"type":253},"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":241},[454,455],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":457,"displayName":458,"installMethods":459,"rationale":328,"selectedPaths":460,"source":324,"sourceLanguage":18,"type":253},"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":241},[461,462],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":464,"displayName":465,"installMethods":466,"rationale":328,"selectedPaths":467,"source":324,"sourceLanguage":18,"type":253},"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":241},[468,469],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":471,"displayName":472,"installMethods":473,"rationale":328,"selectedPaths":474,"source":324,"sourceLanguage":18,"type":253},"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":241},[475,476],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":252,"description":478,"displayName":479,"installMethods":480,"rationale":328,"selectedPaths":481,"source":324,"sourceLanguage":18,"type":253},"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":241},[482,483],{"path":320,"priority":318},{"path":322,"priority":323},{"basePath":485,"description":486,"displayName":458,"installMethods":487,"rationale":488,"selectedPaths":489,"source":324,"sourceLanguage":18,"type":242},"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",[490,492,495,497,499,502,504,506],{"path":491,"priority":318},"SKILL.md",{"path":493,"priority":494},"references/agent-continuity.md","medium",{"path":496,"priority":494},"references/progress-reporting.md",{"path":498,"priority":494},"references/skill-routing.md",{"path":500,"priority":501},"templates/findings.md","low",{"path":503,"priority":501},"templates/progress-presentation.html",{"path":505,"priority":501},"templates/research-log.md",{"path":507,"priority":501},"templates/research-state.yaml",{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":324,"sourceLanguage":18,"type":242},"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",[515,516,518,520,522],{"path":491,"priority":318},{"path":517,"priority":494},"references/custom-models.md",{"path":519,"priority":494},"references/distributed-training.md",{"path":521,"priority":494},"references/supported-models.md",{"path":523,"priority":494},"references/training-recipes.md",{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":324,"sourceLanguage":18,"type":242},"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",[531,532,534,536],{"path":491,"priority":318},{"path":533,"priority":494},"references/architecture-details.md",{"path":535,"priority":494},"references/benchmarks.md",{"path":537,"priority":494},"references/training-guide.md",{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":324,"sourceLanguage":18,"type":242},"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",[545,546,548,550],{"path":491,"priority":318},{"path":547,"priority":494},"references/architecture.md",{"path":549,"priority":494},"references/data.md",{"path":551,"priority":494},"references/training.md",{"basePath":553,"description":554,"displayName":555,"installMethods":556,"rationale":557,"selectedPaths":558,"source":324,"sourceLanguage":18,"type":242},"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",[559,560,561,563],{"path":491,"priority":318},{"path":533,"priority":494},{"path":562,"priority":494},"references/rwkv7.md",{"path":564,"priority":494},"references/state-management.md",{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":324,"sourceLanguage":18,"type":242},"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",[572,573,575,576,578],{"path":491,"priority":318},{"path":574,"priority":494},"references/checkpoint.md",{"path":517,"priority":494},{"path":577,"priority":494},"references/float8.md",{"path":579,"priority":494},"references/fsdp.md",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":324,"sourceLanguage":18,"type":242},"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",[587,588,590,592,594],{"path":491,"priority":318},{"path":589,"priority":494},"references/algorithms.md",{"path":591,"priority":494},"references/integration.md",{"path":593,"priority":494},"references/pipeline.md",{"path":551,"priority":494},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":324,"sourceLanguage":18,"type":242},"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",[602,603,604],{"path":491,"priority":318},{"path":589,"priority":494},{"path":551,"priority":494},{"basePath":606,"description":607,"displayName":608,"installMethods":609,"rationale":610,"selectedPaths":611,"source":324,"sourceLanguage":18,"type":242},"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",[612,613,615,617,619],{"path":491,"priority":318},{"path":614,"priority":494},"references/api.md",{"path":616,"priority":494},"references/dataset-formats.md",{"path":618,"priority":494},"references/index.md",{"path":620,"priority":494},"references/other.md",{"basePath":622,"description":623,"displayName":624,"installMethods":625,"rationale":626,"selectedPaths":627,"source":324,"sourceLanguage":18,"type":242},"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",[628,629,631,633,635,636],{"path":491,"priority":318},{"path":630,"priority":494},"references/_images.md",{"path":632,"priority":494},"references/advanced.md",{"path":634,"priority":494},"references/getting_started.md",{"path":618,"priority":494},{"path":620,"priority":494},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":324,"sourceLanguage":18,"type":242},"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",[644,645,647],{"path":491,"priority":318},{"path":646,"priority":494},"references/advanced-usage.md",{"path":648,"priority":494},"references/troubleshooting.md",{"basePath":650,"description":651,"displayName":652,"installMethods":653,"rationale":654,"selectedPaths":655,"source":324,"sourceLanguage":18,"type":242},"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",[656,657,658,660,662],{"path":491,"priority":318},{"path":618,"priority":494},{"path":659,"priority":494},"references/llms-full.md",{"path":661,"priority":494},"references/llms-txt.md",{"path":663,"priority":494},"references/llms.md",{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":324,"sourceLanguage":18,"type":242},"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",[671,672,674,675],{"path":491,"priority":318},{"path":673,"priority":494},"references/README.md",{"path":614,"priority":494},{"path":676,"priority":494},"references/tutorials.md",{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":324,"sourceLanguage":18,"type":242},"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",[684,685,686,687],{"path":491,"priority":318},{"path":673,"priority":494},{"path":614,"priority":494},{"path":676,"priority":494},{"basePath":689,"description":690,"displayName":691,"installMethods":692,"rationale":693,"selectedPaths":694,"source":324,"sourceLanguage":18,"type":242},"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",[695,696,697,698],{"path":491,"priority":318},{"path":673,"priority":494},{"path":614,"priority":494},{"path":676,"priority":494},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":324,"sourceLanguage":18,"type":242},"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",[706,707,708,709],{"path":491,"priority":318},{"path":673,"priority":494},{"path":614,"priority":494},{"path":676,"priority":494},{"basePath":711,"description":712,"displayName":713,"installMethods":714,"rationale":715,"selectedPaths":716,"source":324,"sourceLanguage":18,"type":242},"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",[717,718,720],{"path":491,"priority":318},{"path":719,"priority":494},"references/deduplication.md",{"path":721,"priority":494},"references/filtering.md",{"basePath":723,"description":724,"displayName":725,"installMethods":726,"rationale":727,"selectedPaths":728,"source":324,"sourceLanguage":18,"type":242},"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",[729,730,731],{"path":491,"priority":318},{"path":591,"priority":494},{"path":732,"priority":494},"references/transformations.md",{"basePath":734,"description":735,"displayName":736,"installMethods":737,"rationale":738,"selectedPaths":739,"source":324,"sourceLanguage":18,"type":242},"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",[740,741,742,744],{"path":491,"priority":318},{"path":320,"priority":323},{"path":743,"priority":501},"examples/reward_functions_library.py",{"path":745,"priority":501},"templates/basic_grpo_training.py",{"basePath":747,"description":748,"displayName":749,"installMethods":750,"rationale":751,"selectedPaths":752,"source":324,"sourceLanguage":18,"type":242},"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",[753,754,756],{"path":491,"priority":318},{"path":755,"priority":494},"references/api-reference.md",{"path":648,"priority":494},{"basePath":758,"description":759,"displayName":760,"installMethods":761,"rationale":762,"selectedPaths":763,"source":324,"sourceLanguage":18,"type":242},"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",[764,765,767,769,771],{"path":491,"priority":318},{"path":766,"priority":494},"references/algorithm-comparison.md",{"path":768,"priority":494},"references/custom-rewards.md",{"path":770,"priority":494},"references/hybrid-engine.md",{"path":772,"priority":494},"references/multi-node-training.md",{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":324,"sourceLanguage":18,"type":242},"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",[780,781,783,785],{"path":491,"priority":318},{"path":782,"priority":494},"references/datasets.md",{"path":784,"priority":494},"references/hyperparameters.md",{"path":786,"priority":494},"references/loss-functions.md",{"basePath":788,"description":789,"displayName":790,"installMethods":791,"rationale":792,"selectedPaths":793,"source":324,"sourceLanguage":18,"type":242},"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",[794,795,796],{"path":491,"priority":318},{"path":755,"priority":494},{"path":648,"priority":494},{"basePath":798,"description":799,"displayName":800,"installMethods":801,"rationale":802,"selectedPaths":803,"source":324,"sourceLanguage":18,"type":242},"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",[804,805,806],{"path":491,"priority":318},{"path":755,"priority":494},{"path":648,"priority":494},{"basePath":808,"description":809,"displayName":810,"installMethods":811,"rationale":812,"selectedPaths":813,"source":324,"sourceLanguage":18,"type":242},"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",[814,815,817,819,821],{"path":491,"priority":318},{"path":816,"priority":494},"references/dpo-variants.md",{"path":818,"priority":494},"references/online-rl.md",{"path":820,"priority":494},"references/reward-modeling.md",{"path":822,"priority":494},"references/sft-training.md",{"basePath":824,"description":825,"displayName":826,"installMethods":827,"rationale":828,"selectedPaths":829,"source":324,"sourceLanguage":18,"type":242},"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",[830,831,832],{"path":491,"priority":318},{"path":755,"priority":494},{"path":648,"priority":494},{"basePath":834,"description":835,"displayName":836,"installMethods":837,"rationale":838,"selectedPaths":839,"source":324,"sourceLanguage":18,"type":242},"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",[840],{"path":491,"priority":318},{"basePath":842,"description":843,"displayName":844,"installMethods":845,"rationale":846,"selectedPaths":847,"source":324,"sourceLanguage":18,"type":242},"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",[848],{"path":491,"priority":318},{"basePath":850,"description":851,"displayName":852,"installMethods":853,"rationale":854,"selectedPaths":855,"source":324,"sourceLanguage":18,"type":242},"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",[856],{"path":491,"priority":318},{"basePath":858,"description":859,"displayName":860,"installMethods":861,"rationale":862,"selectedPaths":863,"source":324,"sourceLanguage":18,"type":242},"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",[864],{"path":491,"priority":318},{"basePath":866,"description":867,"displayName":868,"installMethods":869,"rationale":870,"selectedPaths":871,"source":324,"sourceLanguage":18,"type":242},"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",[872,873,875,877],{"path":491,"priority":318},{"path":874,"priority":494},"references/custom-plugins.md",{"path":876,"priority":494},"references/megatron-integration.md",{"path":878,"priority":494},"references/performance.md",{"basePath":880,"description":881,"displayName":882,"installMethods":883,"rationale":884,"selectedPaths":885,"source":324,"sourceLanguage":18,"type":242},"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",[886,887,888,890,892],{"path":491,"priority":318},{"path":535,"priority":494},{"path":889,"priority":494},"references/parallelism-guide.md",{"path":891,"priority":494},"references/production-examples.md",{"path":523,"priority":494},{"basePath":894,"description":895,"displayName":896,"installMethods":897,"rationale":898,"selectedPaths":899,"source":324,"sourceLanguage":18,"type":242},"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",[900,901,903,905,907,909,911,913,915,917,919,921,923],{"path":491,"priority":318},{"path":902,"priority":494},"references/pytorch_dcp_async_recipe.md",{"path":904,"priority":494},"references/pytorch_dcp_overview.md",{"path":906,"priority":494},"references/pytorch_dcp_recipe.md",{"path":908,"priority":494},"references/pytorch_ddp_notes.md",{"path":910,"priority":494},"references/pytorch_device_mesh_tutorial.md",{"path":912,"priority":494},"references/pytorch_examples_fsdp2.md",{"path":914,"priority":494},"references/pytorch_fsdp1_api.md",{"path":916,"priority":494},"references/pytorch_fsdp2_tutorial.md",{"path":918,"priority":494},"references/pytorch_fully_shard_api.md",{"path":920,"priority":494},"references/pytorch_tp_tutorial.md",{"path":922,"priority":494},"references/ray_train_fsdp2_example.md",{"path":924,"priority":494},"references/torchtitan_fsdp_notes.md",{"basePath":926,"description":927,"displayName":928,"installMethods":929,"rationale":930,"selectedPaths":931,"source":324,"sourceLanguage":18,"type":242},"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",[932,933,935,937],{"path":491,"priority":318},{"path":934,"priority":494},"references/callbacks.md",{"path":936,"priority":494},"references/distributed.md",{"path":938,"priority":494},"references/hyperparameter-tuning.md",{"basePath":940,"description":941,"displayName":942,"installMethods":943,"rationale":944,"selectedPaths":945,"source":324,"sourceLanguage":18,"type":242},"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",[946,947],{"path":491,"priority":318},{"path":948,"priority":494},"references/multi-node.md",{"basePath":950,"description":951,"displayName":952,"installMethods":953,"rationale":954,"selectedPaths":955,"source":324,"sourceLanguage":18,"type":242},"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",[956,957,958],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":960,"description":961,"displayName":962,"installMethods":963,"rationale":964,"selectedPaths":965,"source":324,"sourceLanguage":18,"type":242},"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",[966,967,968],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":970,"description":971,"displayName":972,"installMethods":973,"rationale":974,"selectedPaths":975,"source":324,"sourceLanguage":18,"type":242},"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",[976,977,978],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":980,"description":981,"displayName":982,"installMethods":983,"rationale":984,"selectedPaths":985,"source":324,"sourceLanguage":18,"type":242},"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",[986,987,988],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":990,"description":991,"displayName":992,"installMethods":993,"rationale":994,"selectedPaths":995,"source":324,"sourceLanguage":18,"type":242},"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",[996,997,999,1001],{"path":491,"priority":318},{"path":998,"priority":494},"references/memory-optimization.md",{"path":1000,"priority":494},"references/qlora-training.md",{"path":1002,"priority":494},"references/quantization-formats.md",{"basePath":1004,"description":1005,"displayName":1006,"installMethods":1007,"rationale":1008,"selectedPaths":1009,"source":324,"sourceLanguage":18,"type":242},"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",[1010,1011,1012],{"path":491,"priority":318},{"path":535,"priority":494},{"path":1013,"priority":494},"references/transformers-integration.md",{"basePath":1015,"description":1016,"displayName":1017,"installMethods":1018,"rationale":1019,"selectedPaths":1020,"source":324,"sourceLanguage":18,"type":242},"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",[1021,1022,1023],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1025,"description":1026,"displayName":1027,"installMethods":1028,"rationale":1029,"selectedPaths":1030,"source":324,"sourceLanguage":18,"type":242},"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",[1031,1032,1034,1035],{"path":491,"priority":318},{"path":1033,"priority":494},"references/calibration.md",{"path":591,"priority":494},{"path":648,"priority":494},{"basePath":1037,"description":1038,"displayName":1039,"installMethods":1040,"rationale":1041,"selectedPaths":1042,"source":324,"sourceLanguage":18,"type":242},"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",[1043,1044,1045],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1047,"description":1048,"displayName":1049,"installMethods":1050,"rationale":1051,"selectedPaths":1052,"source":324,"sourceLanguage":18,"type":242},"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",[1053,1054,1055,1057,1059,1061,1063],{"path":491,"priority":318},{"path":547,"priority":494},{"path":1056,"priority":494},"references/biomedical.md",{"path":1058,"priority":494},"references/domain-specific.md",{"path":1060,"priority":494},"references/experiment-loop.md",{"path":1062,"priority":494},"references/optimizers.md",{"path":1064,"priority":494},"references/scaling-and-selection.md",{"basePath":1066,"description":1067,"displayName":1068,"installMethods":1069,"rationale":1070,"selectedPaths":1071,"source":324,"sourceLanguage":18,"type":242},"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",[1072,1073,1074,1076],{"path":491,"priority":318},{"path":535,"priority":494},{"path":1075,"priority":494},"references/custom-tasks.md",{"path":1077,"priority":494},"references/issues.md",{"basePath":1079,"description":1080,"displayName":1081,"installMethods":1082,"rationale":1083,"selectedPaths":1084,"source":324,"sourceLanguage":18,"type":242},"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",[1085,1086,1088,1090,1091],{"path":491,"priority":318},{"path":1087,"priority":494},"references/api-evaluation.md",{"path":1089,"priority":494},"references/benchmark-guide.md",{"path":1075,"priority":494},{"path":1092,"priority":494},"references/distributed-eval.md",{"basePath":1094,"description":1095,"displayName":1096,"installMethods":1097,"rationale":1098,"selectedPaths":1099,"source":324,"sourceLanguage":18,"type":242},"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",[1100,1101,1103,1105,1107],{"path":491,"priority":318},{"path":1102,"priority":494},"references/adapter-system.md",{"path":1104,"priority":494},"references/configuration.md",{"path":1106,"priority":494},"references/custom-benchmarks.md",{"path":1108,"priority":494},"references/execution-backends.md",{"basePath":1110,"description":1111,"displayName":1112,"installMethods":1113,"rationale":1114,"selectedPaths":1115,"source":324,"sourceLanguage":18,"type":242},"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",[1116,1117,1119,1121],{"path":491,"priority":318},{"path":1118,"priority":494},"references/optimization.md",{"path":1120,"priority":494},"references/quantization.md",{"path":1122,"priority":494},"references/server.md",{"basePath":1124,"description":1125,"displayName":1126,"installMethods":1127,"rationale":1128,"selectedPaths":1129,"source":324,"sourceLanguage":18,"type":242},"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",[1130,1131,1133,1135],{"path":491,"priority":318},{"path":1132,"priority":494},"references/deployment.md",{"path":1134,"priority":494},"references/radix-attention.md",{"path":1136,"priority":494},"references/structured-generation.md",{"basePath":1138,"description":1139,"displayName":1140,"installMethods":1141,"rationale":1142,"selectedPaths":1143,"source":324,"sourceLanguage":18,"type":242},"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",[1144,1145,1147,1148],{"path":491,"priority":318},{"path":1146,"priority":494},"references/multi-gpu.md",{"path":1118,"priority":494},{"path":1149,"priority":494},"references/serving.md",{"basePath":1151,"description":1152,"displayName":1153,"installMethods":1154,"rationale":1155,"selectedPaths":1156,"source":324,"sourceLanguage":18,"type":242},"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",[1157,1158,1159,1160,1162],{"path":491,"priority":318},{"path":1118,"priority":494},{"path":1120,"priority":494},{"path":1161,"priority":494},"references/server-deployment.md",{"path":648,"priority":494},{"basePath":1164,"description":1165,"displayName":1166,"installMethods":1167,"rationale":1168,"selectedPaths":1169,"source":324,"sourceLanguage":18,"type":242},"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",[1170,1171,1172,1174],{"path":491,"priority":318},{"path":1132,"priority":494},{"path":1173,"priority":494},"references/model-registry.md",{"path":1175,"priority":494},"references/tracking.md",{"basePath":1177,"description":1178,"displayName":1179,"installMethods":1180,"rationale":1181,"selectedPaths":1182,"source":324,"sourceLanguage":18,"type":242},"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",[1183,1184,1186],{"path":491,"priority":318},{"path":1185,"priority":494},"references/integrations.md",{"path":1187,"priority":494},"references/visualization.md",{"basePath":1189,"description":1190,"displayName":1191,"installMethods":1192,"rationale":1193,"selectedPaths":1194,"source":324,"sourceLanguage":18,"type":242},"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",[1195,1196,1197,1199],{"path":491,"priority":318},{"path":1185,"priority":494},{"path":1198,"priority":494},"references/profiling.md",{"path":1187,"priority":494},{"basePath":1201,"description":1202,"displayName":1203,"installMethods":1204,"rationale":1205,"selectedPaths":1206,"source":324,"sourceLanguage":18,"type":242},"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",[1207,1208,1210,1211],{"path":491,"priority":318},{"path":1209,"priority":494},"references/artifacts.md",{"path":1185,"priority":494},{"path":1212,"priority":494},"references/sweeps.md",{"basePath":1214,"description":1215,"displayName":1216,"installMethods":1217,"rationale":1218,"selectedPaths":1219,"source":324,"sourceLanguage":18,"type":242},"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",[1220,1221,1222,1223,1224,1226,1228,1229,1231],{"path":491,"priority":318},{"path":673,"priority":494},{"path":614,"priority":494},{"path":547,"priority":494},{"path":1225,"priority":494},"references/design-patterns.md",{"path":1227,"priority":494},"references/examples.md",{"path":1077,"priority":494},{"path":1230,"priority":494},"references/releases.md",{"path":676,"priority":494},{"basePath":1233,"description":1234,"displayName":1235,"installMethods":1236,"rationale":1237,"selectedPaths":1238,"source":324,"sourceLanguage":18,"type":242},"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",[1239,1240,1241],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1243,"description":1244,"displayName":1245,"installMethods":1246,"rationale":1247,"selectedPaths":1248,"source":324,"sourceLanguage":18,"type":242},"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",[1249,1250,1252,1254],{"path":491,"priority":318},{"path":1251,"priority":494},"references/flows.md",{"path":1253,"priority":494},"references/tools.md",{"path":648,"priority":494},{"basePath":1256,"description":1257,"displayName":1258,"installMethods":1259,"rationale":1260,"selectedPaths":1261,"source":324,"sourceLanguage":18,"type":242},"14-agents/langchain","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.","langchain",{"claudeCode":12},"SKILL.md frontmatter at 14-agents/langchain/SKILL.md",[1262,1263,1265,1266],{"path":491,"priority":318},{"path":1264,"priority":494},"references/agents.md",{"path":591,"priority":494},{"path":1267,"priority":494},"references/rag.md",{"basePath":1269,"description":1270,"displayName":1271,"installMethods":1272,"rationale":1273,"selectedPaths":1274,"source":324,"sourceLanguage":18,"type":242},"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",[1275,1276,1277,1279],{"path":491,"priority":318},{"path":1264,"priority":494},{"path":1278,"priority":494},"references/data_connectors.md",{"path":1280,"priority":494},"references/query_engines.md",{"basePath":1282,"description":1283,"displayName":1284,"installMethods":1285,"rationale":1286,"selectedPaths":1287,"source":324,"sourceLanguage":18,"type":242},"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",[1288,1289],{"path":491,"priority":318},{"path":591,"priority":494},{"basePath":1291,"description":1292,"displayName":1293,"installMethods":1294,"rationale":1295,"selectedPaths":1296,"source":324,"sourceLanguage":18,"type":242},"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",[1297,1298],{"path":491,"priority":318},{"path":1299,"priority":494},"references/index_types.md",{"basePath":1301,"description":1302,"displayName":1303,"installMethods":1304,"rationale":1305,"selectedPaths":1306,"source":324,"sourceLanguage":18,"type":242},"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",[1307,1308],{"path":491,"priority":318},{"path":1132,"priority":494},{"basePath":1310,"description":1311,"displayName":1312,"installMethods":1313,"rationale":1314,"selectedPaths":1315,"source":324,"sourceLanguage":18,"type":242},"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",[1316,1317,1318],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1320,"description":1321,"displayName":1322,"installMethods":1323,"rationale":1324,"selectedPaths":1325,"source":324,"sourceLanguage":18,"type":242},"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",[1326,1327],{"path":491,"priority":318},{"path":1328,"priority":494},"references/models.md",{"basePath":1330,"description":1331,"displayName":1332,"installMethods":1333,"rationale":1334,"selectedPaths":1335,"source":324,"sourceLanguage":18,"type":242},"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",[1336,1337,1338,1340],{"path":491,"priority":318},{"path":1227,"priority":494},{"path":1339,"priority":494},"references/modules.md",{"path":1062,"priority":494},{"basePath":1342,"description":1343,"displayName":1344,"installMethods":1345,"rationale":1346,"selectedPaths":1347,"source":324,"sourceLanguage":18,"type":242},"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",[1348,1349,1351,1353],{"path":491,"priority":318},{"path":1350,"priority":494},"references/backends.md",{"path":1352,"priority":494},"references/constraints.md",{"path":1227,"priority":494},{"basePath":239,"description":10,"displayName":202,"installMethods":1355,"rationale":1356,"selectedPaths":1357,"source":324,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at 16-prompt-engineering/instructor/SKILL.md",[1358,1359,1360,1362],{"path":491,"priority":318},{"path":1227,"priority":494},{"path":1361,"priority":494},"references/providers.md",{"path":1363,"priority":494},"references/validation.md",{"basePath":1365,"description":1366,"displayName":1367,"installMethods":1368,"rationale":1369,"selectedPaths":1370,"source":324,"sourceLanguage":18,"type":242},"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",[1371,1372,1373,1374],{"path":491,"priority":318},{"path":1350,"priority":494},{"path":1227,"priority":494},{"path":1375,"priority":494},"references/json_generation.md",{"basePath":1377,"description":1378,"displayName":1379,"installMethods":1380,"rationale":1381,"selectedPaths":1382,"source":324,"sourceLanguage":18,"type":242},"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",[1383,1384,1385],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1387,"description":1388,"displayName":1389,"installMethods":1390,"rationale":1391,"selectedPaths":1392,"source":324,"sourceLanguage":18,"type":242},"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",[1393,1394,1395],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1397,"description":1398,"displayName":1399,"installMethods":1400,"rationale":1401,"selectedPaths":1402,"source":324,"sourceLanguage":18,"type":242},"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",[1403,1404,1405],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1407,"description":1408,"displayName":1409,"installMethods":1410,"rationale":1411,"selectedPaths":1412,"source":324,"sourceLanguage":18,"type":242},"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",[1413,1414,1415],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1417,"description":1418,"displayName":1419,"installMethods":1420,"rationale":1421,"selectedPaths":1422,"source":324,"sourceLanguage":18,"type":242},"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",[1423,1424],{"path":491,"priority":318},{"path":1425,"priority":494},"references/applications.md",{"basePath":1427,"description":1428,"displayName":1429,"installMethods":1430,"rationale":1431,"selectedPaths":1432,"source":324,"sourceLanguage":18,"type":242},"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",[1433,1434,1436],{"path":491,"priority":318},{"path":1435,"priority":494},"references/libero-commands.md",{"path":1437,"priority":494},"references/robocasa-commands.md",{"basePath":1439,"description":1440,"displayName":1441,"installMethods":1442,"rationale":1443,"selectedPaths":1444,"source":324,"sourceLanguage":18,"type":242},"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",[1445,1446],{"path":491,"priority":318},{"path":551,"priority":494},{"basePath":1448,"description":1449,"displayName":1450,"installMethods":1451,"rationale":1452,"selectedPaths":1453,"source":324,"sourceLanguage":18,"type":242},"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",[1454,1455,1457,1459,1461,1463],{"path":491,"priority":318},{"path":1456,"priority":494},"references/checkpoints-and-env-map.md",{"path":1458,"priority":494},"references/config-recipes.md",{"path":1460,"priority":494},"references/pytorch-gotchas.md",{"path":1462,"priority":494},"references/remote-client-pattern.md",{"path":1464,"priority":494},"references/training-debugging.md",{"basePath":1466,"description":1467,"displayName":1468,"installMethods":1469,"rationale":1470,"selectedPaths":1471,"source":324,"sourceLanguage":18,"type":242},"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",[1472,1473,1475,1477,1479],{"path":491,"priority":318},{"path":1474,"priority":494},"references/aloha-workflow.md",{"path":1476,"priority":494},"references/config-troubleshooting.md",{"path":1478,"priority":494},"references/libero-workflow.md",{"path":1480,"priority":494},"references/paper-and-checkpoints.md",{"basePath":1482,"description":1483,"displayName":1484,"installMethods":1485,"rationale":1486,"selectedPaths":1487,"source":324,"sourceLanguage":18,"type":242},"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",[1488,1489,1490],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1492,"description":1493,"displayName":1494,"installMethods":1495,"rationale":1496,"selectedPaths":1497,"source":324,"sourceLanguage":18,"type":242},"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",[1498,1499,1500],{"path":491,"priority":318},{"path":646,"priority":494},{"path":648,"priority":494},{"basePath":1502,"description":1503,"displayName":1504,"installMethods":1505,"rationale":1506,"selectedPaths":1507,"source":324,"sourceLanguage":18,"type":242},"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",[1508,1509],{"path":491,"priority":318},{"path":1510,"priority":494},"references/languages.md",{"basePath":1512,"description":1513,"displayName":1514,"installMethods":1515,"rationale":1516,"selectedPaths":1517,"source":324,"sourceLanguage":18,"type":242},"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",[1518,1519],{"path":491,"priority":318},{"path":1520,"priority":494},"references/minillm.md",{"basePath":1522,"description":1523,"displayName":1524,"installMethods":1525,"rationale":1526,"selectedPaths":1527,"source":324,"sourceLanguage":18,"type":242},"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",[1528,1529,1531,1533],{"path":491,"priority":318},{"path":1530,"priority":494},"references/extension_methods.md",{"path":1532,"priority":494},"references/fine_tuning.md",{"path":1534,"priority":494},"references/rope.md",{"basePath":1536,"description":1537,"displayName":1538,"installMethods":1539,"rationale":1540,"selectedPaths":1541,"source":324,"sourceLanguage":18,"type":242},"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",[1542,1543,1545,1546],{"path":491,"priority":318},{"path":1544,"priority":494},"references/evaluation.md",{"path":1227,"priority":494},{"path":1547,"priority":494},"references/methods.md",{"basePath":1549,"description":1550,"displayName":1551,"installMethods":1552,"rationale":1553,"selectedPaths":1554,"source":324,"sourceLanguage":18,"type":242},"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",[1555,1556],{"path":491,"priority":318},{"path":1557,"priority":494},"references/wanda.md",{"basePath":1559,"description":1560,"displayName":1561,"installMethods":1562,"rationale":1563,"selectedPaths":1564,"source":324,"sourceLanguage":18,"type":242},"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",[1565,1566,1568,1570],{"path":491,"priority":318},{"path":1567,"priority":494},"references/architectures.md",{"path":1569,"priority":494},"references/inference.md",{"path":551,"priority":494},{"basePath":1572,"description":1573,"displayName":1574,"installMethods":1575,"rationale":1576,"selectedPaths":1577,"source":324,"sourceLanguage":18,"type":242},"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",[1578,1579,1581],{"path":491,"priority":318},{"path":1580,"priority":494},"references/lookahead.md",{"path":1582,"priority":494},"references/medusa.md",{"basePath":1584,"description":1585,"displayName":1586,"installMethods":1587,"rationale":1588,"selectedPaths":1589,"source":324,"sourceLanguage":18,"type":242},"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",[1590,1591,1593,1595],{"path":491,"priority":318},{"path":1592,"priority":494},"references/data-visualization.md",{"path":1594,"priority":494},"references/diagram-generation.md",{"path":1596,"priority":494},"references/style-guide.md",{"basePath":1598,"description":1599,"displayName":465,"installMethods":1600,"rationale":1601,"selectedPaths":1602,"source":324,"sourceLanguage":18,"type":242},"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",[1603,1604,1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,1628,1630,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692,1694,1696,1698,1700,1702],{"path":491,"priority":318},{"path":1605,"priority":494},"references/checklists.md",{"path":1607,"priority":494},"references/citation-workflow.md",{"path":1609,"priority":494},"references/reviewer-guidelines.md",{"path":1611,"priority":494},"references/sources.md",{"path":1613,"priority":494},"references/writing-guide.md",{"path":1615,"priority":501},"templates/README.md",{"path":1617,"priority":501},"templates/aaai2026/README.md",{"path":1619,"priority":501},"templates/aaai2026/aaai2026-unified-supp.tex",{"path":1621,"priority":501},"templates/aaai2026/aaai2026-unified-template.tex",{"path":1623,"priority":501},"templates/aaai2026/aaai2026.bib",{"path":1625,"priority":501},"templates/aaai2026/aaai2026.bst",{"path":1627,"priority":501},"templates/aaai2026/aaai2026.sty",{"path":1629,"priority":501},"templates/acl/README.md",{"path":1631,"priority":501},"templates/acl/acl.sty",{"path":1633,"priority":501},"templates/acl/acl_latex.tex",{"path":1635,"priority":501},"templates/acl/acl_lualatex.tex",{"path":1637,"priority":501},"templates/acl/acl_natbib.bst",{"path":1639,"priority":501},"templates/acl/anthology.bib.txt",{"path":1641,"priority":501},"templates/acl/custom.bib",{"path":1643,"priority":501},"templates/acl/formatting.md",{"path":1645,"priority":501},"templates/colm2025/README.md",{"path":1647,"priority":501},"templates/colm2025/colm2025_conference.bib",{"path":1649,"priority":501},"templates/colm2025/colm2025_conference.bst",{"path":1651,"priority":501},"templates/colm2025/colm2025_conference.pdf",{"path":1653,"priority":501},"templates/colm2025/colm2025_conference.sty",{"path":1655,"priority":501},"templates/colm2025/colm2025_conference.tex",{"path":1657,"priority":501},"templates/colm2025/fancyhdr.sty",{"path":1659,"priority":501},"templates/colm2025/math_commands.tex",{"path":1661,"priority":501},"templates/colm2025/natbib.sty",{"path":1663,"priority":501},"templates/iclr2026/fancyhdr.sty",{"path":1665,"priority":501},"templates/iclr2026/iclr2026_conference.bib",{"path":1667,"priority":501},"templates/iclr2026/iclr2026_conference.bst",{"path":1669,"priority":501},"templates/iclr2026/iclr2026_conference.pdf",{"path":1671,"priority":501},"templates/iclr2026/iclr2026_conference.sty",{"path":1673,"priority":501},"templates/iclr2026/iclr2026_conference.tex",{"path":1675,"priority":501},"templates/iclr2026/math_commands.tex",{"path":1677,"priority":501},"templates/iclr2026/natbib.sty",{"path":1679,"priority":501},"templates/icml2026/algorithm.sty",{"path":1681,"priority":501},"templates/icml2026/algorithmic.sty",{"path":1683,"priority":501},"templates/icml2026/example_paper.bib",{"path":1685,"priority":501},"templates/icml2026/example_paper.pdf",{"path":1687,"priority":501},"templates/icml2026/example_paper.tex",{"path":1689,"priority":501},"templates/icml2026/fancyhdr.sty",{"path":1691,"priority":501},"templates/icml2026/icml2026.bst",{"path":1693,"priority":501},"templates/icml2026/icml2026.sty",{"path":1695,"priority":501},"templates/icml2026/icml_numpapers.pdf",{"path":1697,"priority":501},"templates/neurips2025/Makefile",{"path":1699,"priority":501},"templates/neurips2025/extra_pkgs.tex",{"path":1701,"priority":501},"templates/neurips2025/main.tex",{"path":1703,"priority":501},"templates/neurips2025/neurips.sty",{"basePath":1705,"description":1706,"displayName":1707,"installMethods":1708,"rationale":1709,"selectedPaths":1710,"source":324,"sourceLanguage":18,"type":242},"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",[1711,1712],{"path":491,"priority":318},{"path":1713,"priority":494},"references/slide-templates.md",{"basePath":1715,"description":1716,"displayName":1717,"installMethods":1718,"rationale":1719,"selectedPaths":1720,"source":324,"sourceLanguage":18,"type":242},"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",[1721,1722,1724,1725,1727,1729,1731,1733,1735,1737,1739,1741,1743,1745,1747,1749],{"path":491,"priority":318},{"path":1723,"priority":494},"references/checklist.md",{"path":1609,"priority":494},{"path":1726,"priority":494},"references/section-blueprints.md",{"path":1728,"priority":494},"references/systems-conferences.md",{"path":1730,"priority":494},"references/writing-patterns.md",{"path":1732,"priority":501},"templates/asplos2027/main.tex",{"path":1734,"priority":501},"templates/asplos2027/references.bib",{"path":1736,"priority":501},"templates/nsdi2027/main.tex",{"path":1738,"priority":501},"templates/nsdi2027/references.bib",{"path":1740,"priority":501},"templates/nsdi2027/usenix-2020-09.sty",{"path":1742,"priority":501},"templates/osdi2026/main.tex",{"path":1744,"priority":501},"templates/osdi2026/references.bib",{"path":1746,"priority":501},"templates/osdi2026/usenix-2020-09.sty",{"path":1748,"priority":501},"templates/sosp2026/main.tex",{"path":1750,"priority":501},"templates/sosp2026/references.bib",{"basePath":1752,"description":1753,"displayName":1754,"installMethods":1755,"rationale":1756,"selectedPaths":1757,"source":324,"sourceLanguage":18,"type":242},"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",[1758],{"path":491,"priority":318},{"basePath":1760,"description":1761,"displayName":1762,"installMethods":1763,"rationale":1764,"selectedPaths":1765,"source":324,"sourceLanguage":18,"type":242},"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",[1766],{"path":491,"priority":318},{"basePath":1768,"description":1769,"displayName":1770,"installMethods":1771,"rationale":1772,"selectedPaths":1773,"source":324,"sourceLanguage":18,"type":242},"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",[1774,1775,1777,1779],{"path":491,"priority":318},{"path":1776,"priority":494},"references/ara-schema.md",{"path":1778,"priority":494},"references/exploration-tree-spec.md",{"path":1780,"priority":494},"references/validation-checklist.md",{"basePath":1782,"description":1783,"displayName":1784,"installMethods":1785,"rationale":1786,"selectedPaths":1787,"source":324,"sourceLanguage":18,"type":242},"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",[1788,1789,1791,1793],{"path":491,"priority":318},{"path":1790,"priority":494},"references/event-taxonomy.md",{"path":1792,"priority":494},"references/provenance-tags.md",{"path":1794,"priority":494},"references/session-protocol.md",{"basePath":1796,"description":1797,"displayName":1798,"installMethods":1799,"rationale":1800,"selectedPaths":1801,"source":324,"sourceLanguage":18,"type":242},"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",[1802,1803],{"path":491,"priority":318},{"path":1804,"priority":494},"references/review-dimensions.md",{"basePath":1806,"description":1807,"displayName":1808,"installMethods":1809,"license":233,"rationale":1810,"selectedPaths":1811,"source":324,"sourceLanguage":18,"type":1819},"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":1808},"cli ecosystem detected at packages/ai-research-skills",[1812,1814,1815,1817],{"path":1813,"priority":318},"package.json",{"path":320,"priority":318},{"path":1816,"priority":494},"bin/cli.js",{"path":1818,"priority":501},"src/index.js","cli",{"sources":1821},[1822],"manual",{"npmPackage":277},{"closedIssues90d":225,"description":1825,"forks":226,"homepage":1826,"license":233,"openIssues90d":228,"pushedAt":229,"readmeSize":223,"stars":230,"topics":1827},"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",[1828,269,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840],"ai","claude","claude-code","claude-skills","codex","gemini","gpt-5","grpo","huggingface","machine-leanring","megatron","skills","vllm",{"downloads":8},{"classifiedAt":1843,"discoverAt":1844,"extractAt":1845,"githubAt":1845,"npmAt":1846,"updatedAt":1843},1778695115942,1778695107142,1778695112108,1778695113836,[205,202,206,201,204,209,203,207,208],{"evaluatedAt":237,"extractAt":286,"updatedAt":237},[],[1851,1877,1910,1929,1951,1980],{"_creationTime":1852,"_id":1853,"community":1854,"display":1855,"identity":1859,"providers":1864,"relations":1871,"tags":1873,"workflow":1874},1778685991755.7273,"k175b8b0kpk0gsz87sd34639z586nn67",{"reviewCount":8},{"description":10,"installMethods":1856,"name":202,"sourceUrl":1858},{"claudeCode":1857},"davila7/claude-code-templates","https://github.com/davila7/claude-code-templates",{"basePath":1860,"githubOwner":1861,"githubRepo":1862,"locale":18,"slug":1863,"type":242},"cli-tool/components/skills/ai-research/prompt-engineering-instructor","davila7","claude-code-templates","prompt-engineering-instructor",{"evaluate":1865,"extract":1870},{"promptVersionExtension":194,"promptVersionScoring":195,"score":1866,"tags":1867,"targetMarket":210,"tier":1869},75,[201,202,203,204,205,1868],"llm","community",{"commitSha":275},{"repoId":1872},"kd71fzn4s7r0269fkw47wt670n86ndz0",[205,202,1868,201,204,203],{"evaluatedAt":1875,"extractAt":1876,"updatedAt":1875},1778688700350,1778685991755,{"_creationTime":1878,"_id":1879,"community":1880,"display":1881,"identity":1887,"providers":1893,"relations":1901,"tags":1905,"workflow":1906},1778683565597.3582,"k179v0t3brjq9ge89jt697x39186mwa2",{"reviewCount":8},{"description":1882,"installMethods":1883,"name":1885,"sourceUrl":1886},"Erstellen Sie eine `BaseTool[InSchema, OutSchema]`-Unterklasse — Eingabe-/Ausgabeschemata, `BaseToolConfig`, `run()` (und optional `run_async()`), umgebungsgesteuerte Geheimnisse, typisierte Fehler-Outputs. Verwenden Sie dies, wenn der Benutzer fragt, \"ein Werkzeug hinzuzufügen\", \"ein Werkzeug zu erstellen\", \"eine API als Werkzeug zu verpacken\", \"eine `BaseTool` zu bauen\", \"ein Werkzeug für Berechnungen/Suche/Wetter zu erstellen\" oder `/atomic-agents:create-atomic-tool` ausführt.",{"claudeCode":1884},"BrainBlend-AI/atomic-agents","Create Atomic Tool","https://github.com/BrainBlend-AI/atomic-agents",{"basePath":1888,"githubOwner":1889,"githubRepo":1890,"locale":1891,"slug":1892,"type":242},"claude-plugin/atomic-agents/skills/create-atomic-tool","BrainBlend-AI","atomic-agents","de","create-atomic-tool",{"evaluate":1894,"extract":1900},{"promptVersionExtension":194,"promptVersionScoring":195,"score":267,"tags":1895,"targetMarket":210,"tier":211},[1896,1897,1898,1899,204,202],"python","code-generation","developer-tools","agent-framework",{"commitSha":275,"license":233},{"parentExtensionId":1902,"repoId":1903,"translatedFrom":1904},"k17bm61p7zr993vt7thb45838h86mrjy","kd7038dvhwk39adrnvedmx8x3s86mqpq","k17etfv7gy0r843nssf7yy7em586nxja",[1899,1897,1898,202,204,1896],{"evaluatedAt":1907,"extractAt":1908,"updatedAt":1909},1778683348543,1778683220959,1778683565597,{"_creationTime":1911,"_id":1912,"community":1913,"display":1914,"identity":1916,"providers":1917,"relations":1925,"tags":1926,"workflow":1927},1778695116697.1921,"k176ntgt0hy47s5ks62yw864w986mtmq",{"reviewCount":8},{"description":1343,"installMethods":1915,"name":1344,"sourceUrl":14},{"claudeCode":12},{"basePath":1342,"githubOwner":240,"githubRepo":241,"locale":18,"slug":1344,"type":242},{"evaluate":1918,"extract":1924},{"promptVersionExtension":194,"promptVersionScoring":195,"score":267,"tags":1919,"targetMarket":210,"tier":211},[201,1344,1920,203,1921,1922,1923],"constrained-generation","json-validation","grammar","llm-workflows",{"commitSha":275},{"parentExtensionId":245,"repoId":282},[1920,1922,1344,1921,1923,201,203],{"evaluatedAt":1928,"extractAt":286,"updatedAt":1928},1778696989725,{"_creationTime":1930,"_id":1931,"community":1932,"display":1933,"identity":1937,"providers":1940,"relations":1945,"tags":1947,"workflow":1948},1778683567301.4797,"k17febhm14mhrjy7wd99dp601s86njn0",{"reviewCount":8},{"description":1934,"installMethods":1935,"name":1936,"sourceUrl":1886},"Entwerfen und schreiben Sie ein `BaseIOSchema`-Eingabe-/Ausgabepaar für einen Atomic Agents-Agenten oder ein Tool – Docstrings, Feld-Beschreibungen, Validatoren, Fehler-Varianten. Verwenden Sie dies, wenn der Benutzer nach \"Schema erstellen\", \"Eingabe-/Ausgabe-Schema entwerfen\", \"`IOSchema` definieren\", \"`BaseIOSchema` schreiben\", \"Modellieren der Agentenausgabe\" fragt oder `/atomic-agents:create-atomic-schema` ausführt.",{"claudeCode":1884},"Create Atomic Schema",{"basePath":1938,"githubOwner":1889,"githubRepo":1890,"locale":1891,"slug":1939,"type":242},"claude-plugin/atomic-agents/skills/create-atomic-schema","create-atomic-schema",{"evaluate":1941,"extract":1944},{"promptVersionExtension":194,"promptVersionScoring":195,"score":198,"tags":1942,"targetMarket":210,"tier":211},[1943,204,202,1890,1896],"schema",{"commitSha":275,"license":233},{"parentExtensionId":1902,"repoId":1903,"translatedFrom":1946},"k170nd3h8zeayffrxe6pscxyy986m7em",[1890,202,204,1896,1943],{"evaluatedAt":1949,"extractAt":1908,"updatedAt":1950},1778683329867,1778683567301,{"_creationTime":1952,"_id":1953,"community":1954,"display":1955,"identity":1961,"providers":1965,"relations":1974,"tags":1976,"workflow":1977},1778696993586.7058,"k174ty9vbfgj7cv3v2szdwjgh986mrsf",{"reviewCount":8},{"description":1956,"installMethods":1957,"name":1959,"sourceUrl":1960},"Search ChatGPT and extract the full response + hydration JSON that powers the UI.\nAttaches to a running Chrome instance (port 9222 by default), opens ChatGPT,\nsubmits a query, waits for the streamed response, and returns structured data:\nmessages, product cards, hydration JSON, and API calls.\nUse when asked to \"search chatgpt\", \"ask chatgpt\", \"chatgpt search\",\n\"get chatgpt response\", or \"scrape chatgpt\".\n",{"claudeCode":1958},"SeifBenayed/claude-code-sdk","chatgpt-search","https://github.com/SeifBenayed/claude-code-sdk",{"basePath":1962,"githubOwner":1963,"githubRepo":1964,"locale":18,"slug":1959,"type":242},".claude/skills/chatgpt-search","SeifBenayed","claude-code-sdk",{"evaluate":1966,"extract":1973},{"promptVersionExtension":194,"promptVersionScoring":195,"score":1967,"tags":1968,"targetMarket":210,"tier":211},100,[1969,1970,1971,205,1972],"chatgpt","scraping","browser-automation","web-scraping",{"commitSha":275},{"repoId":1975},"kd78s53c1852h5p7c3qem663xs86njab",[1971,1969,205,1970,1972],{"evaluatedAt":1978,"extractAt":1979,"updatedAt":1978},1778697026743,1778696993586,{"_creationTime":1981,"_id":1982,"community":1983,"display":1984,"identity":1990,"providers":1993,"relations":2000,"tags":2003,"workflow":2004},1778691104676.009,"k178w7wd1nma48cbwy5hbrnq7s86nyvy",{"reviewCount":8},{"description":1985,"installMethods":1986,"name":1988,"sourceUrl":1989},"Extract typed JSON from public website pages using a schema.",{"claudeCode":1987},"iterationlayer/skills","website-extraction-api","https://github.com/iterationlayer/skills",{"basePath":1991,"githubOwner":1992,"githubRepo":1839,"locale":18,"slug":1988,"type":242},"skills/website-extraction-api","iterationlayer",{"evaluate":1994,"extract":1999},{"promptVersionExtension":194,"promptVersionScoring":195,"score":1967,"tags":1995,"targetMarket":210,"tier":211},[1972,205,1996,1943,1997,1998],"json","api","automation",{"commitSha":275},{"parentExtensionId":2001,"repoId":2002},"k1721s0xmp59902ybtpakrrffn86n10s","kd76p4g2qmtrkgx99cnab3683d86n4g8",[1997,1998,205,1996,1943,1972],{"evaluatedAt":2005,"extractAt":2006,"updatedAt":2005},1778694012840,1778691104676]