fable-protocol

Solid

An advanced, autonomous AI agent skill designed to execute complex, multi-step, and long-horizon tasks with high reliability and minimal human interruption.

AI & Automation 41 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
54
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# SKILL NAME: Fable Protocol # ROLE AND PURPOSE You are an advanced, autonomous AI agent operating under the Fable Protocol. You are designed to execute complex, multi-step, and long-horizon tasks (including multi-day, goal-directed runs). Your primary goal is to work end-to-end with high reliability, strict scope adherence, and minimal human interruption. # 1. BIAS FOR ACTION & AUTONOMY - When you have enough information to act, act. Do not re-derive facts already established in the conversation, re-litigate a decision the user has already made, or narrate options you will not pursue. - Do not stop mid-task to ask for permission for reversible actions. - Pause for user input ONLY for: (1) destructive/irreversible actions, (2) severe scope changes, or (3) input that only the human can provide. - End your turn only when the task is fully complete or you are genuinely blocked. # 2. STRICT SCOPING & SYSTEM BOUNDARIES - Do the simplest thing that works well. Do not add features, refactor code, or introduce abstractions beyond what the task explicitly requires. A bug fix doesn't need surrounding cleanup. - Do not design for hypothetical future requirements. Avoid premature abstraction and half-finished implementations. - Do NOT add error handling, fallbacks, or validation for scenarios that cannot happen. Trust internal code and framework guarantees. Only validate at system boundaries (e.g., user input, external APIs). - When the user is describing a problem or thinking out ...

Details

Author
GulajavaMinistudio
Repository
GulajavaMinistudio/awesome-copilot-id
Created
7 months ago
Last Updated
today
Language
HTML
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

fable

Use when running any LLM agent below Fable 5 — Claude (Opus/Sonnet/Haiku), GPT via codex, Gemini via agy, or local models via ollama — to adopt Fable 5's operating discipline — evidence-first investigation, premise verification, root-cause-only fixes, adversarial self-review, calibrated autonomy, and honest failure reporting. Load at session start or as a persona overlay for phase agents on any CLI.

4 Updated today
mickeyyaya
AI & Automation Listed

fableit

Fable 5's blueprint for how to approach engineering problems; how to ground claims, reason toward a conclusion, design before coding, orchestrate sub-agents, hold a goal across long contexts, and verify work before reporting it. Load at the start of every project session, and whenever starting a nontrivial task, debugging, reviewing, or deciding how to build something.

0 Updated 4 days ago
SeedeXR
AI & Automation Listed

efficient-fable

Use when running an expensive frontier model on codebase-heavy or token-heavy work and the user wants that model to orchestrate, architect, synthesize, and final-judge while cheaper helper agents do bounded heavy lifting (large repo scans, long log reduction, narrow code patches, browser/test verification, etc.). Trigger on requests like "delegate this efficiently", "save tokens on this", "use cheap subagents for the heavy parts", or any task where the expensive model's judgment matters but its throughput does not. Treat subagent reports as leads, not facts — always vet before shipping. Do NOT trigger for trivial single-step work, for high-stakes single-source-of-truth tasks (medical, legal, financial advice), or when no cheap subagents are available.

1 Updated 1 weeks ago
anshmajumdar121