AgentStack
SKILL verified MIT Self-run

Aicrew Install

skill-aksoftcode-aicrew-aicrew-install · by AKSoftCode

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

No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add skill-aksoftcode-aicrew-aicrew-install

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Aicrew Install? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

  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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.