docs: fix stale refs from capabilities refactoring + add agent skills#23
Merged
docs: fix stale refs from capabilities refactoring + add agent skills#23
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace all references to deleted tool modules (apt.ts, node.ts, homebrew.ts, tailscale.ts, op-cli.ts, stages.ts) and old patterns (tool abstraction layer, declarative stages, five packages) with current capabilities-based architecture across 8 doc files. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Create four Agent Skills in .agents/skills/ following the Agent Skills spec. Each skill provides progressive disclosure of core architecture docs via concise SKILL.md files with symlinks to canonical docs/: - extending-capabilities: writing CapabilityDef modules - developing-vm-cli: guest CLI (claw) development - managing-provisioning: VM provisioning workflow - understanding-architecture: codebase structure and design Co-Authored-By: Claude Opus 4.6 (1M context) <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
tools/+stages.tswith a capability-based extension system, but 8 docs still referenced deleted files and old patterns. Updated CLAUDE.md, architecture.md, vm-cli.md, vm-provisioning.md, project-directory.md, capabilities.md, troubleshooting.md, and cli-wizard-flow.md..agents/skills/for progressive discovery of developer docs. Each has a spec-compliant SKILL.md with symlinks to canonicaldocs/files (no content duplication).Changes
Stale doc fixes
capabilities/packageAgent Skills
extending-capabilities— writing CapabilityDef modulesdeveloping-vm-cli— guest CLI (claw) developmentmanaging-provisioning— VM provisioning workflowunderstanding-architecture— codebase structure and designTest plan
apt.ts,node.ts,tailscale.ts,homebrew.ts,op-cli.ts,skills.ts,stages.ts) — no stale refs remaintool abstraction layer,five packages,stages are declarative constants) — cleanls -la .agents/skills/*/references/bun run format:checkpasses🤖 Generated with Claude Code