meta-apply

Land jury-validated, human-approved self-modification patches to AI skill corpora.

2|Updated Aug 12, 2025
One-click install
npx skills add https://github.com/goupup-ai/miccai25 --skill meta-apply-goupup-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-apply
Source: https://github.com/goupup-ai/miccai25/tree/main/ARIS/skills/meta-apply
Command: npx skills add https://github.com/goupup-ai/miccai25 --skill meta-apply-goupup-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unvetted, automatically generated changes to AI skill corpora can introduce bugs, security vulnerabilities, or misaligned behavior without human oversight. This Skill eliminates that risk by enforcing a strict, human-approved landing process for all self-modification patches.

Core Features & Use Cases

  • Privileged Landing Gate: This is the only Skill permitted to mutate the skill corpus from self-modification proposals, splitting "propose" and "land" steps to prevent loops from applying their own patches.
  • Fresh Cross-Model Jury Validation: Runs an independent, fresh jury review at landing time on the actual staged patch diff, ignoring any forged producer-written verdicts to ensure only high-quality changes are approved.
  • Human-Invoked Only: Never runs as a side-effect of another Skill or hook, requiring explicit user authorization to land any patch, with a default reject stance for unapproved changes.
  • Use Case: After running a /meta-optimize Skill to generate improvement patches for your AI skill set, use this Skill to safely land only the approved, jury-validated patches to update your corpus without risk of bad changes being applied.

Quick Start

Invoke the meta-apply skill with the specific patch number or "all" to land the approved, jury-validated self-modification patches to your skill corpus after reviewing the /meta-optimize report.

Frequently Asked Questions about meta-apply

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

FAQPage Schema
How do I safely apply AI-generated self-modification patches to a skill corpus?

To safely apply AI-generated self-modification patches to a skill corpus, use a privileged landing gate that requires explicit human approval and cross-model jury validation before mutating any files. This prevents unvetted automated changes from introducing bugs or security vulnerabilities.

Why do I need human approval for AI skill self-modification?

Human approval for AI skill self-modification is needed because unvetted, automatically generated changes can introduce misaligned behavior or security risks. Enforcing a strict, human-invoked authorization process ensures explicit oversight before any patch is landed.

What's the best way to prevent automated loops from applying their own skill patches?

The best way to prevent automated loops from applying their own skill patches is to split the "propose" and "land" steps. Designate a single privileged landing gate to handle mutations, ensuring loops can only generate proposals rather than execute them.

How does cross-model jury validation work for skill patch landing?

Cross-model jury validation for skill patch landing works by running an independent, fresh review on the staged patch diff at landing time. It ignores any producer-written verdicts to ensure only high-quality, authenticated changes are approved.

Can I automatically land AI improvement proposals without explicit user authorization?

No, you cannot automatically land AI improvement proposals without explicit user authorization. A secure landing process requires human invocation to apply any patch, maintaining a default reject stance for all unapproved changes to ensure safety.

Does a skill mutation gate provide backups for applied corpus changes?

Yes, a skill mutation gate provides reversible backups for applied corpus changes. It also stamps provenance for all applied modifications, ensuring you can track and revert any patch if unexpected behavior occurs after landing.