explaingit

tomicz/fable-5-train-opus-skills-after-it-retires

Analysis updated 2026-05-18

401Audience · developerComplexity · 2/5Setup · easy

TLDR

A single prompt template that has an AI assistant document a codebase into a structured set of skill files for less experienced engineers or cheaper models to use later.

Mindmap

mindmap
  root((Retirement Prompt))
    What it does
      Documents a codebase
      Builds skill files
      Reviews the results
    Tech stack
      Claude Code
      Markdown skills
    Use cases
      Knowledge transfer
      AI onboarding
    Audience
      Senior engineers
      AI assistants

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Turn a senior engineer's undocumented knowledge of a project into a written skill library.

USE CASE 2

Generate onboarding style playbooks for debugging, architecture, and validation in an existing codebase.

USE CASE 3

Prepare a project so smaller or cheaper AI models can maintain it going forward.

What is it built with?

Claude CodeMarkdown

How does it compare?

tomicz/fable-5-train-opus-skills-after-it-retiresbloom42/markdown-ninjacodecrafters-io/learning-stipends
Stars401401400
LanguageGo
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedeveloperwritergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min
The README does not state a license.

In plain English

This repository contains a single long prompt rather than application code. It is meant to be given to an AI coding assistant, written from the point of view of a senior engineer who is about to retire from a project, with the goal of building a complete library of documented skills before that happens. The prompt asks the AI to first investigate an existing codebase like an incoming lead would: reading the README, build system, test suite, CI setup, documentation, and git history, looking at what changed, what got reverted, and any stalled work. After that research, it is told to ask the human at most five clarifying questions, only about things the repository itself cannot answer, such as the hardest current problem or unwritten rules that are not written down anywhere. Once that groundwork is done, the prompt directs the AI to write out ten to sixteen separate skill files, one at a time, covering things like how changes get reviewed, a debugging playbook of common failure symptoms, a record of past failed attempts so they are not repeated, the reasoning behind key design decisions, how to set up the environment, how to run and operate the project, and how to validate that a change actually works. A more advanced set of skills covers the single hardest live problem, research methods used in the project, and open problems where the project could improve on the current state of the art. The prompt sets strict authoring rules: skills should be written for a less experienced engineer or a smaller AI model, use plain imperative instructions with copy-pasteable commands, define every technical term once, and clearly state when a given skill should not be used. Every command, path, or claim must be checked against the real repository rather than guessed, and it must not conflict with the project's existing rules. After all the skill files exist, the prompt asks for three separate reviews, checking facts, checking for contradictions, and checking how usable the writing is, followed by one pass that fixes the important problems found. In short, this is a reusable prompt template for turning a senior engineer's undocumented knowledge of a codebase into a structured set of skill files that a less experienced person or a cheaper AI model can follow later.

Copy-paste prompts

Prompt 1
Adapt this retirement prompt to my own repository and run its Phase 1 discovery step first.
Prompt 2
Explain what skill files this prompt would generate for a typical web app project.
Prompt 3
Show me how the three review passes in Phase 3 work and what each one checks for.

Frequently asked questions

What is fable-5-train-opus-skills-after-it-retires?

A single prompt template that has an AI assistant document a codebase into a structured set of skill files for less experienced engineers or cheaper models to use later.

What license does fable-5-train-opus-skills-after-it-retires use?

The README does not state a license.

How hard is fable-5-train-opus-skills-after-it-retires to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fable-5-train-opus-skills-after-it-retires for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.