skills/codex-fable5/SKILL.md
--- name: codex-fable5 description: Apply Fable-inspired discipline to Codex work: inspect first, track goals and findings, ground conclusions in evidence, verify before completion, and adapt Claude/Fable prompt guidance without identit category: AI & Agents source: antigravity tags: [api, claude, ai, agent, workflow, document, security] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/codex-fable5 --- # Codex Fable5 ## Overview Codex Fable5 applies Fable-inspired
npx skillsauth add ranbot-ai/awesome-skills skills/codex-fable5Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Codex Fable5 applies Fable-inspired operating habits to Codex-style coding work. It emphasizes reading the workspace before acting, preserving active system and safety instructions, tracking goals and review findings, grounding claims in evidence, and verifying before saying work is complete. This skill is adapted from the community project at baskduf/FableCodex.
It does not clone, unlock, or replace any Fable-family model. Treat it as workflow discipline, not as proof of provider identity, hidden capability, model access, or context-window parity.
Decide which operating mode fits the task:
For durable local ledgers, install the source plugin and use its helper CLI. Only do this in an authorized local workspace.
codex plugin marketplace add baskduf/FableCodex --ref <reviewed-tag-or-commit>
codex plugin add codex-fable5@fablecodex
From a FableCodex checkout, add the helper binaries to PATH:
export PATH="$PWD/plugins/codex-fable5/bin:$PATH"
codex-fable5 status
Use goal and findings ledgers for longer work:
codex-fable5 goals create --brief "Implement CSV import" --goal "Import valid CSV rows and report invalid rows"
codex-fable5 goals next
codex-fable5 findings add --title "Parser drops empty trailing fields" --location "src/importer.ts:84" --evidence "Fixture with trailing comma loses final column"
codex-fable5 findings gate
User request:
Use codex-fable5 to implement this fix.
Agent behavior:
User request:
Convert this Claude/Fable prompt into Codex project rules.
Agent behavior:
AGENTS.md or skill guidance.tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.