skill-self-improvement-verificator
A meta-skill that verifies upgrades to the framework itself, ensuring structural integrity and safety.
Install
mkdir -p .claude/skills/skill-self-improvement-verificator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9837" && unzip -o skill.zip -d .claude/skills/skill-self-improvement-verificator && rm skill.zipInstalls to .claude/skills/skill-self-improvement-verificator
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Meta-skill for verifying Framework Upgrades (Gemini Self-Improvement).Key capabilities
- →Audit framework upgrades
- →Verify constitutional compliance
- →Audit execution plans
- →Prevent system breakage
How it works
It audits proposed framework changes to ensure compliance with constitutional principles and safety rules.
Inputs & outputs
When to use skill-self-improvement-verificator
- →Verifying framework upgrade specifications
- →Auditing implementation plans for system agents
- →Ensuring consistent documentation updates
About this skill
Skill: Self-Improvement Verificator
[!IMPORTANT] TIER 3 (Meta-Skill): Use ONLY when creating or modifying
System/Agents,System/Docs, orGEMINI.md.
1. Purpose
This skill acts as a Guardian for the Framework itself. Before any changes are applied to the "Brain" of the IDE (Prompts, Skills, Docs), this skill verifies that the proposed changes are safe, consistent, and do not break the "Constitutional" rules (Tier 0 skills).
2. Modes
This skill operates in two distinct modes depending on the current Stage.
Mode A: SPECIFICATION AUDIT (Analysis Phase)
Trigger: When docs/TASK.md proposes a Framework Upgrade.
Action: Verify the Specification.
Checklist:
- Root Integrity: Does the update respect
core-principles(Stub-First, Atomicity)? - Skill Compatibility: Do new Agents/Prompts explicitly load
TIER 0skills? - Documentation: Does the task include updating
System/Docs/to reflect changes? - Migration: Does the task describe how to migrate existing sessions (if applicable)?
Mode B: PLAN AUDIT (Planning Phase)
Trigger: When docs/PLAN.md details the implementation steps.
Action: Verify the Execution Plan.
Checklist:
- Verification Step: Is there an explicit step to run
pytestorvalidation_scripts? - Rollback: Is there a backup step (e.g.,
cp GEMINI.md GEMINI.bak)? - Atomic Updates: Are changes broken down into safe, verifiable chunks?
- Test Coverage: Does the plan include adding/updating tests for new framework features?
3. Usage (Workflow Integration)
This skill is primarily called by the /framework-upgrade workflow.
# Example Usage in Workflow
- Validator: `spec-validator` (Standard)
- **Meta-Validator**: `skill-self-improvement-verificator` (Framework Safety)
4. Failure Conditions (Blocking)
If ANY of the following are found, STOP and return a CRITICAL failure:
- Removing
core-principlesorskill-safe-commandsfrom any Agent. - Modifying
GEMINI.mdwithout a corresponding update toSystem/Docs. - Creating a new Workflow without defining its Trigger in
GEMINI.md.
5. Output
The output of this skill is a Critique Artifact:
docs/reviews/framework-audit-[ID].md
Resources
- Template:
assets/audit_template.md - examples:
examples/audit_examples.md(See Good/Bad patterns)
6. Emergency Bypass Protocols
In rare cases (e.g., hotfixes, core refactoring), checks may be bypassed. REQUIREMENT: ANY bypass must be explicitly justified in the Audit Artifact.
| Flag | Effect | Use Case |
|---|---|---|
[BYPASS_TIER_PROTECTION] | Allows modifying TIER 0 skills (Core Principles). | Upgrading the Core Framework. |
[BYPASS_DOCS_CHECK] | Skips documentation verification. | Emergency Hotfixes. |
[OVERRIDE_VERIFICATION] | Force-Approves the Audit despite failures. | False positives or manual override. |
When not to use it
- →General task verification
- →Non-framework changes
Limitations
- →Requires audit template
- →Blocking failure conditions
How it compares
It acts as a guardian for the framework itself, preventing system-wide breakage.
Compared to similar skills
skill-self-improvement-verificator side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| skill-self-improvement-verificator (this skill) | 0 | 5mo | No flags | Advanced |
| pptx | 393 | 6mo | Review | Advanced |
| nano-pdf | 63 | 2mo | Review | Beginner |
| video-downloader | 101 | 7mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by MatrixFounder
View all by MatrixFounder →You might also like
pptx
anthropics
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
nano-pdf
openclaw
Edit PDFs with natural-language instructions using the nano-pdf CLI.
video-downloader
ComposioHQ
Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.
youtube-transcript
michalparkola
Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
using-superpowers
obra
Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
browser-automation
browserbase
Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include "browse", "navigate to", "go to website", "extract data from webpage", "screenshot", "web scraping", "fill out form", "click on", "search for on the web". When taking actions be as specific as possible.