@minhluudev/ai-tools
v1.0.19
Published
CLI to install AI skills from GitHub branches into Codex and Claude.
Readme
ai-tools
@minhluudev/ai-tools is a personal CLI for installing the AI tools, agent skills, and project docs that I use in my own workflow.
Install
npm install -g @minhluudev/ai-toolsUsage
ai-toolsMain menu:
Install agent skillsInstall project docsInstall libs for AIInstall pluginInstall mcpCancel
Controls:
← →switch tabs↑ ↓movespaceorenterselectqoresccancel
Install agent skills
- installs selected skills into
~/.codex,~/.claude,./.codex, or./.claude
Install project docs
- copies the contents inside the selected docs folder into the current working directory
Install libs for AI
- opens a guided workflow with tabs for
Libraries,Agents,OS,Scope,Mode, andReview - supports
rtk-ai/rtk,rtk-ai/icm, andaffaan-m/ECC - runs the current upstream install flow for each selected library and prints safety notes when an upstream flow is broader than the selected agent or scope
- for
ECC, clones the upstream repo into a temporary directory and runs the documented repo-based setup flow for the selected agent, with warnings about the documented Claude plugin overlap
Install plugin
- opens a guided workflow with tabs for
Plugins,Agents,Mode, andReview - currently supports
Lumin - loads the plugin bundle from the repository
pluginsbranch at runtime, so the main branch CLI can install it without vendoring the plugin files intomain - supports
InstallandUninstall - installs plugins in global mode only
Install mcp
- opens a guided workflow with tabs for
Select MCP,Agent,Mode, andReview - supports
Ant Design,GitLab,GitHub,Figma, andShadcn - supports selecting
Codex,Claude, or both in the same run - supports
InstallandUninstall - builds commands from current official MCP setup docs, executes the selected plan, and prints any extra configuration still required after install
- in
Uninstall, runs a safety preflight so removals target only the expected scope/config and warn when similarly named entries exist elsewhere
