search

Search a structured knowledge base index by text queries, tags, or document types.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/goffity/dev-km --skill search-goffity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search
Source: https://github.com/goffity/dev-km/tree/main/skills/search
Command: npx skills add https://github.com/goffity/dev-km --skill search-goffity

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to quickly find information within your knowledge base, saving you time searching through various documents and artifacts.

Core Features & Use Cases

  • Multi-faceted Search: Search by keywords, tags, or document type (learning, knowledge, retrospective, example).
  • Index Management: Automatically rebuilds the search index if it's missing or outdated.
  • Use Case: You need to recall a specific learning about setting up a CI/CD pipeline. You can use /search --tag ci-cd to find all related entries.

Quick Start

Search for all knowledge entries related to 'database optimization'.

Frequently Asked Questions about search

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

FAQPage Schema
How do I search my knowledge base for specific entries using tags?

To search your knowledge base using tags, you can execute a query with the tag parameter to instantly filter and retrieve matching structured artifacts like learnings or retrospectives.

What is the best way to retrieve information across different document types in a knowledge base?

Retrieving information across document types is done by querying a structured index that filters artifacts by specific types such as learning, knowledge, retrospective, or example.

How does index management work when searching for information?

Index management automatically rebuilds the search index using bash scripts if it is missing or outdated, ensuring efficient and current information retrieval across your knowledge artifacts.

Do I need jq to perform text queries and tagging on my knowledge base?

Yes, you need jq installed because it is required for manipulating the structured index during both the index building and searching processes.

Can I find past retrospectives by querying text within a structured index?

Yes, you can find past retrospectives by running text queries against the structured knowledge base index to instantly retrieve relevant documented artifacts.