agentsclimarketplace

Auto skill ops supercharge maintenance pass

Skill Arnie016/codex-prompt-templates/skills/auto-skill-ops-supercharge-maintenance-pass

Color-coded Codex prompt templates and Agent Skills for plugin-orchestrated AI coding workflows, MCP safety, repo intelligence, and automation.

Install
npx -y skills add Arnie016/codex-prompt-templates --skill auto-skill-ops-supercharge-maintenance-pass

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Run a deterministic Codex Supercharge maintenance pass (skill audit, plugin discovery audit, helper smoke checks, quick validation, optional install sync plus installed-payload drift verification). Triggers: maintenance pass, validate skills, run skill audit, validate helper scripts, resync installed skills. Skip when you are not changing Codex Supercharge skills/scripts.

SKILL.md

2.6 KB, as published. Nobody here has run it

Supercharge Maintenance Pass

Generated by: Codex Supercharge maintenance automation.

Use this after adding/modifying skills, references, or scripts in plugins/codex-supercharge/.

Workflow

  1. Run the local maintenance pass script:

    SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
    "$SUPERCHARGE_PLUGIN/scripts/maintenance_pass.sh"
    

    Or, from repo root, use the Makefile shortcut:

    make validate
    
  2. If you want installed copies updated under ~/.codex/skills, rerun with:

    SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
    "$SUPERCHARGE_PLUGIN/scripts/maintenance_pass.sh" --install
    

    Or:

    make install
    
  3. After meaningful Supercharge edits, refresh local feedback state:

    make feedback
    

Notes

  • maintenance_pass.sh runs:
    • $SUPERCHARGE_PLUGIN/scripts/skill_audit.sh "$SUPERCHARGE_PLUGIN/skills"
    • python3 "$SUPERCHARGE_PLUGIN/scripts/plugin_discovery_audit.py"
    • $SUPERCHARGE_PLUGIN/scripts/validate_helpers.sh
    • quick_validate.py for each skill folder
    • (optional) $SUPERCHARGE_PLUGIN/scripts/install_to_codex_skills.sh
    • (optional) $SUPERCHARGE_PLUGIN/scripts/installed_drift.py after install
  • make feedback appends a local .agent-runs/supercharge-feedback.jsonl batch and refreshes .agent-runs/supercharge-status.md for future sessions.
  • If quick_validate.py is missing, install/restore the system skill-creator skill or set QUICK_VALIDATE_PY to its path.

Skip When

  • You are only doing one-off repo work unrelated to Codex Supercharge.

Validation

SUPERCHARGE_PLUGIN="${SUPERCHARGE_PLUGIN:-plugins/codex-supercharge}"
"$SUPERCHARGE_PLUGIN/scripts/maintenance_pass.sh"
python3 "$SUPERCHARGE_PLUGIN/scripts/plugin_discovery_audit.py" --plugin-root "$SUPERCHARGE_PLUGIN"
"$SUPERCHARGE_PLUGIN/scripts/validate_helpers.sh"
python3 "$SUPERCHARGE_PLUGIN/scripts/installed_drift.py"
python3 "$HOME/.codex/skills/.system/skill-creator/scripts/quick_validate.py" "$SUPERCHARGE_PLUGIN/skills/auto-skill-ops-supercharge-maintenance-pass"

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.