setup

star 1

Set up aidev symlinks so Claude Code loads the process from aidev/

storacha By storacha schedule Updated 2/24/2026

name: setup description: "Set up aidev symlinks so Claude Code loads the process from aidev/" user_invocable: true

Set up aidev for your project

Create the 3 symlinks that wire Claude Code to aidev's process files.

Instructions

Run the setup script:

./aidev/setup.sh

This creates 3 symlinks in the current directory (project root):

  • .claude → aidev/.claude (hooks, rules, skills, settings)
  • CLAUDE.md → aidev/CLAUDE.md (root instructions)
  • .specs → aidev/.specs (workflow templates + state)

After the script runs successfully, tell the user:

Setup complete! The process is now active. Clone any repos you need alongside aidev/:

gh repo clone storacha/upload-service
gh repo clone storacha/freeway

Next time, just run claude from this directory — everything is wired up.

Install via CLI
npx skills add https://github.com/storacha/aidev --skill setup
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator