isas1/skills

★ 109⑂ 10

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

Repository isas1/skills · default branch main · size 661 KB · watchers 0 · source: GitHub REST API and repository README

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.

Example summary page

View the HTML

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 mode
Accessible — status repeated top and bottom, literal headings, colour-coded state, no motion. | Artistic mode
Artistic — one motif, the fork: a single stroke that splits once and bleeds off the page. | | Animated mode
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.

GitHub Stars & Activity

109Stars
10Forks
0Open issues
-Language

GitHub Popularity

GitHub stars109
Forks10
Open issues0
Primary language-
LicenseMIT
Stars gained today0
Created2026-09-19
Last pushed2026-09-19

Trending History

Daily boardrank #90 · ▲ 0 stars

Related AI Projects

1

affaan-m / ECC

JavaScript★ 263,994⑂ 39,485▲ 826 stars
2

tensorflow / tensorflow

C++★ 200,221⑂ 77,033▲ 30 stars
3

Significant-Gravitas / AutoGPT

Python★ 187,469⑂ 46,006▲ 27 stars
4

anthropics / claude-code

TypeScript★ 147,260⑂ 24,085▲ 419 stars
5

ggml-org / llama.cpp

C++★ 129,000⑂ 23,514▲ 136 stars
6

addyosmani / agent-skills

JavaScript★ 97,817⑂ 10,300▲ 736 stars
7

microsoft / ML-For-Beginners

Jupyter Notebook★ 90,785⑂ 22,382▲ 47 stars
8

microsoft / AI-For-Beginners

Jupyter Notebook★ 68,771⑂ 13,292▲ 36 stars

More AI Rankings