Global skills bootstrap
Skill chf3198/megingjord-harness/skills/global-skills-bootstrap
Initialize a repository so global skills are always loaded first through repository instructions, local hooks, and governance presence checks.From its SKILL.md
npx -y skills add chf3198/megingjord-harness --skill global-skills-bootstrapAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.7 KB, 548 tokens by cl100k_base, as published. Nobody here has run it
Global Skills Bootstrap
Purpose
Create a repeatable initialization flow so a new project can be onboarded with one request and consistently route through global governance skills.
Trigger phrase
If the user asks to "include all global-skills in your initialization process", run this skill in mode=init.
Preferred command:
global-skills-bootstrap-repo /absolute/path/to/repo initglobal-skills-bootstrap-repo /absolute/path/to/repo audit
What this skill installs
- Repository-global instruction file at
.github/instructions/global-skills.instructions.md. - Local governance check script at
.github/scripts/check-global-governance.sh. - Optional Git hooks at
.githooks/pre-commitand.githooks/pre-push. - CI workflow gate at
.github/workflows/global-governance-presence.yml. - OpenClaw overlay at
.github/instructions/openclaw-universal.instructions.md. - Local git
core.hooksPathset to.githookswhen the repo is a git repository.
Required routing contract
The generated instruction file must require this order:
repo-standards-routernetwork-platform-resourceswhen task may benefit from remote execution or offloadingopenrouter-free-failoverwhen configuring or troubleshooting OpenClaw/OpenRouter modelsweb-regression-governancewhen repo type iswebsite-staticorweb-appgithub-ops-tree-routerfor rulesets/required checks/governance controlsworkflow-self-annealonly after failures/process driftllm-wiki-opswhen querying compiled knowledge from~/.copilot/wiki/
Hard constraints
- Do not overwrite existing files without preserving user content.
- Additive changes only unless user explicitly requests replacement.
- CI gate must fail if required global-governance files are missing.
- Hooks are advisory acceleration; server-side CI/ruleset checks remain authoritative.
- Prefer one canonical bootstrap path over multiple parallel installers to reduce drift and missed skills.
Output format
GLOBAL_SKILLS_BOOTSTRAP_REPORT
repo_path: <absolute path>
mode: <init|audit>
profile: <strict|standard>
created_files:
- <list>
updated_files:
- <list>
hook_status:
- pre_commit: <installed|missing>
- pre_push: <installed|missing>
ci_presence_gate: <installed|missing>
routing_contract: <present|missing>
decision:
- <apply|defer|NO_CHANGE>
next_steps:
- <ordered actionable steps>
What ships with it: 3 files
3.7 KB alongside SKILL.md, 1 of them executable
bin/
- init-global-governance.shruns2.7 KB
templates/
- INSTALL-GLOBAL.md492 B