interlearn

Index solution documents across a monorepo with YAML frontmatter parsing.

3|1|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/mistakeknot/Demarch --skill interlearn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interlearn
Source: https://github.com/mistakeknot/Demarch/tree/main/.gemini/generated-skills/interlearn
Command: npx skills add https://github.com/mistakeknot/Demarch --skill interlearn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of scattered institutional knowledge within a monorepo by creating a unified index of solution documents, enabling efficient search and auditing of coverage.

Core Features & Use Cases

  • Cross-Repo Indexing: Automatically builds and maintains a searchable index of solution documents located in docs/solutions/ across the entire monorepo.
  • Unified Search: Allows users to perform keyword searches across all indexed solution documents.
  • Coverage Auditing: Identifies gaps in documentation by checking for closed tasks that lack corresponding solution documents.
  • Use Case: A developer needs to understand a past solution for a specific problem. They can use /interlearn:search <query> to quickly find relevant documentation across all projects in the monorepo.

Quick Start

Use the interlearn skill to rebuild the cross-repo index.

Frequently Asked Questions about interlearn

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

FAQPage Schema
How do I index solution documents across a monorepo for unified search?

Indexing solution documents across a monorepo requires parsing YAML frontmatter and file paths within `docs/solutions/` directories. This Skill uses a bash script to generate human-readable and machine-readable index outputs, enabling unified search and audit capabilities.

What is the best way to audit documentation coverage for closed tasks in a large codebase?

Auditing documentation coverage involves identifying closed tasks lacking corresponding solution documents in `docs/solutions/`. This Skill automatically checks for these deficits by indexing existing files and cross-referencing them against completed work.

Can I use a bash script to parse YAML frontmatter and build a knowledge management index?

Yes, you can use a bash script to parse YAML frontmatter and build a knowledge management index. This Skill specifically requires a bash script to extract metadata and file paths, generating both human-readable and machine-readable outputs.

How do I search for past solutions across multiple repositories in a monorepo?

Searching for past solutions across multiple repositories is achieved through a unified keyword search. After indexing documents located in `docs/solutions/`, you can query the index to quickly find relevant historical documentation across the entire monorepo.

Does this monorepo documentation indexing tool require any external dependencies?

No, this monorepo documentation indexing tool does not require any external dependencies. It operates independently using included scripts and references to parse YAML frontmatter and generate the necessary knowledge management index outputs.