Skip to content
OpenSmartRoute
Skillv1.0.0

organvm-governance-pack

Curated bundle of governance and quality skills for ORGANVM ecosystem management. Includes ecosystem autopsy and discovery, promotion readiness, onboarding flows, stranger testing, repository standard

by organvm-iv-taxis(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from organvm-iv-taxis/a-i--skills (skills/tools/organvm-governance-pack/SKILL.md). Install upstream with npx skills add organvm-iv-taxis/a-i--skills --skill organvm-governance-pack. Copyright stays with the author (MIT).

ORGANVM Governance Pack

A curated bundle of skills for managing repository lifecycle, quality gates, and governance compliance across the ORGANVM ecosystem.

What's Included

  • ecosystem-autopsy — Discovery entrypoint. Orchestrate organvm ecosystem + organvm irf to surface unregistered repos and drift, then emit migration signals routing to downstream skills below
  • promotion-readiness-checklist — Assess repositories against promotion state requirements (LOCAL → CANDIDATE → PUBLIC_PROCESS → GRADUATED)
  • repo-onboarding-flow — Scaffold and integrate new repositories with seed.yaml, CI/CD, and documentation
  • stranger-test-protocol — Validate that documentation is comprehensible to someone with zero context
  • github-repository-standards — Enforce repository organization and README standards
  • verification-loop — Comprehensive build/type/lint/test/security verification
  • coding-standards-enforcer — Automated code style enforcement with linters and pre-commit hooks

Getting Started

Install this bundle to establish governance practices across your repositories. The recommended workflow:

  1. Discovery: Run ecosystem-autopsy to map the workspace, find unregistered repos, and emit drift signals
  2. New repos: Use repo-onboarding-flow to scaffold and integrate
  3. Quality baseline: Apply coding-standards-enforcer and verification-loop
  4. Documentation: Run stranger-test-protocol to validate docs
  5. Promotion: Use promotion-readiness-checklist to assess and advance governance state

This pack is designed for the ORGANVM eight-organ ecosystem but applies to any multi-repo system with governance requirements. Phase 1 (Discovery) feeds the downstream phases via the signal records ecosystem-autopsy emits.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/organvm-iv-taxis-a-i-skills-organvm-governance-pack/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

organvm-iv-taxis-a-i-skills-organvm-governance-pack.ocm.jsonjson
{
  "ocm": "1",
  "id": "organvm-iv-taxis-a-i-skills-organvm-governance-pack",
  "kind": "skill",
  "name": "organvm-governance-pack",
  "description": "Curated bundle of governance and quality skills for ORGANVM ecosystem management. Includes ecosystem autopsy and discovery, promotion readiness, onboarding flows, stranger testing, repository standards, verification, and coding standards. Use when establishing or auditing governance practices for repositories.",
  "publisher": "organvm-iv-taxis",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "hr"
    ],
    "tags": [
      "skill-md",
      "bundle",
      "governance",
      "quality",
      "onboarding",
      "promotion",
      "autopsy",
      "discovery",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Curated bundle of governance and quality skills for ORGANVM ecosystem management. Includes ecosystem autopsy and discovery, promotion readiness, onboarding flows, stranger testing, repository standards, verification, and coding standards. Use when establishing or auditing governance practices for repositories."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/organvm-iv-taxis/a-i--skills",
      "path": "skills/tools/organvm-governance-pack/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/organvm-iv-taxis/a-i--skills/blob/HEAD/skills/tools/organvm-governance-pack/SKILL.md",
      "key": "organvm-iv-taxis/a-i--skills/skills/tools/organvm-governance-pack/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# ORGANVM Governance Pack\n\nA curated bundle of skills for managing repository lifecycle, quality gates, and governance compliance across the ORGANVM ecosystem.\n\n## What's Included\n\n- **ecosystem-autopsy** — Discovery entrypoint. Orchestrate `organvm ecosystem` + `organvm irf` to surface unregistered repos and drift, then emit migration signals routing to downstream skills below\n- **promotion-readiness-checklist** — Assess repositories against promotion state requirements (LOCAL → CANDIDATE → PUBLIC_PROCESS → GRADUATED)\n- **repo-onboarding-flow** — Scaffold and integrate new repositories with s",
  "cost": {
    "context_tokens": 445
  }
}

Fetch it by URL: GET /api/v1/registry/organvm-iv-taxis-a-i-skills-organvm-governance-pack/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.