CoreWise Academy

How it’s built

The Process

01Guides start from real sources

Most start with a video the editor learned from. The transcript is fetched and broken into concepts, prerequisites, misconceptions, exercises, and quotable moments with timestamps. Every guide credits its sources on the page.

02Human in the loop

Nothing publishes directly. Every draft arrives as a pull request; the editor reviews, corrects, and merges. Merging is publishing: the site rebuilds and the guide goes live.

StageWhat happensWhat comes out
Ingest A source video or document is fetched and broken into concepts, misconceptions, exercises, and quotable moments Structured notes + source log
Draft The writing tool reads the whole curriculum, then writes an original guide (or extends an existing one) MDX draft on a branch
Review The draft arrives as a pull request; the editor reviews, corrects, and merges Published guide
Rebuild Merging rebuilds the static site, so publishing and merging are the same act Live page

03The style book is strict

The Academy keeps one written style book. A machine checks some of its rules on every build and blocks the deploy on any hit; the editor holds the rest in review.

RuleHeld by
No em dash anywhere on the siteBuild gate
Titles and headings stay under a length capBuild gate
Plain words, and fewer of themReview
Say plainly what a thing isReview
No jargon and no invented wordsReview
No walls of text; the content in the shape that fits itReview

These are a sample. The full book lives in skills and permanent memory rules.

04Learning science, applied

They apply the standard findings on the testing effect and active recall to a guide format.

05Take the tools

The skills below are real files from the repo that runs this site.

Prose and clarity

Point these at a draft to tighten the writing.

  • /humanizer 132 lines

    Edit a draft to cut AI tells and sound more human.

    save as .claude/skills/humanizer/SKILL.md

  • /purposeful-writing 122 lines

    Draft or edit prose so it reads clearly.

    save as .claude/skills/purposeful-writing/SKILL.md

  • /plain-words 89 lines

    Swap fancy or insider words for plain ones.

    save as .claude/skills/plain-words/SKILL.md

  • /enhance-prompt 127 lines

    Turn a rough request into a clear prompt for a fresh agent.

    save as .claude/skills/enhance-prompt/SKILL.md

Method and engineering

For building and checking code.

  • /brainstorming 105 lines

    Think through a design before writing code.

    save as .claude/skills/brainstorming/SKILL.md

  • /test-driven-development 372 lines

    Write the failing test first, then the code to pass it.

    save as .claude/skills/test-driven-development/SKILL.md

  • /systematic-debugging 297 lines

    Reproduce a bug and find the root cause before fixing.

    save as .claude/skills/systematic-debugging/SKILL.md

  • /verification-before-completion 140 lines

    Check the work actually passes before calling it done.

    save as .claude/skills/verification-before-completion/SKILL.md

Craft and safety

These three have a full guide too, linked on each.

  • /showpiece 120 lines read the guide

    Build a distinctive creative artifact, not generic AI output.

    save as .claude/skills/showpiece/SKILL.md

  • /caveman 94 lines read the guide

    Cut token use with compressed shorthand, same accuracy.

    save as .claude/skills/caveman/SKILL.md

  • /vet-third-party-skill 52 lines read the guide

    Scan a skill for injection or data theft before installing.

    save as .claude/skills/vet-third-party-skill/SKILL.md

FAQ · The Process

How are the guides made?

Each guide starts from real sources: a lecture the editor learned from, official docs fetched at writing time, or the editor's own field notes. Notes from several sources are combined into one original piece, and a human editor reviews every draft as a pull request before it publishes.

How long are the guides?

Guides run 5 to 11 minutes each, and the whole catalogue is about 284 minutes of reading. A typical guide is made to fit inside one sitting.

Who checks what gets published?

100% of guides pass through the editor, Ryan D. Allen, before they go live. Nothing publishes directly: every draft is a pull request, review notes are resolved, and merging is publishing.