global-skills-bootstrap

Install global governance instructions, checks, and git hooks into repositories.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/chf3198/devenv-ops --skill global-skills-bootstrap
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: global-skills-bootstrap
Source: https://github.com/chf3198/devenv-ops/tree/main/skills/global-skills-bootstrap
Command: npx skills add https://github.com/chf3198/devenv-ops --skill global-skills-bootstrap

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It ensures new and existing repositories consistently load global governance skills first by bootstrapping repository instructions, local hooks, and governance checks.

Core Features & Use Cases

  • Automatically install repository-global instruction file, governance checks, and optional hooks.
  • Establish CI gates to enforce governance presence.
  • Provide a reusable bootstrap path to onboard new projects with one request.

Quick Start

Execute the bootstrap against the target repository path to install global governance artifacts.

Frequently Asked Questions about global-skills-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap repository governance and install global hooks on repo init?

To bootstrap repository governance, you execute the bootstrap against the target repository path to auto-install global skill routing, governance checks, git hooks, and CI workflow gates.

What are global governance instructions and when do I need them for my repository?

Global governance instructions are repository-wide policies that enforce consistent onboarding of routing and pre-commit checks. You need them when new or existing repositories require standardized governance enforcement.

Can I set up CI workflow gates to enforce governance checks on an existing repository?

Yes, you can establish CI gates to enforce governance presence on existing repositories. The bootstrap process installs governance check scripts and workflow gates to ensure compliance.

What's the best way to automate repo setup for consistent governance onboarding?

The best way to automate repo setup is using a reusable bootstrap path that onboards new projects with one request, installing global instruction files, local hooks, and governance checks.

Do I need any dependencies to install governance check scripts and routing policies?

No external dependencies are required to install governance check scripts and routing policies. The bootstrap operates standalone to create the repository-global instruction file and hooks.