skill-consolidation-deployer

Consolidate skill definitions into season-based repositories and dashboards.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Andy160675/sovereign-skills-season2 --skill skill-consolidation-deployer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-consolidation-deployer
Source: https://github.com/Andy160675/sovereign-skills-season2/tree/main/skills/skill-consolidation-deployer
Command: npx skills add https://github.com/Andy160675/sovereign-skills-season2 --skill skill-consolidation-deployer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Consolidate, categorize, deploy, and close out skill collections through a deterministic 8-step pipeline.

Core Features & Use Cases

  • Catalog — Read all skill definitions from /home/ubuntu/skills/*/SKILL.md and extract key metadata.
  • Categorize — Assign each skill to a lifecycle category and deployment season.
  • Map — Generate a skill-consolidation-map and a governance-ready consolidation map document.
  • Build Portal — Create an interactive web dashboard displaying skills by season and category.
  • Deploy to Git — Create per-season Git repos (public/private) and push consolidated artifacts.
  • Close-Out — Generate SITREP with SWOT, hash artifacts, and establish an evidence trail.
  • Sync — Upload close-out artifacts to Google Drive.
  • Seal — Apply constitutional seal, assign responsible person, and freeze state.

Quick Start

Catalog all skills using their SKILL.md frontmatter and start the eight-step consolidation pipeline.

Frequently Asked Questions about skill-consolidation-deployer

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

FAQPage Schema
How do I consolidate and deploy skill definitions across multiple seasons?

You can consolidate and deploy skill definitions by running a deterministic 8-step workflow that catalogs, categorizes, maps, builds a portal, deploys to Git, closes out, syncs, and seals skills into season-based repositories.

What is the process for cataloging skill metadata from local directories?

Cataloging skill metadata involves reading all SKILL.md files from local skill directories to extract key frontmatter. This extracted metadata then feeds directly into the categorization and deployment lifecycle pipeline.

Can I generate a governance-ready consolidation map for skill collections?

Generating a governance-ready consolidation map is supported natively. The workflow maps categorized skills, produces a consolidation map document, and creates an interactive web dashboard displaying skills by season and category.

How do I deploy consolidated skill artifacts to per-season Git repositories?

Deploying consolidated skill artifacts creates per-season Git repositories, either public or private, and automatically pushes the mapped artifacts to establish version-controlled governance cycles.

What is the best way to close out and freeze a skill consolidation cycle?

Closing out and freezing a skill consolidation cycle requires generating a SITREP with SWOT, hashing artifacts, syncing to Google Drive, and applying a constitutional seal to assign responsibility and lock the state.

Do I need SKILL.md frontmatter files to start the consolidation pipeline?

Yes, SKILL.md frontmatter files are required to start the consolidation pipeline. The workflow reads these definitions directly from local skill directories to extract the key metadata needed for cataloging and deployment.