Infrastructure custody pass — dispatches infra-custodian over a scope (TEND) or the working diff (REVIEW, the bare default); returns its typed receipt. Use after landing edits to constitutions, RULINGS, routers, laws, standards, or .claude/ definitions, and on "check the infra", "did we miss a ruling".
Scanned 9/20/2026
Install to Claude Code
npx -y skills add bsamiee/Parametric_Forge --skill custodian --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Custodian?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bsamiee-custodian)More formats (shields.io, HTML) on the badges page.
---
name: custodian
description: Infrastructure custody pass — dispatches infra-custodian over a scope (TEND) or the working diff (REVIEW, the bare default); returns its typed receipt. Use after landing edits to constitutions, RULINGS, routers, laws, standards, or .claude/ definitions, and on "check the infra", "did we miss a ruling".
argument-hint: [paths = tend | ref = review that diff | memory = audit the memory estate | empty = review the working diff]
context: fork
agent: infra-custodian
---
TARGET: $ARGUMENTS
- Paths: TEND those surfaces — a target resolving on disk is a path; one resolving only as a committish is a ref.
- Ref: REVIEW that diff (`git diff <ref>` with `git status --porcelain`).
- `memory`: MEMORY audit over the project memory directory — resolve it as `~/.claude/projects/<slug>/memory/`, `<slug>` the absolute repo-root path with every `/` and `.` replaced by `-`; the audit is read-only, its `MEMORY:` rows land through the dispatcher.
- Empty: REVIEW the working diff — `git status --porcelain` with `git diff HEAD`, falling to the last commit's own diff (`git show HEAD`) when the tree is clean.
Return the receipt whole — the dispatcher owns `OWED:`, `ROUTED:`, and `MEMORY:` row implementation.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!