feat: v4 Knowledge Activation architecture#1
Merged
Merged
Conversation
Complete rewrite of all 7 skills to AKU (Atomic Knowledge Unit) schema: - Frontmatter: structured triggers/boundaries/continuations declarations - Constraints-first layout (attention decay resistance) - Tool-call style procedures replacing prose descriptions - Progressive disclosure with <details> blocks - Gotchas reformatted to 3-element style (what/why/correct) New infrastructure: - validators/ directory per skill (pre/post check scripts) - scripts/validate-all.sh (structure + API + budget + eval checks) - scripts/check-forbidden-apis.sh (MCP safety regression) - scripts/run-trigger-evals.sh (coverage report) - .github/workflows/skill-ci.yml (CI automation) Eval expansion: all skills now have 25+ trigger cases (10+10+5). Docs: - README simplified (English only, Chinese moved to docs/) - docs/architecture.md (knowledge topology + AKU schema) - docs/design-evolution.md (v1→v4 history) - docs/README-zh.md (full Chinese documentation) License unified to Apache-2.0 across all skills. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Complete v4 evolution of the skill suite from "production-ready prompts" to a Knowledge Activation architecture based on Atomic Knowledge Units (AKUs).
What changed
triggers:/boundaries:/continuations:in frontmatter, constraints-first layout, tool-call style procedures, progressive disclosure with<details>blocksvalidators/per skill): deterministic pre/post check scripts for governance-as-codevalidate-all.sh,check-forbidden-apis.sh,run-trigger-evals.shKey architectural decisions
continuations:— skills form a navigable graphowns/delegates_to/never_absorbsValidation
Test plan
bash scripts/validate-all.sh— all checks passbash scripts/run-trigger-evals.sh— 25+ cases per skill🤖 Generated with Claude Code