vault-onboarding AGENTS.md

A repository instruction file for vault-onboarding, an agent skill that sets up a collaborative working system inside an Obsidian notes vault. It documents the project, its folders, and how the skill is built and distributed.

In plain words
What is it for?
Guiding work on the vault-onboarding repository, including its skill structure, generated memory and session files, task boards, and per-client instructions.
Why use it?
It gives coding agents the project context and rules they need before changing the repository. This reduces the chance of editing the wrong part of the installable skill or ignoring its conventions.

Instructions file for CodexOpenCode

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/aliasunder/vault-onboarding/agents-md
Clone the repo
git clone --depth 1 https://github.com/aliasunder/vault-onboarding

Made for: Codex, OpenCode.

Per session 1,846 This file is loaded in full into every session.
When invoked 1,846 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01846 $0.01846
Opus 5 $0.00923 $0.00923
Sonnet 5 $0.00369 $0.00369
Haiku 4.5 $0.00185 $0.00185

Measured yesterday against content hash 0b0bfef6fda5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

vault-onboarding AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 136 lines

How it starts

The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Guidelines

This file provides guidance to Claude Code (claude.ai/code), Codex CLI, and other AI agents when working with code in this repository.

Project Overview

vault-onboarding is an Agent Skills-standard onboarding skill that bootstraps an agent collaboration system into an Obsidian vault. It runs a branching conversational interview and scaffolds memory files, session protocols, task boards, generated skills, and per-client instruction files — all tailored to the user's setup and needs.

Distribution: npx skills add aliasunder/vault-onboarding.

Repository Structure

vault-onboarding/
  README.md
  skills/vault-onboarding/             # The installable skill payload — everything under
                                       # here (and only this) ships via `npx skills add`
    SKILL.md                           # Interview flow + generation orchestration
    references/                        # 7 best-practice reference files (loaded on demand)
      vault-organization.md            #   Folder taxonomy, tags, linking, schemas
      memory-system.md                 #   Three-layer model, entry policies, growth
      protocol-guide.md                #   Session protocol, board conventions
      client-instructions.md           #   Per-client loading matrix
      generated-skills-guide.md        #   Skill parameterization
      progressive-adoption.md          #   Adoption tiers, evolution paths
      setup-verification.md            #   Per-client verification
    assets/                            # 20 asset files (16 templates + 4 skills)
      templates/memory/                #   5 About Me/ templates
      templates/instructions/          #   8 client-specific instruction templates
      templates/protocol.md            #   Genericized session protocol
      templates/tasks-board.md         #   5-lane Kanban
      templates/onboarding-progress.md #   Checkpoint file
      skills/                          #   4 generated skill templates
        session-start.md
        session-end.md
        remember.md
        project-role.md
  scripts/
    validate-structure.ts            # Structural coherence checks (run by CI)
    render-social-preview.ts         # Renders social-preview.svg → .png via Puppeteer
  .github/workflows/validate.yml     # Runs the structural checks on PR + push
  .github/social-preview.svg + .png  # Repo social card (SVG source + committed render)
  .github/fonts/                     # Fonts embedded by the render script

Read the full file on GitHub · 136 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 136 lines · 1,846 tokens per session scan A 0b0bfef6fda5

Subscribe to this mod's changes

vault-onboarding AGENTS.md is an instructions file published in the GitHub repository aliasunder/vault-onboarding (1 stars, last pushed 5d ago), licensed MIT. It adds 1,846 tokens to every session, about $0.0092 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.