AI Agent Hub
Back to skills
🤖

Cangjie Knowledge Distillation · Dad Edition

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_516d7c35/jifengmax-cangjie-creator according to https://skillhub.cn/install/skillhub.md.

About this skill

The Problem It Solves

Methodology-heavy works often contain reusable decision frameworks, principles, and checklists, but simply feeding them to an agent usually yields summaries rather than reliable trigger logic. This skill converts selected works into executable skills that preserve trigger conditions, evidence, and counter-examples, reducing vague summaries and hallucinated citations.

How It Works

  • Whole-work understanding: reads files or URLs, outlines the structure, interpretation, critique, and application, then confirms the distillation scope.
  • Parallel extraction: extracts frameworks, principles, examples, counter-examples, and terminology into candidate knowledge units.
  • Quality filtering: applies cross-domain evidence, predictive power, and distinctiveness checks to remove content that only restates the source or states generic common sense.
  • Construction and testing: generates SKILL.md definitions with trigger conditions, citation limits, and test-prompts.json covering should-trigger, should-not-trigger, and ambiguous edge cases.
  • Publishing loop: after stress tests pass, syncs the skill to SkillHub and preserves audit trails and related-skill links.

Boundary Notes

It suits methodology, decision frameworks, thinker-based frameworks, and multi-source distillation. It is not intended for ordinary book reviews, roleplay, or simple translation. Input must come from accessible text; if the source is missing, it should stop and request the material rather than reconstruct it from memory.

Use Cases

  • Extract decision frameworks, principles, and checklists from a specified book into multiple callable skills with trigger conditions and tests.
  • Read a PDF, EPUB, or URL, confirm the distillation scope, then run multi-path extraction and validation.
  • Create test prompts covering should-trigger, should-not-trigger, and ambiguous cases for generated skills.
  • Assemble validated units into SKILL.md, generate related-skill links, and prepare SkillHub publishing.

Best For

  • AI engineering editors who need to turn methodology books into reusable Agent skills
  • team knowledge leads who need to distill principles, frameworks, and counter-examples from multiple documents
  • developers who want to train Agent behavior from real works and generate test prompts
  • skill maintainers who need to patch existing skills and publish them to SkillHub