docs: add the agent-facing skill library#486
Merged
Merged
Conversation
Sixteen task-scoped skills under .claude/skills/ carrying the repo's operating knowledge for agent sessions: change control, validation and QA, build and environment, rendering-defect response, domain reference, and research process. Each skill records its provenance and the commands to re-verify the facts it asserts.
drmrd
force-pushed
the
docs/agent-skill-library
branch
from
July 6, 2026 00:10
7f7f574 to
c3b09da
Compare
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.
Adds sixteen task-scoped skills under .claude/skills/ so agent sessions can load the repo's operating knowledge on demand instead of rediscovering it each time. The set spans process (change control, validation and QA, parallel delivery, research methodology), machinery (build and environment, configuration axes, diagnostics, running and operating the app), reference (architecture contract, domain reference, docs and writing policy, research frontier), and response playbooks (debugging, the rendering-defect campaign, failure archaeology, proof and analysis).
Every skill states when to use it and when not to, and closes with a provenance section listing the commands that re-verify each fact it asserts. Facts were checked against the repo and live GitHub state on 2026-07-05. The full set then went through independent factual, doctrine, and usability review passes, and all blocking and important findings were fixed before this PR.
Doc-only change: no source or test files. Heavy CI suites skip by path selection.