op-skill-lifecycle

Manage AI skill creation, updates, deprecation, and repair with validation gates.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/MiguelAguiarDEV/baymax --skill op-skill-lifecycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: op-skill-lifecycle
Source: https://github.com/MiguelAguiarDEV/baymax/tree/main/skills/op-skill-lifecycle
Command: npx skills add https://github.com/MiguelAguiarDEV/baymax --skill op-skill-lifecycle

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a structured and reproducible process for managing the entire lifecycle of AI skills, ensuring changes are minimal, validated, and easily reversible.

Core Features & Use Cases

  • Skill Creation: Scaffold new skills with predefined templates and guidance.
  • Skill Updates: Implement changes with a focus on minimal diffs and explicit validation gates.
  • Skill Deprecation/Deletion: Manage the removal of skills safely and systematically.
  • Skill Repair: Address broken workflows with a root-cause analysis and patching approach.
  • Use Case: When introducing a new AI capability, use this skill to ensure it's properly defined, integrated, and validated before deployment, minimizing risks.

Quick Start

Use the op-skill-lifecycle skill to create a new skill named 'data-analysis' with the description 'Analyze datasets and generate reports'.

Frequently Asked Questions about op-skill-lifecycle

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

FAQPage Schema
How do I manage the AI skill lifecycle with validation gates?

Managing the AI skill lifecycle with validation gates involves using reproducible steps for creation, updates, deprecation, and repair. This structured governance approach ensures changes are minimal, validated, and easily reversible before deployment.

What is the best way to scaffold new AI skills from templates?

Scaffolding new AI skills from predefined templates requires a structured creation process that ensures proper definition and integration. This approach validates the skill against security rules before deployment, minimizing integration risks.

How do I deprecate or delete AI skills safely and systematically?

Deprecating or deleting AI skills safely requires a systematic removal process managed through explicit governance workflows. This ensures the skill ecosystem remains healthy and functional without leaving broken dependencies behind.

Why does skill repair require root-cause analysis and patching?

Skill repair requires root-cause analysis and patching to address broken workflows at their origin. This governance approach fixes the underlying issue rather than applying temporary overrides, maintaining ecosystem functionality.

Do I need Python to automate skill management and governance workflows?

You need Python3 installed to automate skill management and governance workflows using the provided scripts. This dependency supports the execution of reproducible lifecycle steps and validation logic.

When should I use explicit validation gates for skill updates?

Explicit validation gates for skill updates should be used when maintaining a healthy skill ecosystem. They enforce minimal diffs, security rules, and require explicit reviewer approval for security-sensitive modifications during governance workflows.