agentsclimarketplace

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

Install
npx -y skills add chf3198/megingjord-harness --skill global-skills-bootstrap

Assembled 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 init
  • global-skills-bootstrap-repo /absolute/path/to/repo audit

What this skill installs

  1. Repository-global instruction file at .github/instructions/global-skills.instructions.md.
  2. Local governance check script at .github/scripts/check-global-governance.sh.
  3. Optional Git hooks at .githooks/pre-commit and .githooks/pre-push.
  4. CI workflow gate at .github/workflows/global-governance-presence.yml.
  5. OpenClaw overlay at .github/instructions/openclaw-universal.instructions.md.
  6. Local git core.hooksPath set to .githooks when the repo is a git repository.

Required routing contract

The generated instruction file must require this order:

  1. repo-standards-router
  2. network-platform-resources when task may benefit from remote execution or offloading
  3. openrouter-free-failover when configuring or troubleshooting OpenClaw/OpenRouter models
  4. web-regression-governance when repo type is website-static or web-app
  5. github-ops-tree-router for rulesets/required checks/governance controls
  6. workflow-self-anneal only after failures/process drift
  7. llm-wiki-ops when 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

Keep looking

Skills are one crate of 326,970. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.