mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-13 08:03:04 +08:00
feat: add machine learning engineering workflow
(cherry picked from commit 4b0eeacd66b2f65b7b11d7f2c8bef056c50b08e4)
This commit is contained in:
committed by
Affaan Mustafa
parent
54efa1a150
commit
240d52d27f
@@ -57,6 +57,31 @@ const COMPONENT_ALIASES = Object.freeze({
|
||||
'capability:social': ['distribution', 'post', 'posting', 'publish', 'publishing', 'twitter', 'x'],
|
||||
'capability:media': ['editing', 'image', 'remotion', 'slides', 'video'],
|
||||
'capability:orchestration': ['dmux', 'parallel', 'tmux', 'worktree', 'worktrees'],
|
||||
'capability:machine-learning': [
|
||||
'data-science',
|
||||
'ml',
|
||||
'mle',
|
||||
'mlops',
|
||||
'model',
|
||||
'models',
|
||||
'pytorch',
|
||||
'training',
|
||||
],
|
||||
'agent:mle-reviewer': [
|
||||
'data-science',
|
||||
'ml',
|
||||
'mle',
|
||||
'mlops',
|
||||
'model',
|
||||
'models',
|
||||
'training',
|
||||
'inference',
|
||||
'serving',
|
||||
'evaluation',
|
||||
'evals',
|
||||
'model-review',
|
||||
'review-training',
|
||||
],
|
||||
'framework:nextjs': ['next', 'next.js', 'nextjs'],
|
||||
'framework:react': ['react', 'tsx'],
|
||||
'framework:django': ['django'],
|
||||
|
||||
Reference in New Issue
Block a user