with one click
repo
Create repositories using the real ralph-pipeline repo-create script
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create repositories using the real ralph-pipeline repo-create script
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Automated quality check loops with escalation and fix sub-agents
JSON-based end-to-end test format, runner, and mock provider
Jujutsu (jj) skill for the ikigai project
How to write effective Ralph goals for Ikigai-driven workflows
Create and manage Ralph goals from Ikigai using the real ralph-pipeline scripts
Overview of the Ralph services and how they fit together in an Ikigai context
| name | repo |
| description | Create repositories using the real ralph-pipeline repo-create script |
Create repositories using Ralph's three-tier git model:
/mnt/store/git/<org>/<repo>This Ikigai skill references the real script in the sibling ralph-pipeline checkout.
Use:
../ralph-pipeline/scripts/repo-createshare/skills/repo): ../../../../ralph-pipeline/scripts/repo-create../ralph-pipeline/scripts/repo-create --org ORG --repo REPO [--private] [--local-path PATH]
| Flag | Required | Default | Description |
|---|---|---|---|
--org | yes | — | GitHub organization |
--repo | yes | — | Repository name |
--private | no | public | Create a private GitHub repo |
--local-path | no | ~/projects/<repo> | Local clone path |
{"ok": true, "org": "foo", "repo": "bar", "github": "foo/bar", "bare": "/mnt/store/git/foo/bar", "local": "/home/user/projects/bar"}
../ralph-pipeline/scripts/repo-create --org mgreenly --repo my-app
../ralph-pipeline/scripts/repo-create --org mgreenly --repo my-app --private
../ralph-pipeline/scripts/repo-create --org mgreenly --repo my-app --local-path ~/work/my-app
The script validates before making changes, including:
gh authentication/mnt/store/git is writableOn failure, inspect the JSON output. It may include a completed array showing which steps already succeeded. Do not assume automatic rollback.