Install
$ agentstack add skill-jessepwj-vault-loop-vault-loop ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Vault Loop
Use this skill to create a recurring maintenance loop for a knowledge base.
The goal is not to copy a private automation setup. The goal is to create a small, durable loop with state, runbooks, validation, and recovery rules.
Workflow
- Restore context from the user's local agent instructions and shortest recent cache, if they exist.
- Ask only for missing source scope, privacy boundary, runtime, and first lane.
- Define a lane with
lane_id, purpose, source, frequency, state file, run artifacts, writeback targets, validation gate, failure behavior, and notification behavior. - Create or update a runbook and state file.
- Draft a self-contained scheduler prompt.
- Verify that validation and state advancement rules are explicit.
- Report active, paused, proposed, and blocked lanes.
Required Rules
- Use compensation windows:
last_success_at - overlap_minutes -> trigger_start. - Do not advance
last_success_atafter partial coverage, missing validation, health errors, or unresolved pending queues. - Keep raw sources immutable when the vault has a raw layer.
- Write durable knowledge to object pages, not only dated run logs.
- Separate knowledge update lanes from notifications and outbound actions.
- Ask before scanning broad personal files, chats, drives, browser history, or cloud accounts.
- Do not send private knowledge into public posts, messages, issues, or tasks without explicit permission.
Artifact Shape
Every recurring lane should have:
- a state file with
last_success_at,overlap_minutes,pending,last_run, andknown_blockers; - a runbook with workflow, recovery steps, and completion rules;
- dated plan/run/review artifacts;
- a validation checklist or deterministic validation script;
- a scheduler prompt that another agent can run without hidden context.
Completion Gate
Only mark a lane setup complete when:
- source scope is explicit;
- privacy boundary is explicit;
- state cursor exists;
- runbook explains blocked recovery;
- scheduler prompt includes startup, source collection, writeback, validation, health, and state advancement rules;
- validation has been run or the remaining blocker is named.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: jessepwj
- Source: jessepwj/vault-loop
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.