find-knowledge

Search a centralized knowledge base and return filtered file paths with excerpts.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/mk-162/162-Demo-Handbook --skill find-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-knowledge
Source: https://github.com/mk-162/162-Demo-Handbook/tree/main/OLD-%20docs/skills/meta/find-knowledge
Command: npx skills add https://github.com/mk-162/162-Demo-Handbook --skill find-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill quickly locates relevant documentation, playbooks, skills, or templates within a centralized knowledge base, helping teams answer questions, avoid duplication, and build on existing content.

Core Features & Use Cases

  • Knowledge discovery: Search across the knowledge base to retrieve file paths and excerpts that match a query.
  • Filtering & scoping: Optionally constrain results by category (e.g., sales, seo, skills) and by content type (playbook, skill, doc, template).
  • Contextual relevance: Return brief excerpts and file metadata to provide context for decision-making.
  • Use Case: When verifying if a topic already exists, run a query like "customer onboarding" and review the top matches before creating new material.

Quick Start

Use the Find Knowledge skill to search for a query (e.g., "customer onboarding") and review the top results with excerpts returned from the knowledge base.

Frequently Asked Questions about find-knowledge

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

FAQPage Schema
How do I search a knowledge base to find existing documentation and playbooks?

To search a knowledge base, you run a query against your centralized repository to retrieve matching file paths and contextual excerpts. This knowledge base search returns structured rankings and metadata, helping you quickly locate relevant playbooks, skills, or templates without duplicating effort.

Can I filter knowledge base search results by category and content type?

You can filter knowledge base search results by constraining queries to specific categories like sales or seo, and by content types such as playbook, skill, doc, or template. This filtering scopes your retrieval to ensure only the most contextually relevant documentation is returned for your specific use case.

What is the best way to check if a topic already exists before creating new material?

The best way to check if a topic exists is to run a knowledge base query like "customer onboarding" and review the top matches. The search returns brief excerpts and file metadata, allowing you to verify existing content and avoid duplication before creating new playbooks or documentation.

How does information retrieval from a centralized knowledge base work for decision-making?

Information retrieval works by querying a centralized knowledge base to extract frontmatter-driven metadata and return contextual excerpts. The system applies structured result ranking and clean output formatting, providing the necessary context to guide decision-making and enabling quick downstream consumption of the retrieved information.

What limitations should I expect when retrieving documents from a knowledge base?

When retrieving documents from a knowledge base, expect results limited to brief contextual excerpts and file metadata rather than full documents. The system relies on frontmatter-driven metadata extraction for ranking, so incomplete or missing metadata in source files may impact the accuracy of structured search outputs.