-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathskills.sh.json
More file actions
130 lines (130 loc) · 4.98 KB
/
skills.sh.json
File metadata and controls
130 lines (130 loc) · 4.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"$schema": "https://skills.sh/schemas/skills.sh.schema.json",
"notGrouped": "bottom",
"groupings": [
{
"title": "Agentic AI",
"description": "Build and operate agentic systems, including RAG workflows, evaluation harnesses, tool use, policy, sandboxing, agent configuration, and agent workflow automation.",
"skills": [
"aiq-deploy",
"aiq-research",
"nemoclaw-user-agent-skills",
"nemoclaw-user-configure-inference",
"nemoclaw-user-configure-security",
"nemoclaw-user-deploy-remote",
"nemoclaw-user-get-started",
"nemoclaw-user-manage-policy",
"nemoclaw-user-manage-sandboxes",
"nemoclaw-user-monitor-sandbox",
"nemoclaw-user-overview",
"nemoclaw-user-reference",
"skill-card-generator",
"rag-blueprint",
"rag-eval",
"rag-perf"
]
},
{
"title": "Conversational AI",
"description": "Build and deploy speech, voice, dialogue, and multimodal conversational AI workflows, including real-time assistant and voice-agent experiences.",
"skills": [
"digital-health-clinical-asr-build",
"digital-health-clinical-asr-eval",
"digital-health-clinical-asr-finetune",
"digital-health-clinical-asr-setup"
]
},
{
"title": "Data Science",
"description": "Prepare, analyze, explore, and model data for AI and accelerated analytics workflows that are not specific to one training, inference, or agent task.",
"skills": [
"cupynumeric-install"
]
},
{
"title": "Decision Optimization",
"description": "Formulate and solve routing, scheduling, and numerical optimization problems using optimization solvers, APIs, services, and deployment workflows.",
"skills": [
"cuopt-numerical-optimization-api-cli",
"cuopt-routing-api-python",
"cuopt-user-rules",
"cuopt-developer",
"cuopt-install",
"cuopt-numerical-optimization-api-python",
"cuopt-server-api-python",
"cuopt-numerical-optimization-formulation",
"cuopt-routing-formulation",
"cuopt-skill-evolution",
"cuopt-numerical-optimization-api-c",
"cuopt-server-common"
]
},
{
"title": "GPU Development",
"description": "Develop, tune, profile, and integrate GPU kernels and accelerated code, including CUDA-adjacent workflows, autotuning, low-level performance work, and framework integration.",
"skills": [
"tilegym-adding-cutile-kernel"
]
},
{
"title": "Inference AI",
"description": "Deploy, serve, optimize, and evaluate models for production inference, including quantization, runtime performance, and serving configuration.",
"skills": [
"dynamo-interconnect-check",
"dynamo-recipe-runner",
"dynamo-router-starter",
"dynamo-troubleshoot"
]
},
{
"title": "Simulation and Modeling",
"description": "Create, run, validate, and analyze simulation and modeling workflows for systems, environments, processes, and physical phenomena.",
"skills": [
"earth2studio-data-fetch",
"earth2studio-deterministic-forecast",
"earth2studio-discover",
"earth2studio-install"
]
},
{
"title": "Training AI",
"description": "Build, validate, tune, and maintain large-scale model training workflows, including distributed training, model support, training validation, performance tuning, and training-stack CI.",
"skills": [
"nemo-automodel-distributed-training",
"nemo-automodel-launcher-config",
"nemo-automodel-model-onboarding",
"nemo-automodel-recipe-development",
"nemo-mbridge-recipe-recommender",
"nemo-mbridge-mlm-bridge-training",
"nemo-mbridge-multi-node-slurm",
"nemo-mbridge-perf-activation-recompute",
"nemo-mbridge-perf-cpu-offloading",
"nemo-mbridge-perf-cuda-graphs",
"nemo-mbridge-perf-expert-parallel-overlap",
"nemo-mbridge-perf-hierarchical-context-parallel",
"nemo-mbridge-perf-megatron-fsdp",
"nemo-mbridge-perf-memory-tuning",
"nemo-mbridge-perf-moe-comm-overlap",
"nemo-mbridge-perf-moe-dispatcher-selection",
"nemo-mbridge-perf-moe-hardware-configs",
"nemo-mbridge-perf-moe-long-context",
"nemo-mbridge-perf-moe-optimization-workflow",
"nemo-mbridge-perf-moe-vlm-training",
"nemo-mbridge-perf-parallelism-strategies",
"nemo-mbridge-perf-sequence-packing",
"nemo-mbridge-perf-tp-dp-comm-overlap",
"nemo-mbridge-resiliency",
"dali-dynamic-mode",
"nemotron-customize"
]
},
{
"title": "Vision AI",
"description": "Build vision and video AI workflows for analytics, search, summarization, alerts, real-time understanding, and model integration.",
"skills": [
"deepstream-dev",
"deepstream-import-vision-model"
]
}
]
}