agentsclimarketplace

Aicrew install

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

Run or guide `aicrew install` — first-time global setup of skills, hooks, and MCP wiring.From its SKILL.md

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.

2 things 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.
  • runs commandsInstructs the agent to run 3 commands, including `node --version` and 2 more.

SKILL.md

1.6 KB, 437 tokens by cl100k_base, 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.

What ships with it: 1 file

265 B alongside SKILL.md

agents/

Keep looking

Skills are one crate of 325,949. 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.