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
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
Supercharge Maintenance Pass
Generated by: Codex Supercharge maintenance automation.
Use this after adding/modifying skills, references, or scripts in plugins/codex-supercharge/.
Workflow
- 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 ``
- 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 ``
- After meaningful Supercharge edits, refresh local feedback state:
``bash make feedback ``
Notes
maintenance_pass.shruns:$SUPERCHARGE_PLUGIN/scripts/skill_audit.sh "$SUPERCHARGE_PLUGIN/skills"python3 "$SUPERCHARGE_PLUGIN/scripts/plugin_discovery_audit.py"$SUPERCHARGE_PLUGIN/scripts/validate_helpers.shquick_validate.pyfor each skill folder- (optional)
$SUPERCHARGE_PLUGIN/scripts/install_to_codex_skills.sh - (optional)
$SUPERCHARGE_PLUGIN/scripts/installed_drift.pyafter install make feedbackappends a local.agent-runs/supercharge-feedback.jsonl
batch and refreshes .agent-runs/supercharge-status.md for future sessions.
- If
quick_validate.pyis missing, install/restore the systemskill-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.
- Author: Arnie016
- Source: Arnie016/codex-prompt-templates
- License: MIT
- Homepage: https://github.com/Arnie016/codex-prompt-templates
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.