Project scaffolding for GitHub + Beads + Claude Code workflows.
One-liner install to ~/.local/bin:
curl -fsSL https://raw.githubusercontent.com/EnderRealm/agentics/main/scripts/install.sh | bashInstall to /usr/local/bin (requires sudo):
curl -fsSL https://raw.githubusercontent.com/EnderRealm/agentics/main/scripts/install.sh | bash -s -- --systemCustom directory:
curl -fsSL https://raw.githubusercontent.com/EnderRealm/agentics/main/scripts/install.sh | bash -s -- --dir ~/bininit-project my-project
init-project my-project --private
init-project my-project --private --description "My awesome project"
init-project my-project --org MyCompany| Flag | Description |
|---|---|
--private |
Create private GitHub repo (default: public) |
--org NAME |
Create repo under organization |
--no-push |
Skip GitHub repo creation and push |
--description |
Repository description |
- Git repository with
.gitignore - GitHub remote (SSH)
- Beads issue tracker
CLAUDE.mdfor Claude Code instructions.example.envtemplate
The script checks for updates on each run and self-updates when a new version is available.