What problem does it solve?
Setting up a new data project typically requires time-consuming, token-heavy generation of full context stores like vector-indexed semantic models and metrics, which is unnecessary for early-stage exploration and wastes resources on projects that may not mature.
Core Features & Use Cases
- Lightweight Scope Resolution: Infers project goals and in-scope datasources from user hints or repository context, defaulting to the whole project when no hints are provided, and scoping all work to the relevant assets.
- Domain Classification: Scans in-scope files and database metadata to categorize assets into a multi-level business domain taxonomy, creating a clear project map for downstream agents.
- Cheap Context Generation: Writes an AGENTS.md inventory skeleton, atomic business facts to markdown knowledge files, and durable cross-session preferences to memory, skipping expensive vector-indexed stores to keep token costs low.
- Use Case: A data engineer setting up a new sales analytics project can run this skill to get an instant categorized inventory of their tables and files, basic context for downstream agents, and a project map, all in a single low-cost pass without building full semantic models.
Quick Start
Invoke the init skill with optional scope hints like specific tables, domains, or file globs to automatically generate your project's lightweight inventory and context stores in a single confirmation-free pass.