Agent skill · Workflow & Productivity

codex-fable5

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 identity or provider claims.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
codexclaude-codecursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill codex-fable5 --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Declared author: baskduf
Path: skills/codex-fable5/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Codex Fable5 ## Overview 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. ## When to Use This Skill - Use when the user asks Codex to work in a Fable-like, Fable5, VFF, evidence-first, or strict verification style. - Use when converting Claude, Anthropic, or Fable-flavored prompt guidance into Codex-safe project instructions. - Use when a coding task needs explicit goal tracking, investigation before edits, review-finding closure, or final verification gates. - Use when setting up optional FableCodex plugin workflows for users who want reusable local goal and findings ledgers. ## How It Works ### Step 1: Classify the Request Decide which operating mode fits the task: - **Implementa

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Classify the Request
  5. Step 2: Preserve Codex Boundaries
  6. Step 3: Run the Evidence-First Loop
  7. Step 4: Use Optional FableCodex Helpers
  8. Examples
  9. Example 1: Strict Implementation
  10. Example 2: Convert Fable-Style Prompt Guidance
  11. Best Practices
  12. Limitations
  13. Security & Safety Notes
  14. Common Pitfalls
Commands it runs
codex plugin marketplace add baskduf/FableCodex --ref <reviewed-tag-or-commit>
codex plugin add codex-fable5@fablecodex
export PATH="$PWD/plugins/codex-fable5/bin:$PATH"
codex-fable5 status
codex-fable5 goals create --brief "Implement CSV import" --goal "Import valid CSV rows and report invalid rows"
codex-fable5 goals next
codex-fable5 findings gate
More from agentic-awesome-skills
All skills →
About this skill
What does the codex-fable5 skill do?

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 identity or provider claims.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill codex-fable5 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going