obsidian-vault
Installation
SKILL.md
Obsidian Vault Work Session Manager
Organize work sessions in an Obsidian vault by creating and managing folders tied to Jira tickets or general work topics. Each work session gets a dedicated folder with structured notes.
Prerequisites
Vault Path Configuration
The Obsidian vault location is read from the OBSIDIAN_VAULT_PATH environment variable.
If OBSIDIAN_VAULT_PATH is not set:
- Inform the user that the environment variable is not configured
- Ask the user for the path to their Obsidian vault
- Use the provided path for the current session
- Instruct the user to add the following to their shell profile (e.g.
~/.zshrc) for future sessions:export OBSIDIAN_VAULT_PATH="/path/to/their/vault" - Continue with the workflow using the provided path