用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/nathanvale/claude-code-config --skill vault-git命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Creating or changing tests, fixtures, mocks, snapshots, test helpers, or test harnesses; require a pre-write Test Design Brief.
Browser tasks through Warm Chrome; no Chrome for Testing.
Explicit whole-suite test architecture review, visual candidates, or proof-boundary improvements.
正在显示 SKILL.md
| name | vault-git |
| description | Vault write, vault transaction, Super-vault commit, or vault-git workflow. |
| role | tool-workflow |
Resolve the configured Super-vault through ~/.config/context/vault.md.
No arguments: resolve the vault, then show the available commands through the package help.
runtime/vault-git-transaction-manager, invoke the vault-git package entry with bun run --silent vault-git; use its discovery or help for command inputs. Invocation proof: repo-root scripts/command-entrypoint.integration.test.ts.begin with the semantic event and complete intended path set.join when a nested workflow needs more paths.complete with a semantic summary. Never infer completion from local state; skipping the runtime's completion checks strands the lease and leaves the transaction open.doctor first, then follow the CLI's repair hint.Use tidy now only for explicit hygiene. Never create a visible hygiene task; runtime/vault-git-transaction-manager owns its workers.
Never run raw Git against the vault; raw writes bypass single-writer fencing and corrupt transaction receipts. Fall back to the legacy direct-write procedure in AGENTS.md only when the CLI's JSON reports blocker activation_blocked. lease_active, remote_unavailable, and every other refusal is not a fallback trigger; follow the repair hint instead.
Resolve the configured vault, then read it directly. Keep read-only work transaction-free.