← All creators

peter-claude-vault

User

Personalization engine for Claude Code. /onboard interviews you once, generates a user manifest, and bootstraps a personalized ~/.claude/ install. macOS-only, single-user, manifest-driven generic-skills runtime.

17 indexed · 0 Featured · 0 stars · avg score 63
Prolific

Categories

Indexed Skills (17)

AI & Automation Listed

adopt

Scaffolds an Obsidian-compatible vault from the user manifest. Two modes — fresh-vault (creates Inbox/Logs/Plans/.coordination plus a personalized CLAUDE.md and System Backlog index) and retrofit-existing (walks an existing populated vault, renders a collision matrix, scaffolds only truly-new project candidates). Idempotent in both modes.

0 Updated 2 weeks ago
peter-claude-vault
Code & Development Listed

architect

Strategic vault system review. Reads the librarian manifest plus skill index plus prior architect reports and produces a dated recommendations report across seven dimensions. Read-only — proposes changes, never makes them.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

backlog-hygiene

Scan the pre-plan idea inbox + the in-flight plan manifests for stale items and missing dispositions, enforce lifecycle timeouts, and produce a hygiene report. Delegates table regeneration and archival to the librarian. Use as a scheduled maintenance task or on demand. Trigger on: "backlog hygiene", "clean up backlog", "/backlog-hygiene", "stale backlog items", or any request to audit backlog freshness.

0 Updated 2 weeks ago
peter-claude-vault
Code & Development Listed

backlog-research

Deep research on a triaged inbox idea or an in-flight plan. Reads the vault, the user's infrastructure, and external best practices, then writes an ideation brief plus a draft plan directory. Also graduates a pre-plan idea note into a plan via --promote. Use when a backlog item needs research before planning. Trigger on: "research this backlog item", "backlog research", "/backlog-research", or any request to investigate feasibility of a system project idea.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

backlog-triage

Auto-classify a pre-plan idea as NOVEL, DUPLICATE, OVERLAP, or DEFERRED. Use when a new idea is captured into the inbox or when the user asks to triage an existing inbox note. Trigger on: "triage this idea", "backlog triage", "/backlog-triage", or any request to classify a system project idea against the existing backlog.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

inbox-processor

Standing background processor that classifies and routes files dropped into the vault Inbox/ folder while the user works. One file → one classification → one routing decision → one audit log line. Transcript shapes route via the meeting note ingestor; project-shaped and ambiguous items remain in Inbox/ with "attempted" frontmatter so the user can triage manually.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

infer-vault-structure

Four-stage pipeline that takes a corpus of seed content (your existing notes), clusters by semantic similarity, proposes a vault taxonomy via LLM, renders a user-reviewable import plan, then runs a 3-step gate so you apply / edit / skip / abort before any vault writes happen.

0 Updated 2 weeks ago
peter-claude-vault
Data & Documents Listed

meeting-note-ingestor-granola

Granola connector for meeting-note-ingestor. Wraps the portable ingestor with a friendlier flag (--granola-json) for users whose meeting capture pipeline is Granola.ai. The MCP fetch step is documented as an orchestration pattern, not embedded in this skill.

0 Updated 2 weeks ago
peter-claude-vault
Data & Documents Listed

meeting-note-ingestor

Foundation-portable, source-agnostic transcript ingestor. Consumes a transcript file path (Otter VTT, Word, Zoom, generic LLM-export, or Granola JSON) and emits a structured meeting note (frontmatter + cleaned body) on stdout or to --output PATH. Zero vault coupling, zero People-registry coupling, zero engagement lookup.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

morning-brief

Generate a concise daily brief that surfaces overnight build results, scheduled cron statuses, on-demand review findings, backlog health, and a prioritized action-required list. Designed to be injected by the SessionStart hook on the first session of the day. Trigger on "/morning-brief", "morning brief", or via the user's cron at the configured time.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

onboard

Voice-optional Tier-2 onboarding. A short two-part interview captures identity + behavioral prose, then the slim producer chain writes user-manifest.json, your ~/.claude/CLAUDE.md, a fresh Obsidian "brain" vault (tree + CLAUDE.md + Welcome.md), and records soft-mandate external setup (claude-mem / GitHub / Obsidian). No /adopt, no Tier-3 personalization. Runs in a few minutes.

0 Updated 2 weeks ago
peter-claude-vault
Data & Documents Listed

seed-projects

Stage 3 of the content-seeding pipeline. Consumes a user-approved import plan and scaffolds project triads (PRD.md / Context.md / Updates.md) under each project candidate's proposed path, plus inbox-disposition entries for non-project candidates. Single batched preview gate; atomic on approve. Each generated file carries provenance frontmatter. Invoked by /adopt when an approved plan is detected post-onboarding.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

bootstrap-schemas

Atomic finalizer for the onboarder. Consumes per-section LLM extraction outputs and writes 4 schema-validated configuration files (plans-schema, user-manifest, vault-schema, orchestration) with confidence + source-span audit logging. Block and log on any failure — no partial writes ever land. Invoked by the onboarder UX, not by adopters directly.

0 Updated 2 weeks ago
peter-claude-vault
Data & Documents Listed

doc-amender

Event-driven LLM-amendment runner for Bucket-1(b) prompt-guided edits to fan-in destinations. Reads amender-eligible packets from ~/.claude/state/vault-staging/; runs operator-authored prompt asset (per governance/file-type-contracts/doc-amender-prompt.md.json) through `claude -p`; emits REPLACEMENT packet via lib/staging-emit.sh with packet_kind=amender-replacement. NEVER writes destination directly (R-34 boundary preserved via round-trip through staging). Triggered by launchd WatchPaths on staging root (NOT cron). Authored under Plan 81 SP14 Batch E T-28 (2026-05-19) per writer-pipeline-layering L-105..L-107.

0 Updated 2 weeks ago
peter-claude-vault
Data & Documents Listed

govern-register

Canonical /govern register skill family. 4 modes (folder / file-type / tag-extension / writer) per Plan 81 SP13 alignment Session 3 A31 + Session 5 A44 (Class D writer mode). Orchestrates the 6-step propose-and-validate protocol per canonical §A6 + §A30: CONFIRM INTENT → PROPOSE per-pillar rules → USER VALIDATE PER-FIELD (full draft + per-field redline per F3 lock) → MUTATE OVERLAY-MASTER + APPEND ACTION-LOG (atomic via `lib/overlay-master-mutate.sh`) → VAULT-ROOT CLAUDE.md tree self-update (Class A folder mode only; no `[F]` marker per T-13 v3.1 template). Authored under SP14 Batch H T-10 (2026-05-19).

0 Updated 2 weeks ago
peter-claude-vault
Data & Documents Listed

writer-reconciler

Runtime reconciler for vault writer staged packets. Picks up packets from `~/.claude/state/vault-staging/`; applies mechanical-only reconciliation (winner-pick / dedup / append per R-34) keyed by per-folder `_processing-rules.json` resolution (folder > file-type-contracts > universal pillar 7 default). NO classification, NO routing decisions — those are the writers' responsibility upstream. Renamed + reshaped from inbox-processor under Plan 81 SP14 Batch B T-11 (2026-05-18) per SP13 alignment Session 4 A37. Extended SP14 Batch F T-27 (2026-05-19) with step 8.5 (daily-processing JSONL append) + step 8.6 (manifest.sqlite record-write) per writer-pipeline-layering L-102..L-104 / §A61 — both mechanical writes preserving R-34.

0 Updated 2 weeks ago
peter-claude-vault
AI & Automation Listed

librarian

Vault hygiene authority. Validates frontmatter, placement, cross-references, stale content, log archival, backup, tag taxonomy, and cross-domain sync. Also serves as session-close orchestrator. ~25 capabilities; runs read-only by default with --fix and --apply variants.

0 Updated 2 weeks ago
peter-claude-vault

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.