
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
code-ai-installer
Advanced tools
Production-ready CLI to install code-ai agents and skills for multiple AI coding assistants.
CLI for installing your agents/, .agents/skills/, and .agents/workflows/ assets into AI-specific layouts.
The global package contains bundled templates, so code-ai works from any directory.
vscode-copilotgpt-codexclaudeqwen-3.5google-antugravitynpm install
npm run build
# from npm registry
npm install -g code-ai-installer
# or
pnpm add -g code-ai-installer
# or
yarn global add code-ai-installer
# or
bun add -g code-ai-installer
# verify binary in system terminal
code-ai --help
# install globally from local repository
npm install -g .
code-ai --help
# interactive wizard (recommended)
code-ai
# list targets
code-ai targets
# list available agents and skills from current repository
code-ai list
code-ai list --lang en
# health checks
code-ai doctor --target claude
code-ai doctor --target claude --lang en
# dry-run install (default)
code-ai install --target claude --agents conductor,reviewer --skills board,security_review
code-ai install --target claude --lang en --agents conductor,reviewer --skills board,security_review
# install into a newly created folder under current directory
code-ai install --target gpt-codex --create-dir my-new-project --agents all --skills all --apply
# apply install with overwrite
code-ai install --target claude --agents all --skills all --overwrite --apply
# strict mode: require explicit target hints in agent/skill files
code-ai install --target claude --agents all --skills all --strict-hints --apply
# uninstall preview
code-ai uninstall --target claude
# uninstall apply
code-ai uninstall --target claude --apply
AGENTS.md.github/copilot-instructions.mdCODEX.mdCLAUDE.mdQWEN.mdAGENTS.md (GEMINI.md is also installed for compatibility)gpt-codex, assets are installed to agents/, .agents/skills/, and .agents/workflows/ for native Codex discovery.google-antugravity, root instructions are provided via AGENTS.md, and a mirrored GEMINI.md is installed for backward compatibility. Assets are installed in antugravity-friendly structure:
.gemini/agents/<agent>/prompt.md and .gemini/agents/<agent>/config.json.gemini/skills/<skill>.md and .gemini/skills/<skill>.pyqwen-3.5, installer also generates .qwen/settings.json with model/context defaults.codex: are transformed).
codex reasoning is mapped to target-native hints (copilot reasoning, claude thinking, qwen reasoning_effort, gemini reasoning).dry-run..code-ai-installer/backups/<target>/<timestamp>/..code-ai-installer/state/<target>.json for uninstall.--strict-hints enforces target-hint emission and auto-fills missing hints with target defaults.copilot, codex, claude, qwen, google, antigravity.--destination <path>.--lang ru|en (default: ru).FAQs
Production-ready CLI to install code-ai agents and skills for multiple AI coding assistants.
The npm package code-ai-installer receives a total of 54 weekly downloads. As such, code-ai-installer popularity was classified as not popular.
We found that code-ai-installer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.