agentsclimarketplace

Aicrew agent kit

Skill AKSoftCode/aicrew/codex-skills/aicrew-agent-kit

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

Install
npx -y skills add AKSoftCode/aicrew --skill aicrew-agent-kit

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 2 commands, including `npx aicrew agent-kit init ~/agent-kit` and 1 more.

SKILL.md

1.4 KB, 380 tokens by cl100k_base, as published. Nobody here has run it

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

MethodCommand
CLIaicrew agent-kit init [path]
Codex skillaicrew-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.

What ships with it: 1 file

305 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.