resolve-mappings

Installation
SKILL.md

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

Related skills
Installs
1
Repository
olivoil/skills
First Seen
3 days ago