0x0w1
- 12 skills
- 0 followers
- 10 hours ago last updated
- ▌ Readme · 0x0w1Use when writing or updating a project README.md: scan the repository to classify the project type (CLI tool, library, service or app), settle the per-repository README profile at .jig/readme.md, draft a new README when none exists, or compare the existing README's claims (commands, options, paths, links) against the repository and fix the drift. Keeps the README short by moving facts stated in more than one place into the detail docs, and proposes that move before making it. Writes only verified facts; keeps the existing README language and defaults to the language the repository already writes in for new files.
- ▌ Jig Setup · 0x0w1Use after installing jig for Claude Code, Codex, or Antigravity to select and verify the repository GitHub CLI profile through JIG_GITHUB_PROFILE or local git config, finish GitHub repository convergence, or repair an incomplete jig installation without changing the globally active gh account.
- ▌ Jig Doctor · 0x0w1 bundleUse when diagnosing every detected jig installation for Claude Code, Codex, and Antigravity across current project and user scopes, plus repository profile, migration, protection, guard, rubric, README profile, and legacy state. Read-only; fixes are delegated to jig-setup, jig-update, github-sync, version-rubric, and readme.
- ▌ Jig Update · 0x0w1 bundleUse when updating every detected jig installation for Claude Code, Codex, and Antigravity across current project and user scopes, including Claude Code plugins and existing standalone .claude/skills copies, while preserving each installed skill selection.
- ▌ Github Sync · 0x0w1 bundleUse when synchronizing this repository's GitHub setup: main/develop branches, optional branch protection, and the managed local guards (the git pre-push hook plus the native Codex and Antigravity push hooks), including guard cleanup before uninstalling jig. Do not use for creating a release.
- ▌ Hotfix Flow · 0x0w1Use when a released defect on main must ship before the work already sitting on develop. Branches from main, lands one squashed commit on main through the guard-allowed hotfix push, tags and publishes, then merges main back into develop so the next release still fast-forwards.
- ▌ Rubric Scan · 0x0w1Use when recommending which version rubric fits this repository: scan the tracked files to classify the project type against the rubric catalog, report the top candidates with the paths that produced them, and hand the chosen draft to version-rubric. Read-only; never writes the rubric file.
- ▌
- ▌ Github Release · 0x0w1Use when releasing this repository from the CLI by promoting develop to main with a fast-forward push, grading the release as patch/minor/major by what installed projects actually pay, computing the next version from the latest tag, and publishing a GitHub release with agent-written notes. No release PR, no release-drafter.
- ▌ Version Rubric · 0x0w1 bundleUse when creating, reviewing, or re-setting this repository's version grading rubric at .jig/versioning.md: adopt the jig default human-intervention rubric, write a project-specific one, edit one grade, or reset to the default. Owns the rubric file; never runs a release.
- ▌ Conformance Audit · 0x0w1 bundleUse to check whether a repository's history actually followed the jig procedure: conventional squash subjects, Release-Grade trailers on unreleased work, version tag format and placement, the main/develop fast-forward invariant, and a committed rubric. Read-only, exits non-zero on violations, and runs in CI.
- ▌ Develop Task Flow · 0x0w1Use for ordinary implementation tasks in this repository that should start from develop, create a feature/fix/chore branch, complete changes and tests, squash-merge the branch back into develop locally, and push develop. No pull requests.