agentsclimarketplace

Aicrew install

Skill AKSoftCode/aicrew/codex-skills/aicrew-install

TDD-first AI dev pipeline for Claude Code, Cursor, Codex, Gemini CLI & Antigravity. /dev /fix /quick + token-saving hooks. npx aicrew install

Install
npx -y skills add AKSoftCode/aicrew --skill aicrew-install

Assembled 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

MethodCommand
CLInpx aicrew install or aicrew install
Codex skillaicrew-install (this skill)
Claude Code slash/install

Default output

Caveman/lean style. See ~/Agents/agents/caveman.md.

What install does

  1. Copies package skills → ~/Agents/ (shared source of truth)
  2. Merges skills → ~/.claude/skills/ (adds missing, never overwrites)
  3. Symlinks ~/.claude/commands/*.md~/Agents/commands/*.md
  4. Merges codex-skills/~/.codex/skills/
  5. Registers session-memory.py (Stop) + security-guard.py (PreToolUse) in ~/.claude/settings.json
  6. Symlinks MCP configs (~/.claude/.mcp.json, ~/.cursor/mcp.json), patches Codex config.toml

Steps (when running in Codex)

  1. Confirm Node 18+ is available: node --version
  2. Run: npx aicrew install (or aicrew install if globally installed)
  3. 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.