Skip to main content
ClaudeWave
Skill389 estrellas del repoactualizado today

acfs

The acfs skill is a Codex-native parity wrapper that executes the ACFS workflow with full specification details located in the accompanying SKILL.md documentation file. Use this skill when implementing the complete three-phase ACFS process, including constraint handling, output specifications, quality assessment, and troubleshooting guidance as defined in the referenced base documentation and prompt.md execution guidelines.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/boshu2/agentops /tmp/acfs && cp -r /tmp/acfs/skills-codex/acfs ~/.claude/skills/acfs
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# acfs (Codex)

Codex-native parity wrapper. The full skill content — overview, constraints, the
three-phase workflow, output spec, quality rubric, examples, and troubleshooting —
lives in the sibling base file `../SKILL.md`. Read it first.

Codex execution steps and guardrails for this skill are in `prompt.md` (same dir).