AgentStack
SKILL verified MIT Self-run

Aicrew Agent Kit

skill-aksoftcode-aicrew-aicrew-agent-kit · by AKSoftCode

Scaffold the agent-kit — a shared Cursor .mdc rules layout with symlinks across repos.

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

Install

$ agentstack add skill-aksoftcode-aicrew-aicrew-agent-kit

✓ 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 Agent Kit? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

aicrew-agent-kit (Codex)

Use when: you want a single source of truth for Cursor .mdc rules shared across multiple repos via symlinks.

Equivalent actions

| Method | Command | |--------|---------| | CLI | aicrew agent-kit init [path] | | Codex skill | aicrew-agent-kit (this skill) | | Claude Code slash | /agent-kit |

Default output

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

What it does

Scaffolds a standalone agent-kit/ directory (default: ./agent-kit) containing:

  • A central cursor-rules/ folder with .mdc rule files
  • A setup.sh that symlinks these rules into each repo's .cursor/rules/
  • A README.md with usage instructions

Once set up, run setup.sh from any repo to get the latest rules without copying files.

Steps (when running in Codex)

  1. Decide the target path (e.g., ~/agent-kit for cross-repo sharing or ./agent-kit for project-local)
  2. Run: npx aicrew agent-kit init ~/agent-kit
  3. Edit ~/agent-kit/cursor-rules/ with your .mdc rules
  4. In each repo: bash ~/agent-kit/setup.sh

After scaffold

# Symlink rules into a repo
cd /path/to/your/repo
bash ~/agent-kit/setup.sh

Your .cursor/rules/ will contain symlinks to ~/agent-kit/cursor-rules/*.mdc. Edit once in ~/agent-kit/, all repos pick it up instantly.

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.