AIAny
AI Agent2026
Icon for item

Cangjie Skill

Turns books, long videos, and podcasts into executable, testable AI agent skills using a structured RIA‑TV++ pipeline. Produces multi-file skill packs (BOOK_OVERVIEW.md, SKILL.md, INDEX.md, DIGEST.md), applies triple verification and pressure tests, and can install skills into Claude Code/Cursor for agent use.

Introduction

Most high-value content (books, long videos, podcasts) contains repeatable methods, but that knowledge rarely becomes actionable in real-world workflows. This project focuses on extracting method-oriented units from long-form content and packaging them as agent-callable, testable skills so an AI agent can execute, combine, and pressure-test those methods instead of merely summarizing them.

What Sets It Apart
  • Structured RIA‑TV++ pipeline: a seven-stage flow (Adler-style overview, five parallel extractors, triple verification, RIA++ structuring, Zettelkasten linking, pressure testing, and delivery) that prioritizes verifiability and executionability over plain compression.
  • Triple verification and pressure tests: candidate skills must have cross-domain evidence, predictive power, and non-triviality; each skill is validated with adversarial test prompts and mixed-skill confusion cases before being accepted.
  • Agent-first outputs: instead of a single summary, the repo emits a skill pack (BOOK_OVERVIEW.md, INDEX.md, DIGEST.md, SKILL.md modules, test-prompts.json) and provides integration points to install skills into agent platforms such as Claude Code and Cursor.
Who It's For and Trade-offs

Great fit if you regularly consume long-form content and need the actionable parts turned into reusable agent tools — knowledge workers, instructional designers, AI product teams, and researchers building agent toolchains. Look elsewhere if your source materials are purely narrative or personal memoirs with little transferable methodology, or if you need an out-of-the-box, zero‑effort summary: the approach requires clean transcripts/subtitles, and rigorous human-in-the-loop checks for high-stakes use.

Where It Fits

Compared with person-centric "skill" distillation projects, this repository targets systematized method extraction (books, courses, long interviews) rather than mimicking an individual's style. It complements nuwa-skill (distilling human personas) and darwin-skill (skill evolution) by focusing on method → skill conversion and validation.

Information

  • Websitegithub.com
  • Authorskangarooking
  • Published date2026/04/16

Categories

More Items

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.

GitHub
AI Infra2026

Provides an end-to-end platform to evaluate, observe, protect, and optimize LLM and AI agent deployments. Integrates OpenTelemetry tracing, 50+ evaluation metrics, agent simulations, an OpenAI‑compatible gateway, and guardrails; self‑hostable under Apache 2.0.