Install
$ agentstack add skill-unim0cha-self-improving-skills-codex-skill-curator ✓ 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
Codex Skill Curator
Use this skill when the user asks to clean up, audit, curate, archive, restore, or review Codex skills.
Curator Rules
- Start with dry-run unless the user explicitly asks to mutate.
- Only manage user-created or repo-created skills.
- Never mutate bundled, system, admin, or plugin-distributed skills.
- Respect pinned skills. Pinned skills can be patched, but not archived or deleted.
- Archive instead of deleting. Archive moves must be reversible.
- Take a backup before any mutating run.
- Consolidate at the package level. If a skill has
references/,templates/,scripts/, orassets/, preserve or re-home those files rather than flattening onlySKILL.md.
Tooling
Prefer MCP tools from the bundled self-improving-skills server:
codex_skill_curatefor stale/archive candidates (each run persists a
report under the data dir's logs/curator/ — cite it when summarizing)
codex_skill_usagefor telemetrycodex_skill_archivefor reversible archive moves (a name collision in
.archive/ gets a timestamp suffix automatically; restore finds it)
codex_skill_restorefor archived skill recoverycodex_skill_backups/codex_skill_rollbackto list backups and restore
one by exact backup_id — the rollback backs up the current content first, so it is itself undoable (undo_backup in the result)
codex_skill_prune_backupsto keep only the newest N backups per skillcodex_skill_pinfor pin/unpincodex_self_improvement_statusfor plugin health (showslast_curate_at
and the last report path)
If MCP is unavailable, run:
python3 ../../scripts/skill_manager_cli.py curate --dry-run
python3 ../../scripts/skill_manager_cli.py usage
python3 ../../scripts/skill_manager_cli.py status
Resolve script paths relative to this SKILL.md location.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: UniM0cha
- Source: UniM0cha/self-improving-skills
- License: MIT
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.