feat(skills): add MiniMax-AI/cli as default skill tap

Adds MiniMax-AI/cli to the default taps list so the mmx-cli skill
is discoverable and installable out of the box via /skills browse
and /skills install. The skill definition lives upstream at
github.com/MiniMax-AI/cli/skill/SKILL.md, keeping updates decoupled.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yuanhe 2026-04-10 18:54:27 -07:00 committed by Teknium
parent b5ec6e8df7
commit 1df0c812c4

View file

@ -289,6 +289,7 @@ class GitHubSource(SkillSource):
{"repo": "anthropics/skills", "path": "skills/"},
{"repo": "VoltAgent/awesome-agent-skills", "path": "skills/"},
{"repo": "garrytan/gstack", "path": ""},
{"repo": "MiniMax-AI/cli", "path": "skill/"},
]
def __init__(self, auth: GitHubAuth, extra_taps: Optional[List[Dict]] = None):