kangarooking/cangjie-skill
把书、长视频、播客等高价值内容蒸馏成可执行的 Agent Skills(Distill high-value content from books, long-form videos, podcasts, and more into executable Agent Skills)
What it solves
Cangjie Skill addresses the problem of "knowledge decay" where high-value content from books, long-form videos, podcasts, and courses is consumed but never applied. It transforms passive consumption (summaries and notes) into structured, executable AI skills that an agent can invoke in real-world scenarios to solve specific problems.
How it works
The project uses a pipeline called RIA-TV++ to convert source text into a "Capability Bundle" and then into installable skills. The process consists of seven stages:
- Whole-Content Comprehension: Uses Adler's method for structural and critical analysis.
- Parallel Extraction: Five specialized extractors pull frameworks, principles, cases, and glossaries.
- Triple Verification: Candidates are filtered and promoted to independent entry points based on evidence and utility.
- RIA++ Capability Construction: Content is structured into capability cards (Reading, Interpretation, Appropriation, Execution, and Boundary).
- Zettelkasten Linking: Encodes dependencies and compositions in a capability graph.
- Pressure Testing: Uses bait questions and confusion tests to ensure the skill's reliability.
- Deterministic Compilation: Compiles the bundle into either a single router-style skill or a compact pack of standalone skills.
Who it’s for
Users who want to turn educational or methodological content into functional tools for AI agents, as well as developers building agentic workflows that require specialized, verified knowledge bases derived from expert literature.
Highlights
- Execution-Oriented: Focuses on structured reuse rather than narrative compression or simple summaries.
- Comprehensive Source Support: Works with books, video transcripts, podcasts, and interview notes.
- Deterministic Toolchain: Includes a local toolchain for diagnostics, compilation, and incremental updates.
- Extensive Library: Provides a wide array of pre-distilled skill packs ranging from investment reasoning (Buffett) to organizational design (Netflix).
- Platform Integration: Offers plugins for platforms like DeepSeek Harness, Claude Code, and OpenClaw.
Related
- Dispatch
- Project
- Project
- Project
- Project