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