Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

简体中文 · English · 日本語

Cangjie Skill

Distill methodologies from books, long-form videos, and podcasts into callable AI Skills

License: MIT Version: 2.5.0 Method: RIA--TV++ Platform: OpenClaw Platform: Claude Code Platform: DeepSeek Harness

Finish reading, watching, or listening—and leave with a methodology you can invoke.

Official Website

🌐 Visit the Cangjie Skill official website

The website provides visual Skill Pack browsing, a beginner-friendly usage guide, Skill detail pages, and a contribution submission entry. This GitHub repository remains the sole source for cangjie-skill code, methodology, and templates; the website provides presentation, navigation, and usage guidance.

What's New in v2.5.0

  • Capability Bundle as the single source of truth: extraction produces stable capability cards and metadata before any installable output is compiled.
  • Two deterministic delivery modes: compile one router-style Skill (single) or a compact pack with a router plus promoted standalone Skills (pack).
  • A unified local toolchain: scripts/cangjie.py now covers diagnostics, compilation, output replanning, incremental updates, repair, rollback, evaluation, and benchmarking.
  • Safer evolution: content-addressed preprocessing, source diffs, impact analysis, transactional patches, edit detection, snapshots, and rollback are included.
  • Registry v2 and website support: output mode and capability counts are visible without breaking existing Registry v1 entries.

See the v2.5.0 release notes and changelog for the complete scope and migration notes.

2026-09-13 refresh (still v2.5.0): task-first validation now retains complete procedures and formulas explained in a single source location. Output scoring counts missing runs and checks numeric values/units; compiled Skills can carry declared scripts and text templates. Download the refreshed generic Skill ZIP · SHA256. Extract it and install the complete cangjie-skill/ directory. Existing users must download the refreshed package; check BUILD_INFO.json for the source commit and refresh date. The original tag is unchanged, so GitHub's automatic source archives do not contain this refresh.

DeepSeek Harness Plugin

cangjie-skill also provides a standalone installation package for DeepSeek Harness. The adapter layer is bundled in the Release package, so no platform-specific wrapper files are added to this repository.

After installing DeepSeek Harness, download the v2.5.0 package and checksum, verify it, then install from the local tarball:

mkdir -p ~/.dsh/packages
curl -fL "https://github.com/kangarooking/cangjie-skill/releases/download/v2.5.0/dsh-cangjie-skill-2.5.0.tgz" \
  -o ~/.dsh/packages/dsh-cangjie-skill-2.5.0.tgz
curl -fL "https://github.com/kangarooking/cangjie-skill/releases/download/v2.5.0/dsh-cangjie-skill-2.5.0.tgz.sha256" \
  -o ~/.dsh/packages/dsh-cangjie-skill-2.5.0.tgz.sha256
(cd ~/.dsh/packages && shasum -a 256 -c dsh-cangjie-skill-2.5.0.tgz.sha256)
dsh plugin --profile web add ~/.dsh/packages/dsh-cangjie-skill-2.5.0.tgz
dsh web

Download the DeepSeek Harness plugin (for Cangjie Skill v2.5.0) · SHA256 checksum

After starting a new task, you can say:

Use cangjie-skill to distill this book into a set of executable Agent Skills: <file path>

Why This Exists

There's a recent viral idea: distilling colleagues into AI skills. Even after someone leaves, their experience, tone, and work style can be partially replicated by AI. nuwa-skill does exactly this — creating "human skills" like an Elon Musk skill or a Warren Buffett skill. The companion darwin-skill handles automatic skill evolution.

Distilling people is valuable — nuwa-skill has already proven this. Distilling the content people have expressed systematically is a complementary dimension: a book, a long-form interview, a podcast episode, or a long Bilibili or YouTube video can contain methodologies that took the creator years to refine. Rather than imitating someone's expression style, extracting those methodologies and turning them into tools that solve real problems is equally valuable.

There's also a real pain point: you may read many books, save many videos, and listen to many podcasts, yet still struggle to apply what you learned. Content-rich long videos are published every day, are often time-sensitive, and can be difficult to absorb in one viewing; they may not be represented in an AI model's training data at all. Once this content is distilled into skills, an AI agent can invoke the knowledge in real scenarios instead of letting it gather dust in notes, bookmarks, or watch-later lists.

So cangjie-skill has one clear goal: distill every piece of high-value content worth distilling. It works not only with books, but also with videos that have subtitles or transcripts, podcasts, interviews, talks, courses, long-form articles, and document collections. Whenever content contains extractable, verifiable, and transferable methodologies, cangjie-skill can turn them into independently callable, composable, and pressure-testable AI skill packs.

For video content, we recommend using the video-downloader skill alongside cangjie-skill. Use it first to download the video, extract subtitles or audio transcripts, and collect key materials; then pass the resulting text to cangjie-skill for methodology extraction, skill construction, and pressure testing.

What Problems It Solves

  • Reading many books, watching many videos, or listening to many podcasts without applying them — knowledge stays at the "read/watched/listened/saved" level and cannot be invoked in real decisions
  • Summaries, notes, and organized transcripts are compression, not structured reuse — after reading or watching, you still do not know "what to use when"
  • Only a small fraction of high-value content deserves to become a tool — strict filtering is needed, not wholesale inclusion
  • Existing methods for reading, watching, and learning are designed for people, not agents — distillation must be execution-oriented rather than consumption-oriented

How It Works

cangjie-skill uses the RIA-TV++ pipeline to transform source texts—including books, video transcripts, podcast transcripts, and interview notes—into a reusable Capability Bundle, then compiles that source into installable skills. The process has seven stages:

  1. Whole-Content Comprehension (Adler Analysis) — Structural, interpretive, critical, and applicability analysis using Mortimer Adler's method, producing BOOK_OVERVIEW.md
  2. Parallel Extraction — Five specialized extractors (frameworks, principles, cases, counter-examples, glossary) run simultaneously to pull candidate units from the source text
  3. Triple Verification + Promotion Gate — Check source sufficiency, executability, and task utility by candidate type. A complete procedure or formula explained once can qualify; repetition or author originality is not mandatory. References and unresolved candidates remain auditable, and standalone entrypoints are decided separately
  4. RIA++ Capability Construction — Verified content is structured into R / I / A1 / A2 / E / B capability cards inside .cangjie/capabilities/
  5. Zettelkasten Linking — Dependencies, contrasts, and compositions are encoded in the Bundle's capability graph and shared glossary
  6. Pressure Testing — Test prompts including bait questions (and cross-skill confusion tests) are designed for each skill; failures go back for full reconstruction
  7. Deterministic Compilation and Delivery — The same Bundle compiles to single or compact pack, alongside a reader-facing DIGEST.md, validation results, and installable artifacts

The name RIA-TV++ breaks down as:

  • RIA: From Zhao Zhou's bookmark method (Reading / Interpretation / Appropriation)
  • TV: Triple Verification
  • ++: Agent-oriented extensions — E (Execution) + B (Boundary)

Effect Examples

Example 1: From a Book or Long-Form Video to a Skill Toolkit

User Need

"I want to turn the core methodologies from a book or a long Bilibili/YouTube video into reusable AI skills, not just a summary."

How cangjie-skill reasons

  • Check whether the source material has reusable methodological units
  • Distinguish what deserves to be a standalone skill vs. background material
  • Output a structured skill repository, not a single summary document

Example Output

The result will not be one summary document. It will be a multi-skill repository with BOOK_OVERVIEW.md, INDEX.md, a reader-facing DIGEST.md, a GLOSSARY.md, multiple */SKILL.md files, and test-prompts.json for trigger testing.

Example 2: Structured Reuse, Not Compression

User Need

"I don't want a long explanatory article. I want a skill pack my agent can reuse."

How cangjie-skill reasons

  • Target is structured reuse, not narrative compression
  • Prioritize triggerable, composable, testable skill units
  • Reject material that doesn't deserve standalone skill status

Example Output

The system produces multiple skill modules with trigger conditions, boundaries, execution patterns, and related-skill links — rather than flattening the source into one generalized note.

Generated Skill Packs

RepositorySourceSkills
buffett-letters-skillBuffett's shareholder letters (1957-2023)20
cognitive-dividend-skillCognitive Dividend15
duan-yongping-skillDuan Yongping's Q&A (business + investment logic)15
viral-copywriting-skillBao Kuan Wen An14
copywriters-handbook-skillThe Copywriter's Handbook12
contagious-skillContagious15
influence-skillInfluence12
1000-true-fans-skill1000 True Fans13
system-prompt-skills165 AI product system prompts15
X-growth-skillsPractical X (Twitter) account launch, content growth, algorithm, engagement, and monetization resources15
sunyuchen-skillA single narrative writing sample labeled “sunyuchen”1 (7 capabilities)
poor-charlies-almanack-skillPoor Charlie's Almanack12
no-rules-rules-skillNo Rules Rules10
huangdi-neijing-skillHuangdi Neijing (Suwen + Lingshu)22
first-principles-skillFirst Principles10
mao-selected-works-skillSelected Works of Mao Zedong, Vol. 1-525
qbdx-hub/buffett-letters-skillBuffett Shareholder Letters (1957-2023)20
qbdx-hub/wo-yu-di-tan-skillWo Yu Di Tan6
qbdx-hub/mingchao-those-things-skillMingchao Those Things7
qbdx-hub/sunzi-bingfa-skillSunzi Bingfa8
qbdx-hub/zhouyi-skillZhouyi8
qbdx-hub/high-math-vol1-ch1-skillHigh Math Vol. 1 Chapter 18

Video Distillation

These repositories are built from subtitles or transcripts of long-form videos, courses, or video collections. They demonstrate cangjie-skill's ability to distill methodologies from non-book content.

RepositorySourceSkills
ai-for-everyone-skillAndrew Ng's AI for Everyone video course25
loop-engineering-skillLoop Engineering long-form video collection8

More high-value books are planned for distillation. Future candidates include, but are not limited to, The Prince.

Additional external source (included with the author's permission):

Repository Structure

cangjie-skill/
├── README.md              ← You are here (default)
├── README.zh-CN.md        ← Simplified Chinese version
├── README.ja.md           ← Japanese version
├── LICENSE                ← MIT License
├── SKILL.md               ← Meta-skill definition (full execution spec for cangjie-skill)
├── methodology/           ← RIA-TV++ stage-by-stage methodology docs
├── extractors/            ← Prompt definitions for the 5 parallel extractors
└── templates/             ← SKILL.md / INDEX.md / BOOK_OVERVIEW.md templates

Ecosystem

cangjie-skill is part of a larger skill ecosystem:

  • nuwa-skill — Distills people (thinking styles, expression DNA)
  • cangjie-skill (this repo) — Distills books (methodologies, frameworks, principles)
  • darwin-skill — Evolves any skill

They interlock: nuwa distills people, cangjie distills books, darwin keeps them evolving.

More Skills

  • Buffett Letters Skill — 20 investment reasoning skills from Buffett's 60+ years of shareholder letters
  • Poor Charlie's Almanack Skill — 12 decision-making and judgment skills from Charlie Munger's core thinking methods
  • No Rules Rules Skill — 10 organizational design skills from Netflix's culture of freedom and responsibility
  • Cognitive Dividend Skill — 15 cognitive tool skills for thinking upgrades from Cognitive Dividend
  • Duan Yongping Skill — 15 business and investment skills from Duan Yongping's Q&A collection
  • Viral Copywriting Skill — 14 sales copywriting and diagnosis skills from Bao Kuan Wen An
  • Copywriters Handbook Skill — 12 sales copywriting, headline, and benefit translation skills from The Copywriter's Handbook
  • Contagious Skill — 15 STEPPS propagation strategy and word-of-mouth diagnosis skills from Contagious
  • Influence Skill — 12 persuasion psychology, compliance mechanism, and defensive judgment skills from Influence
  • 1000 True Fans Skill — 13 personal branding, true fan development, and trust-based monetization skills from 1000 True Fans
  • System Prompt Skills — 15 system prompt design skills distilled from 165 AI product system prompts
  • X Growth Skills — 15 skills for X account launch, content, algorithms, engagement, review, and monetization
  • sunyuchen-skill — A restrained narrative writing skill covering cold opens, operational detail, short dialogue, emotional restraint, and object callbacks
  • Huangdi Neijing Skill — 22 methodology skills from Huangdi Neijing, including 12 from Suwen and 10 from Lingshu
  • First Principles Skill — 10 skills on axiomatic reasoning, boundary-breaking innovation, and organizational refresh from First Principles
  • Mao Selected Works Skill — 25 cognition, strategy, organization, and execution skills from Selected Works of Mao Zedong
  • qbdx-hub Buffett Letters Skill — 20 investment and capital allocation skills from Buffett shareholder letters
  • qbdx-hub Wo Yu Di Tan Skill — 6 skills on limits, suffering, writing, and self-anchoring from Wo Yu Di Tan
  • qbdx-hub Mingchao Those Things Skill — 7 skills on power structure, institutional failure, and historical explanation from Mingchao Those Things
  • qbdx-hub Sunzi Bingfa Skill — 8 skills on strategic judgment, resource control, and action selection from Sunzi Bingfa
  • qbdx-hub Zhouyi Skill — 8 skills on situational diagnosis, timing, and advance-retreat boundaries from Zhouyi
  • qbdx-hub High Math Vol. 1 Chapter 1 Skill — 8 learning skills on limits, infinitesimals, and continuity from High Math Vol. 1 Chapter 1

External Source (included with the author's permission):

  • book2startup — includes skills distilled from The Lean Startup, The Art of War, Zhuangzi, and I Ching
  • book2skill — includes AI-Agent skills distilled from Chanlun and The Classic of Tea

Contributors

Thank you to the following contributors for expanding the cangjie-skill ecosystem:

  • shenqistart — contributed the external book2skill reference and additions across the Chinese, English, and Japanese READMEs
  • qbdx-hub — contributed 6 Cangjie whole-book/chapter distillation example repositories and additions across the Chinese, English, and Japanese READMEs

About the Author

袋鼠帝 kangarooking — AI blogger and indie developer. Creator of the AI Top WeChat Official Account “袋鼠帝 AI 客栈”

Kangarooking personal WeChat QR code

Volcengine Navigation KOL, Baidu Qianfan Developer Ambassador, GLM Evangelist, Trae Kunming's First Fellow

PlatformLink
𝕏 Twitterhttps://x.com/aikangarooking
Xiaohongshuhttps://xhslink.com/m/5YejKvIDBbL
Douyinhttps://v.douyin.com/hYpsjphuuKc
WeChat Official Account袋鼠帝 AI 客栈
WeChat Video ChannelAI 袋鼠帝

WeChat Official Account「袋鼠帝 AI 客栈」QR code:

If you also want to distill methodologies from books, long-form videos, podcasts, and courses into callable Agent Skills, join the cangjie-skill WeCom community group:

cangjie-skill WeCom community group QR code

⭐ Star History

If this project has helped you, please star it.

Star History Chart

License

MIT License. See LICENSE.

关于 About

把书、长视频、播客等高价值内容蒸馏成可执行的 Agent Skills(Distill high-value content from books, long-form videos, podcasts, and more into executable Agent Skills)
agent-workflowsai-skillsautomationbook-to-skillknowledge-distillationprompt-engineeringskill-generatortemplates

语言 Languages

Python62.6%
Astro25.4%
TypeScript7.4%
CSS3.0%
JavaScript1.6%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
60
Total Commits
峰值: 12次/周
Less
More

核心贡献者 Contributors