milkywayrules/verasic-skills

verasic-github-governance-init

Confirm-first repo bootstrap for Verasic GitHub governance — plan-gated factory that runs bootstrap-repo, wire-hooks, lefthook install, and doctor.

First seen Jul 24, 2026

Installation

$ npx skills add milkywayrules/verasic-skills --skill verasic-github-governance-init

Summary

  • Confirm-first repo bootstrap for Verasic GitHub governance — plan-gated factory that runs bootstrap-repo, wire-hooks, lefthook install, and doctor.
  • Requires verasic-github-governance and verasic-github-cli-init installed.
  • Use when wiring governance into an existing or new repo, or when the user runs /verasic-github-governance-init.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from milkywayrules/verasic-skills · top by installs.

npx skills add milkywayrules/verasic-skills

Browse all from milkywayrules/verasic-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents cursor

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,616 B
  • docs SUMMARY.md 373 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 14 installs

SKILL.md

Security: see references/scanner-notes.md and upstream SECURITY.md for expected scanner signals and trust model.

Verasic GitHub Governance Init — Factory Orchestrator

Source of truth for domain scripts: verasic-github-governance (verasic-github-governance/references/factory-protocol.md, verasic-github-governance/references/existing-repo-conflicts.md).

Prerequisites

  • verasic-github-governance installed (.agents/skills/ or .cursor/skills/)
  • verasic-github-cli-init installed (required for --open-pr)
  • verasic-git-commits-convention recommended (commit-msg via wire-hooks)

Registered in verasic-init manifest as skill-only (-|-); factory requires explicit --yes. Install via npx skills add Milkywayrules/verasic-skills or bundle tag @v0.2.5.

Orchestration (Cursor)

Bootstrap Verasic GitHub governance into this repo (plan-first factory).

Read .cursor/skills/verasic-github-governance-init/SKILL.md and references/factory-protocol.md on the governance skill, then run from the repository root:

bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh

Plan first — relay the full stdout verbatim and ask the user to confirm before applying.

After confirmation:

bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh --yes

If the repo already has foreign CI workflows, bootstrap may exit 2 — explain references/existing-repo-conflicts.md and ask which --ci-strategy (skip, merge, or replace) they want.

Optional after bootstrap proof:

bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh --yes --open-pr

Requires verasic-github-governance, verasic-github-cli-init, and (recommended) verasic-git-commits-convention installed. Load github-cli-init env before any gh command. Never commit tokens.

Verify: bash .cursor/skills/verasic-github-governance/scripts/doctor.sh — required CI job name ci.

Workflow

  1. Plan first (default) — from repo root:
bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh
  1. Relay the plan — show stdout, explain steps, ask confirmation before --yes.
  1. Apply after confirmation:
bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh --yes
bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh --yes --ci-strategy=skip
bash .cursor/skills/verasic-github-governance-init/scripts/factory.sh --yes --open-pr
  1. If bootstrap exits 2, read verasic-github-governance/references/existing-repo-conflicts.md and pick --ci-strategy=skip|merge|replace.

Flags

Flag Effect
--yes Apply (default is plan-only)
--force Pass --force to bootstrap-repo.sh
--ci-strategy= skip, merge, or replace
--open-pr Branch chore/governance-bootstrap, commit, push, gh pr create

Hard rules

  • Never run --yes without user confirmation.
  • Never commit tokens; load via verasic-github-cli-init before gh.
  • Required CI job name remains ci.