create-archon-claw
v0.3.0
Published
Create a new archon-claw agent workspace
Readme
create-archon-claw
Scaffold a new archon-claw agent workspace.
Usage
# Create a new workspace
npx create-archon-claw my-project
cd my-project
pnpm install
pnpm dev
# Add an agent to an existing workspace
npx create-archon-claw create-agent my-agentGenerated Structure
my-project/
package.json
README.md
.gitignore
agents/
my-agent/
system-prompt.md
model.json
tools/
greeting.json
tool-impls/
greeting.impl.jsCommands
| Command | Description |
|---|---|
| create-archon-claw <dir> | Create a new workspace with a default agent |
| create-archon-claw create-agent <name> | Add an agent to ./agents/ (or specify -d <path>) |
