style-maintain

Apply minimal YAML changes to fix Citum style syntax and punctuation issues.

31|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/citum/citum-core --skill style-maintain
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: style-maintain
Source: https://github.com/citum/citum-core/tree/main/.claude/skills/style-maintain
Command: npx skills add https://github.com/citum/citum-core --skill style-maintain

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly and confidently correct a single existing Citum style when there is a punctuation/layout bug, a missing type-variants entry, or a syntax modernization need.

Core Features & Use Cases

  • Targeted style maintenance: Update one style in styles/ using the smallest change required.
  • Oracle-driven verification loop: Run the correct oracle, classify failures via shared decision rules, and re-run until scenarios converge.
  • Controlled autonomy and QA gate: Iterates automatically but only requires interruption for Cargo.toml/Cargo.lock changes or when pushing to origin/main.

Quick Start

Use style-maintain to maintain an existing Citum style by running the fix loop end-to-end for one focused objective and validating the result with the appropriate oracle.

Frequently Asked Questions about style-maintain

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

FAQPage Schema
How do I fix punctuation and layout bugs in an existing YAML style file?

To fix YAML style punctuation and layout bugs, apply minimal targeted changes to the existing style and re-verify the corrections using a deterministic oracle verification loop.

What is the best way to add missing type-variants entries to a Citum style?

Adding missing type-variants entries requires applying the smallest YAML change to the style, followed by running the correct oracle with all failures visible to ensure syntax convergence.

How does oracle verification work during YAML style maintenance?

Oracle verification works by deterministically re-running the correct oracle on the updated style, classifying failures via shared decision rules, and iterating until all scenarios converge through a QA gate.

Can I use style-maintain for batch YAML migrations across multiple styles?

No, style-maintain is designed for safe, targeted maintenance of a single existing Citum style and explicitly does not support batch migrations across multiple files.

When should I manually interrupt the automated style fix loop?

You should interrupt the automated style fix loop when changes require modifying Cargo.toml or Cargo.lock files, or when preparing to push commits to origin/main.