skill-self-improvement-verificator
SolidMeta-skill for verifying Framework Upgrades (Gemini Self-Improvement).
AI & Automation 4 stars
0 forks Updated today Apache-2.0
Install
Quality Score: 80/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Skill: Self-Improvement Verificator
> [!IMPORTANT]
> **TIER 3 (Meta-Skill)**: Use ONLY when creating or modifying `System/Agents`, `System/Docs`, or `GEMINI.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**:
1. [ ] **Root Integrity**: Does the update respect `skill-core-principles` (Stub-First, Atomicity)?
2. [ ] **Skill Compatibility**: Do new Agents/Prompts explicitly load `TIER 0` skills?
3. [ ] **Documentation**: Does the task include updating `System/Docs/` to reflect changes?
4. [ ] **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**:
1. [ ] **Verification Step**: Is there an explicit step to run `pytest` or `validation_scripts`?
2. [ ] **Rollback**: Is there a backup step (e.g., `cp GEMINI.md GEMINI.bak`)?
3. [ ] **Atomic Updates**: Are changes broken down into safe, verifiable chunks?
4...
Details
- Author
- MatrixFounder
- Repository
- MatrixFounder/Agentic-development
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Testing & QA Listed
skill-spec-validator
Validates conformance between TASK.md (RTM) and PLAN.md (Atomic Checklists).
4 Updated today
MatrixFounder AI & Automation Solid
skill-enhancer
Use when you need to audit, fix, or improve an existing agent skill to meet Gold Standard compliance.
4 Updated today
MatrixFounder AI & Automation Listed
skill-improver
Audit and improve Claude skills against the Anthropic skill guide. Use when creating new skills, improving existing ones, or preparing skills for ClawHub distribution. Triggers on skill audit, improve skill, new skill, skill quality, or ClawHub publish.
67 Updated today
atrislabs