find-context-template

Locate and validate the context_template directory for initialization workflows.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/maestria-co/ai-playbook --skill find-context-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-context-template
Source: https://github.com/maestria-co/ai-playbook/tree/main/skills/find-context-template
Command: npx skills add https://github.com/maestria-co/ai-playbook --skill find-context-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Locate the context_template/ directory so initialize-repo and related skills can proceed reliably, regardless of where the kit was installed.

Core Features & Use Cases

  • Robustly locate context_template/ across common installation paths (user home, tool-specific directories, or via user prompt) and verify its validity before use.
  • Fail safely by reporting all searched locations when none are valid, preventing silent misconfigurations.

Quick Start

Use the finder to locate the context_template/ directory and enable initialization workflows immediately.

Frequently Asked Questions about find-context-template

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the context_template directory path automatically during initialization?

Locating the context_template directory involves searching common installation paths in order and validating that the directory contains overview.md, a standards/ folder, and a domains/ folder before returning the absolute path.

What makes a context_template directory valid for initialization workflows?

A valid context_template directory requires an overview.md or overview.md.template file, a standards/ directory, and a domains/ directory to pass verification checks for initialization workflows.

What happens if the context_template path finder cannot locate a valid directory?

If no valid context_template directory is found, the process fails safely by reporting all searched locations, preventing silent misconfigurations from breaking initialization workflows.

Can I initialize a repo if the context_template directory is installed in a non-standard user home location?

Yes, the finder robustly locates the context_template directory across common installation paths, user home directories, or via user prompt, verifying its validity before use.

Why does initialization fail when the context_template directory is missing a standards or domains subfolder?

Initialization fails because directory validation requires both a standards/ directory and a domains/ directory alongside overview.md to confirm a valid context_template path and prevent silent misconfigurations.