From vault
All 12 Obsidian vault template specifications with key fields, sections, and usage guidelines. Covers Goals, Projects, Areas, Resources, Collab, Science, Skills, Inbox, Archive, CV-Schema, Policy, and Prompt templates. Includes Templater syntax and best practices. Keywords: template, Templater, apply template, use template, template for goal, project template, area template, resource template, create from template
How this skill is triggered — by the user, by Claude, or both
Slash command
/vault:vault-templatesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
All 12 Obsidian template specifications for the Teslasoft vault. Templates are in `.obsidian/templates/` and use Templater syntax.
All 12 Obsidian template specifications for the Teslasoft vault. Templates are in .obsidian/templates/ and use Templater syntax.
vault-notes)vault-metadata)Purpose: Quarterly OKR-style objectives
Key Fields:
type: goalstatus: planning | active | reviewing | completed | partialhorizon: "[[YYYY-Qn]]" (auto-generated from current date)created: YYYY-MM-DD (auto-generated)Sections:
Usage: Create new quarterly goal with G-YYYY-Qn [Name] naming
Purpose: Execution projects with task tracking
Key Fields:
type: projectstatus: active | planning | completed | on-holdgoal: "[[Goal Name]]" (required link to parent)repoPath: (optional external repository)created: YYYY-MM-DD (auto-generated)Sections:
Usage: Create new project with P#-[Name] naming, always link to goal
Purpose: Long-term responsibility domains
Key Fields:
type: areaprojects: [] (links to active projects)resources: [] (links to resources)created: YYYY-MM-DD (auto-generated)Sections:
Usage: Define ongoing areas of responsibility, link to projects/resources
Purpose: Reference materials, tools, frameworks
Key Fields:
type: resourcecategory: (AI, IoT, Hosting, etc.)repoPath: (optional)created: YYYY-MM-DD (auto-generated)Sections:
Usage: Keep lightweight (1-5 lines) unless deep-dive, organize in category subdirectories
Purpose: Partnership and collaboration tracking
Key Fields:
type: collaborationpartner: (partner name)status: active | planning | paused | completedpatreonURL: (optional)contactEmail: (optional)created: YYYY-MM-DD (auto-generated)Sections:
Usage: Track partnerships, sponsorships, joint ventures
Purpose: Research and architectural exploration
Key Fields:
type: researchstatus: exploring | active | blocked | parked | concluded | integratedcreated: YYYY-MM-DD (auto-generated)Sections:
Usage: Document investigations, novel patterns, design decisions
Purpose: Professional competency tracking
Key Fields:
type: skilllevel: novice | developing | proficient | expert | mastercreated: YYYY-MM-DD (auto-generated)Sections:
Usage: Track professional development, competency growth
Purpose: Quick capture for processing later
Key Fields:
captured: YYYY-MM-DD HH:mm (auto-generated)processed: falsetags: [inbox]Sections:
Usage: Fast capture without structure, process regularly to proper locations
Purpose: Preserve completed/inactive notes
Key Fields:
type: archiveoriginalType: (goal, project, etc.)archivedDate: YYYY-MM-DD (auto-generated)originalLocation: (original folder path)tags: [archived]Sections:
Usage: Move completed items to 90_Archive/ with context preserved
Purpose: Schema definition for structured CV data (TypeScript interfaces)
Sections:
Usage: Define or update the CV data schema; used by sync-cv and P4/P10
Purpose: Governance policy definition with enforcement rules
Key Fields:
type: policypolicy_id: (e.g., NDP-001, VOP-001)version: (semver)status: activeenforcement: BLOCK | WARN | ADVISORYscope: []created: YYYY-MM-DD (auto-generated)Sections:
Usage: Create governance policies in coordination/policies/
Purpose: Structured prompt files for agent automation
Key Fields:
purpose: (category)description: (brief summary)skills: [] (required skills)tools: [] (required tools)agent: (target agent)created: YYYY-MM-DD (auto-generated)Sections:
Usage: Create reusable prompts in .prompts/ directories
Use Templater variables:
{{date:YYYY-MM-DD}} - Current date{{date:YYYY-[Q]Q}} - Current quarter{{title}} - File title{{date:YYYY-MM-DD HH:mm}} - Date with timePreserve template structure:
Customize for workflow:
Link early and often:
[[]] syntax for internal linksvault-notes for naming conventions and category guidancevault-metadata for status/type/horizon values and query patternsauthor: Christian Kusmanow / Claude
version: 1.2.0
last_updated: "2026-03-21"
source: Extracted from CLAUDE.md (Template Reference section, lines 244-505)
change_surface: Template specifications, best practices
extension_points: Add new template types
changelog:
- "1.0.0: Initial extraction from CLAUDE.md"
npx claudepluginhub teslasoft-de/claude-skills-marketplace --plugin vaultGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.