Analysis updated 2026-08-13
Turn a book or long interview transcript into a reusable, structured AI skill.
Build a library of verified reasoning frameworks an agent can call during real tasks.
Distill lengthy podcast or YouTube transcripts into skills instead of plain summaries.
Stress test generated skills with built-in trick question test cases before using them.
| kangarooking/cangjie-skill | paddlepaddle/ernie | wiseodd/generative-models | |
|---|---|---|---|
| Stars | 7,635 | 7,720 | 7,496 |
| Language | Python | Python | Python |
| Setup difficulty | moderate | hard | moderate |
| Complexity | 3/5 | 4/5 | 3/5 |
| Audience | developer | researcher | researcher |
Figures from each repo's GitHub metadata at analysis time.
Requires feeding it long source transcripts and running a multi-stage extraction pipeline.
Cangjie Skill is a Chinese-language project that turns the reasoning found inside books, long videos, and podcasts into structured AI skills that an agent like Claude Code can actually call on. The idea builds on a related project called nuwa skill, which distills a specific person's way of thinking into a usable skill. Cangjie Skill focuses instead on distilling the systematic reasoning that a person has already written down or spoken at length, such as in a book, a long interview, a podcast episode, or a long form video. The problem it addresses is a common one. People read many books, watch many videos, and listen to many podcasts, but struggle to actually apply what they learned at the moment a real decision needs to be made. Summaries and notes tend to compress information without making it something an agent can reliably call up and use. The tool works through a seven stage pipeline it calls RIA-TV++. It first analyzes a whole piece of content using a structured reading method, then runs five parallel extractors that pull out candidate frameworks, principles, cases, counterexamples, and terminology. Each candidate has to survive three checks, including independent verification within the source and the ability to answer new questions the source never directly addressed. Only 25 to 50 percent of candidates typically pass. Surviving material is then built into a structured skill file with clear sections for the original quote, a rewritten explanation, book examples, future trigger scenarios, executable steps, and known boundaries. The project also generates a stress test set of trick questions for each skill and links related skills together. The repository already includes many generated skill packs distilled from sources such as Warren Buffett's shareholder letters, Robert Cialdini's Influence, and various Chinese business and philosophy texts, each represented as its own linked GitHub repository. The project is licensed under GNU AGPL v3 and is built to work with platforms like Claude Code and OpenClaw.
Cangjie Skill turns long books, videos, and podcasts into structured, verifiable AI skills that agents like Claude Code can call on.
Mainly Python. The stack also includes Python, Claude Code, OpenClaw.
You can use and modify it, but if you run a modified version as a network service, you must share your source code with users of that service.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.