Aicrew install
TDD-first AI dev pipeline for Claude Code, Cursor, Codex, Gemini CLI & Antigravity. /dev /fix /quick + token-saving hooks. npx aicrew install
npx -y skills add AKSoftCode/aicrew --skill aicrew-installAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Run or guide `aicrew install` — first-time global setup of skills, hooks, and MCP wiring.
SKILL.md
1.6 KB, as published. Nobody here has run it
aicrew-install (Codex)
Use when: first time setting up aicrew on a machine, or running from within Codex without a terminal.
Equivalent actions
| Method | Command |
|---|---|
| CLI | npx aicrew install or aicrew install |
| Codex skill | aicrew-install (this skill) |
| Claude Code slash | /install |
Default output
Caveman/lean style. See ~/Agents/agents/caveman.md.
What install does
- Copies package skills →
~/Agents/(shared source of truth) - Merges skills →
~/.claude/skills/(adds missing, never overwrites) - Symlinks
~/.claude/commands/*.md→~/Agents/commands/*.md - Merges
codex-skills/→~/.codex/skills/ - Registers
session-memory.py(Stop) +security-guard.py(PreToolUse) in~/.claude/settings.json - Symlinks MCP configs (
~/.claude/.mcp.json,~/.cursor/mcp.json), patches Codexconfig.toml
Steps (when running in Codex)
- Confirm Node 18+ is available:
node --version - Run:
npx aicrew install(oraicrew installif globally installed) - Verify:
aicrew status
Expected output
=== aicrew — Global Install ===
...
=== Install complete ===
Commands available: N
Available commands in Claude Code:
/dev /quick /conclude /update-skills ...
Available skills in Codex:
aicrew-dev, aicrew-fix, aicrew-quick, aicrew-conclude, ...
After install
Open Claude Code in any project and type /dev. In Codex, invoke aicrew-dev.