resolve-mappings
Resolve Mappings
Load mapping files from .cache/om/intervals-cache/, apply them to input data, and optionally learn new mappings. Supports multiple mapping types used across time-entry workflows.
Inputs
- vault_root (required): path to the Obsidian vault root (cache is at
{vault_root}/.cache/om/intervals-cache/) - mapping_types (required): which mappings to load. One or more of:
project— project→workType mappings (project-mappings.md)github— repo→project mappings (github-mappings.md)outlook— calendar event→project mappings (outlook-mappings.md)slack— channel→project mappings (slack-mappings.md)freshbooks— Intervals project→FreshBooks project mappings (freshbooks-mappings.md)people— person metadata (people-context.md)worktype— activity language→work type fallback mappings (worktype-mappings.md)
- data_to_map (optional): list of items to resolve against the mappings. If provided, the capability applies the mappings and returns resolved results. If omitted, just returns the raw mapping tables.
Process
More from olivoil/skills
session-rollup
Summarize recent work from Engram memory into an Obsidian coding note and link it from the daily note. Use when wrapping up a coding session or when asked to sync recent project work into the vault.
1pr-review
Use when asked to review a pull request, inspect a PR URL or number, review a local branch before opening a PR, post GitHub review comments, or give code-review feedback on changed files.
1weekly-rollup
Generate a weekly summary from daily notes — time totals, meeting highlights, coding sessions, key decisions, and todo progress. Use when asked for a weekly summary from daily notes, meetings, and todos.
1topic-pulse
Research recently active topics from the vault and deepen topic notes with concept documentation, subtopic exploration, and selective fresh context. Use when you want Topics notes expanded from recent vault activity.
1write-vault-section
Use when you need to append or replace a named section in an Obsidian note — handles idempotency, section positioning, Obsidian CLI with filesystem fallback
1setup-obsidian-skills
Use when setting up the Obsidian skills in a vault repo for the first time, repairing missing `.cache/om` runtime files, or migrating old `.claude` cache state.
1