- Docs
- Other
- Agent Skill Engineering
Agent Skill Engineering
Frame a portable skill before writing it, create or update it under an explicit write boundary, design a governed read-only knowledge corpus, or review a skill before making a measured optimization. You receive a bounded plan or a verified skill change without handing repository content authority over your tools.
Start here
Section titled “Start here”| Say this | What you get |
|---|---|
| “Frame a skill for reviewing database migrations. Don’t write files yet.” | A read-only frame — activation boundary, outcome, authority, file surface, evaluations, non-goals — through author-or-update-agent-skill |
| “Create that skill.” / “Update this SKILL.md.” | The smallest portable change to a confined target, after you authorize the write |
| “Design a governed knowledge corpus my other skills can consult.” | A read-only knowledge-provider plan — corpus shape, per-claim provenance, retrieval evaluation, and security boundaries — through author-or-update-agent-skill |
| “Review this skill for trigger precision and portability.” | A findings report by stable check id, read-only, through review-or-optimize-agent-skill |
| “Optimize it against the false-positive rate I measured.” | A measured before/after change — only with an observed failure or baseline, and a separate authorization |
New or changed skill content is the authoring workflow. Judging a skill, or repairing a defect a review measured, is the review workflow — optimization changes files too, which is why the split is what you are starting from rather than what you end up with.
The generated ase-okf-reference skill is an internal knowledge router. You do
not invoke it directly; the two workflows load only the concepts their current
question needs.
Framing returns a plan, not files:
Mode: frameWrite status: not authorizedActivation: "review the migrations on this branch" / not "write me a migration"Outcome: a ranked findings report with severity and remediationNon-goals: authoring migrations, running themReview returns findings against stable check ids:
Mode: review (read-only)
ASE-DET-01 Determinism and exit contract — Blocker Evidence: helper embeds datetime.now(); no declared inputs or exit classes Consequence: identical inputs produce different managed output Smallest fix: take the timestamp as an argument and declare the exit classes
… 9 further checks reported, each applicable or explicitly not applicableUnexecuted: nondeterministic-helper.py — reported as a coverage gap, not runOptimization is available only after an observed failure or measured baseline and a separate, explicit write transition. The result includes before-and-after verification.
After framing, your next decision is whether to authorize create or update.
knowledge-provider is the fourth authoring mode: it is entered read-only to
design a corpus and its router, and a write waits for its own explicit
authorization.
After review, decide whether a measured defect warrants optimize or should
remain a reported finding.
Install
Section titled “Install”agentbundle install --pack agent-skill-engineering --scope userOr, through the Claude plugin marketplace:
claude plugin install agent-skill-engineering@agent-ready-repoAdapters: claude-code, codex, copilot, kiro-ide, kiro-cli, cursor,
gemini. Default scope: user; repo scope is also allowed.
What the pack reads and changes
Section titled “What the pack reads and changes”Both user-facing workflows can read untrusted candidate files after resolving and confining each path. Both declare a write boundary because their explicit mutation modes may change the confirmed skill root; activation alone never authorizes a write. The generated reference router is read-only, is never selected on its own, and answers no request directly.
The workflows never inspect credentials. Authentication stays outside model context and any later authenticated operation must use an external least-authority mechanism.
Knowledge grounding
Section titled “Knowledge grounding”Sixteen governed topics cover trigger quality, progressive disclosure, deterministic resource and script contracts, depth libraries and knowledge providers, activation discoverability and mode wayfinding, progressive result presentation, trust boundaries and instruction provenance, Python and pytest, TypeScript and Node test runners, process and filesystem cost, pack and CI critical paths, worktrees with state locks and shared-host admission, the portable skills-and-subagents, hooks, and plugin-package composition floors, and a Claude Code runtime profile. Each declares the basis its claims rest on; an observed practice also names the population it was drawn from and states that it is not established beyond it. Taxonomy leaves the evidence could not support are recorded as absent with the reason, so a reader can tell an unevidenced subject from an overlooked one. The committed reference skill is compiler-generated; raw OKF remains same-pack build input and is not a runtime lookup surface.
Direct repository authorities such as effective AGENTS.md, declared
standards, and architecture decisions keep their normal routing. When an
independent organization, framework, architecture, or agent-skills knowledge
provider is exposed, the workflows validate its public capability metadata and
invoke it explicitly. Missing, ambiguous, stale, or invalid providers produce
one bounded diagnostic and leave the baseline workflow available. The
workflows never crawl another pack’s raw corpus.
Foundation limits
Section titled “Foundation limits”The pack ships Python/pytest and TypeScript/Node guidance, each bounded to its own ecosystem and version range and not generalized to the portable floor. It ships portable composition floors for skills-and-subagents, hooks, and plugin packages, and one runtime profile — Claude Code — whose every capability claim carries a source, a retrieval date, and a lifecycle state. Seven further runtime profiles, the router’s per-claim state reporting, provider authoring, runtime packaging, installation, projection, publication, and catalogue governance belong to later slices or external delivery tooling.