agentsclimarketplace

Codex safe workflow

Skill KevinBigham/codex-safe-starter/.agents/skills/codex-safe-workflow

Use inside Codex Safe Starter for repo-local setup, portability, safety, validation, eval, and public Git workflow changes. Do not use for unrelated app coding tasks.From its SKILL.md

Install
npx -y skills add KevinBigham/codex-safe-starter --skill codex-safe-workflow

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

2 things 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.
  • runs commandsInstructs the agent to run 6 commands, including `node scripts/secret-scan.mjs` and 5 more.

SKILL.md

1.3 KB, 291 tokens by cl100k_base, as published. Nobody here has run it

Codex Safe Workflow

Use this skill for changes to the Codex Safe Starter repo. It is the canonical repo-scoped skill and should stay under .agents/skills/codex-safe-workflow/.

  1. Read AGENTS.md and docs/codex/repo_map.md.
  2. Plan non-trivial edits with objective, scope, files, verification, risks, and rollback.
  3. Keep changes project-local unless the maintainer explicitly approves a global change.
  4. Do not install tools by default. Stage install proposals in codex-upgrade/SECURITY_REVIEW.md.
  5. Run:
    • node scripts/secret-scan.mjs
    • node scripts/selftest.mjs
    • node scripts/doctor.mjs --ci
    • node scripts/smoke.mjs
    • node codex-upgrade/benchmarks/run-smoke.mjs --final
  6. Before commit, stage only intended files and run node scripts/secret-scan.mjs --staged.
  7. Update PORTABILITY_REPORT.md and CODEX_STACK_REPORT.md when portability, validation, Git, agent, skill, or install decisions change.
  8. Keep MCP, hooks, rules, plugins, and permission-profile migrations staged in docs unless the maintainer explicitly approves activating them.

For the detailed checklist, read references/workflow-checklist.md.

What ships with it: 2 files

1.7 KB alongside SKILL.md

agents/

references/

Keep looking

Skills are one crate of 325,949. 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.