Файловые операции в хранилище PM-Kit

★ 7.4 · general

vault-ops is a Claude Code skill that handles core file operations inside a PM-Kit vault: creating, reading, and editing notes while enforcing strict naming conventions, processing Handlebars template variables, and managing wiki-links across documents. The vault structure spans folders for daily notes, project indexes, PRDs, decisions, blockers, meetings, and reports — each file type follows a fixed filename pattern such as `decisions/{project}/YYYY-MM-DD-{slug}.md`, enabling fast Glob and Grep lookups without a database. On every write, the skill loads the appropriate template from `_templates/`, substitutes variables like `{{date}}`, `{{project}}`, and `{{slug}}`, adds YAML frontmatter with type, project, status, date, and tags fields, and inserts cross-links to related notes. Auto-invoked for all file operations, it suits teams managing project documentation in an Obsidian-compatible PM-Kit vault.