Back to list
maneeshanif

vault-management

by maneeshanif

0🍴 0📅 Jan 10, 2026

SKILL.md


name: vault-management description: Manages the Obsidian vault structure, file operations, and folder organization for the Personal AI Employee. Use when creating, moving, or organizing files in the vault, managing folder structures, or maintaining the knowledge base. allowed-tools: Read, Write, Edit, Glob, Grep, Bash

Vault Management Skill

This skill provides comprehensive management of the Obsidian vault that serves as the Personal AI Employee's knowledge base and operational dashboard.

Vault Structure

The standard vault structure for the AI Employee:

AI_Employee_Vault/
├── Dashboard.md              # Real-time status overview
├── Company_Handbook.md       # Rules and guidelines
├── Business_Goals.md         # Objectives and KPIs
│
├── Inbox/                    # Raw incoming items
├── Needs_Action/             # Triaged items requiring processing
├── Plans/                    # Task plans and workflows
├── Pending_Approval/         # HITL approval queue
├── Approved/                 # Cleared for execution
├── Rejected/                 # Denied actions
├── Done/                     # Completed and archived
│
├── Accounting/               # Financial records
│   ├── Current_Month.md
│   ├── Budget_Status.md
│   └── Subscriptions.md
│
├── Briefings/                # Generated reports
│   └── YYYY-MM-DD_*.md
│
├── Logs/                     # Audit logs
│   └── YYYY-MM-DD.json
│
├── Contacts/                 # Contact information
│   └── *.md
│
└── Templates/                # Document templates
    └── *.md

Core Operations

File Creation

When creating files, always include proper frontmatter:

---
type: [type]
created: [ISO timestamp]
status: [status]
---

File Movement

Move files between folders to indicate status changes:

  • Needs_Action/Plans/ (planning started)
  • Plans/Pending_Approval/ (needs human review)
  • Pending_Approval/Approved/ (cleared to execute)
  • Approved/Done/ (execution complete)

Dashboard Updates

Keep Dashboard.md current with:

  • Pending action count
  • Approval queue status
  • Recent activity log
  • Current financial summary

File Naming Conventions

TypePatternExample
EmailEMAIL_[id].mdEMAIL_abc123.md
WhatsAppWHATSAPP_[contact]_[date].mdWHATSAPP_john_2026-01-07.md
FinanceFINANCE_[type]_[date].mdFINANCE_transaction_2026-01-07.md
PlanPLAN_[subject].mdPLAN_invoice_client_a.md
Approval[TYPE]_[subject]_[date].mdPAYMENT_Client_A_2026-01-07.md

Reference Documentation

For detailed API and operations, see reference.md

For usage examples, see examples.md

Helper Scripts

  • scripts/init_vault.py - Initialize vault structure
  • scripts/cleanup.py - Archive old completed items
  • scripts/backup.py - Create vault backup

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon