learnings-researcher

Search docs/solutions knowledge base by frontmatter metadata to surface relevant institutional learnings.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill learnings-researcher-andreicr1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learnings-researcher
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/learnings-researcher
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill learnings-researcher-andreicr1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams quickly surface relevant learnings from the docs/solutions knowledge base by matching frontmatter metadata, reducing rework and repeated mistakes.

Core Features & Use Cases

  • Knowledge discovery: Identify applicable learnings before implementing features or fixing bugs.
  • Contextual filtering: Prioritize learnings by module, problem_type, and components, to align with engineering tasks.
  • Knowledge reuse: Accelerate onboarding by surfacing institutional patterns and best practices.

Quick Start

Describe your feature and run a targeted search in docs/solutions/ to surface relevant learnings.

Frequently Asked Questions about learnings-researcher

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

FAQPage Schema
How do I search past solutions in a knowledge base to prevent repeat mistakes during feature development?

To search past solutions, filter the docs/solutions knowledge base by parsing frontmatter fields like module, problem_type, and tags. This surfaces relevant institutional learnings to guide architecture planning and prevent repeated engineering mistakes.

What is the best way to find relevant learnings before fixing a bug?

Finding relevant learnings before fixing a bug requires matching frontmatter metadata such as component and problem_type against your current task. This contextual filtering prioritizes applicable past solutions to align with engineering guidelines and accelerate knowledge reuse.

Can I filter a knowledge base by module and component to surface applicable learnings?

Yes, you can filter a knowledge base by module and component by parsing specific frontmatter fields. Locating and distilling relevant institutional learnings relies on matching these metadata tags to your current feature work or bug fixes.

How does matching frontmatter metadata help avoid repeated mistakes in engineering?

Matching frontmatter metadata helps avoid repeated mistakes by pinpointing applicable past solutions within the docs/solutions knowledge base. Distilling these learnings provides immediate architectural context and prevents teams from recreating previously resolved patterns.

Do I need specific frontmatter fields in my docs to use a learnings search effectively?

You need frontmatter fields like module, problem_type, component, and tags in your docs to use a learnings search effectively. Parsing these structured metadata fields is required to accurately surface and distill relevant institutional learnings for your tasks.