query

Search project context and learnings using fuzzy matching.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paxtone-studio/openkodo --skill query-paxtone-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query
Source: https://github.com/paxtone-studio/openkodo/tree/main/plugins/kodo/skills/query
Command: npx skills add https://github.com/paxtone-studio/openkodo --skill query-paxtone-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly find relevant information within your project's accumulated knowledge base, preventing redundant work and ensuring consistency.

Core Features & Use Cases

  • Fuzzy Search: Find patterns, decisions, and notes even with typos or slight variations in your search terms.
  • Filtered Results: Narrow down searches by category, time, or confidence level.
  • Use Case: Before implementing a new authentication flow, query for "authentication patterns" to see existing solutions and decisions, ensuring you build upon established practices.

Quick Start

Use the query skill to search for information about error handling in the project context.

Frequently Asked Questions about query

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

FAQPage Schema
How do I search accumulated project context and learnings to find past decisions?

You can search accumulated project context and learnings by using fuzzy matching to retrieve relevant architectural patterns, technical notes, and past decisions. This ensures consistency and prevents redundant work during development.

How do I retrieve past architectural patterns before implementing a new feature?

To retrieve architectural patterns, query the knowledge base using fuzzy search. This allows you to find existing solutions and established practices, ensuring you build upon past technical decisions before implementing new features.

Can I find codebase learnings if my search terms have typos or variations?

Yes, you can find codebase learnings with typos or variations by using fuzzy search. This mechanism matches slight variations in your search terms to accurately retrieve relevant technical notes and project context.

How do I filter project knowledge base search results by category or confidence level?

You can filter project knowledge base search results by category, time, or confidence level. This narrows down the retrieved information, helping you quickly access specific architectural patterns or technical notes.

Why should I query existing context before making new design choices?

You should query existing context before making design choices to satisfy the need for efficient knowledge retrieval. This ensures consistency checks are performed, allowing you to inform current development with established practices and past decisions.