Install
$ agentstack add skill-aksoftcode-aicrew-aicrew-install ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- 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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AKSoftCode
- Source: AKSoftCode/aicrew
- License: MIT
- Homepage: https://github.com/AKSoftCode/aicrew
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.