What problem does it solve? Skills that are globally relevant can clutter context when they only matter in one directory. This reference example shows how to bind a skill to a specific folder using the paths: frontmatter key, so it auto-loads only when you work inside the decisions directory and stays silent everywhere else. ## Core Features & Use Cases - Path-scoped auto-loading: The paths: frontmatter glob (_00-Project-Management/40-Decisions/**/*) makes the skill load only when files in that directory are read or written. - ADR-authoring checklist: When active, it reminds you to number ADRs sequentially, start from the 91-Templates/ADR.template.md template, record decisions in the same response, and link the ADR back to the originating story's decisions: frontmatter. - Reusable template: Copy its paths: block as the starting point for your own directory-scoped skills, with graceful degradation on hosts that ignore unknown frontmatter keys. - Use Case: While creating ADR-0077-*.md in the decisions folder, the skill auto-loads and walks you through numbering, templating, and linking without any slash command. ## Quick Start Create a new ADR file inside the _00-Project-Management/40-Decisions/ directory and let the path-scoped skill auto-load its ADR-authoring checklist.