isas1/skills
Skills for explaining and summarising AI output: eli5-succinct, simple-summary, summary
About isas1/skills
isas1/skills is an open-source project on GitHub, mainly written in several languages. Skills for explaining and summarising AI output: eli5-succinct, simple-summary, summary It currently holds 109 stars and 10 forks with 0 open issues, and was last pushed on 2026-09-19 (repository created 2026-09-19).
Project Overview
AI Homed tracks it on the Today's Trending board, currently at rank #90 with 0 new stars today.
GitHub Repository Details
README
skills
Two skills for explaining and summarising work. They route on what you want to end up holding, not on which words you used: an explanation in chat, or a page.
| You want | Skill | You get |
|---|---|---|
| To understand something, briefly | eli5-succinct | A short plain-language answer in chat. Never a file. |
| A page to look at or send | summary | One HTML page. Plain by default, with optional modes. |
So eli5 succinct on this regex explains it in chat, summary (or simple summary) writes a plain page, and summary, make it ADHD friendly writes the same page in accessible mode.
What it produces
This page was generated by the summary skill, run on this repo. One self-contained HTML file, no build step, no dependencies.
Modes
Attach one to a summary ask; a bare ask builds the plain page. They stack; accessible wins where it conflicts.
| Mode | Say | Spec | Example |
|---|---|---|---|
| Accessible | "ADHD friendly", "autistic", "dyslexia", "accessible" | modes/accessible.md | page |
| Artistic | "make it look good", "artistic", "designed" | modes/artistic.md | page |
| Animated | "animate it", "make it move" | modes/animated.md | page |
Every example below is this same repo, summarised by summary in that mode.
The plain page above and these three carry identical facts.
| | |
|---|---|
| 
Accessible — status repeated top and bottom, literal headings, colour-coded state, no motion. | 
Artistic — one motif, the fork: a single stroke that splits once and bleeds off the page. |
| 
Animated — the count rolls up, bars grow, the fork draws itself, open items breathe. Dead on paper and under prefers-reduced-motion. | |
House style
summary builds every page, plain or moded, to the same spec:
Create a single page HTML summary of the conversation, branch, work tree or user instructions. Make it visual and digestible without additional cognitive fatigue. Minimal text, clear flow of information. Opt for charts and diagrams over long explanations. Default to clean off-white background, #333333 text. Create a flow for the user to follow and use typography design principles such as spacing, line height, balanced text, and Z and F reading patterns.
One self-contained file. No build step, no CDN, no framework, no external assets. #FAF9F7 ground, #333333 ink, one accent, an explicit cross-platform font stack, inline SVG, 65-character measure. Survives Print to PDF.
It reads the actual target before writing (git status, git log, git diff, the changed files) rather than summarising from memory.
Install
cp -r skills/eli5-succinct ~/.claude/skills/
cp -r skills/summary ~/.claude/skills/
Install both. The routing in each description depends on the other existing.
Licence
MIT.
