AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Auto Skill Ops Supercharge Maintenance Pass

skill-arnie016-codex-prompt-templates-auto-skill-ops-supercharge-maintenance-pass · by Arnie016

>

No reviews yet
0 installs
43 views
0.0% view→install

Install

$ agentstack add skill-arnie016-codex-prompt-templates-auto-skill-ops-supercharge-maintenance-pass

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-arnie016-codex-prompt-templates-auto-skill-ops-supercharge-maintenance-pass)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Auto Skill Ops Supercharge Maintenance Pass? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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:

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

Or, from repo root, use the Makefile shortcut:

``bash make validate ``

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

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

Or:

``bash make install ``

  1. After meaningful Supercharge edits, refresh local feedback state:

``bash 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"

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.