innorve-skill-contract

Generate a machine-readable Innorve Skill Contract YAML file from guided prompts.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/Innorve-Inc/innorve-method --skill innorve-skill-contract
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: innorve-skill-contract
Source: https://github.com/Innorve-Inc/innorve-method/tree/main/plugins/innorve-method/skills/innorve-skill-contract
Command: npx skills add https://github.com/Innorve-Inc/innorve-method --skill innorve-skill-contract

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Contract wizard converts informal skill concepts into a formal machine-readable contract, enabling auditable governance and safe deployment of AI capabilities.

Core Features & Use Cases

  • Generates a v0.1 Innorve Skill Contract from guided prompts covering identity, scope, inputs, outputs, evidence, side effects, dependencies, risk, approvals, and eval criteria.
  • Validates the contract against the Open Innorve Skill Contract Schema and emits a YAML file to the binder's canonical path.
  • Supports publishing, auditing, and governance workflows by providing structured, review-ready metadata.

Quick Start

Provide a complete contract for a new skill by answering structured prompts and publishing the YAML to the binder.

Frequently Asked Questions about innorve-skill-contract

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

FAQPage Schema
How do I create a machine-readable skill contract for AI governance?

You create a machine-readable skill contract by answering guided prompts that capture identity, inputs, outputs, side effects, and risk, which the tool validates against the Innorve Schema v0.1 and emits as a YAML file for auditable governance.

What is a Skill Contract schema and when do I need a YAML contract for an AI agent?

A Skill Contract schema is a structured metadata format defining an AI capability's scope, evidence, dependencies, and approvals. You need a YAML contract during authoring, publishing, or updating external-facing skills, internal tools, or agent capabilities to ensure safe deployment.

How do I generate a compliance YAML file for auditing AI skill side effects and dependencies?

You generate a compliance YAML file by providing structured information on side effects and dependencies through prompted fields. The output conforms to the v0.1 schema and is published to the canonical binder path, providing review-ready metadata for auditing workflows.

Can I use a skill contract for internal tools and external-facing agent capabilities?

Yes, you can use a skill contract for both internal tools and external-facing agent capabilities. The contract captures eval criteria, risk, and approvals, converting informal concepts into formal, review-ready artifacts applicable across diverse governance and publishing workflows.

Does the Innorve skill contract wizard validate contract fields automatically?

Yes, the skill contract wizard validates contract fields automatically. It ensures all captured metadata—including identity, inputs, outputs, and evidence—conforms to the Open Innorve Skill Contract Schema before emitting the final YAML file to the binder.

What is the best way to document AI skill risk and approval criteria for audits?

The best way to document risk and approval criteria is using a structured contract format that validates against a governance schema. This produces an auditable YAML file capturing all required eval criteria, ensuring compliance and safe deployment.