query

Search accumulated context and learnings using fuzzy matching.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly surface patterns, decisions, and knowledge from accumulated context to inform decisions and avoid rework.

Core Features & Use Cases

  • Fuzzy search across the context and learnings
  • Filter by category, type, time, and confidence
  • Integrate results into decision-making, onboarding, and planning

Quick Start

Ask me to search your project's context to surface past learnings before starting a feature.

Frequently Asked Questions about query

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

FAQPage Schema
How do I search past development decisions and learnings before starting a new feature?

Fuzzy search across accumulated context and learnings to surface past decisions before starting a feature. The query skill filters by category, type, time, and confidence to inform architectural choices and avoid rework.

Can I filter context search results by confidence level and category?

Context search supports filtering by category, type, time, and confidence using CLI options. Apply flags like --category, --confidence, and --recent to isolate relevant architectural decisions and knowledge base entries.

What is the best way to surface knowledge base patterns for software architecture planning?

Fuzzy matching across project context surfaces knowledge base patterns for architecture planning. Query accumulated learnings to identify past decisions and apply structured insights before making implementation choices.

Does this context search tool support JSON output for integration into development workflows?

Context search supports JSON output via the --format json CLI option. Integrate surfaced learnings and architectural decisions directly into development workflows, onboarding, and planning pipelines.

How do I retrieve recent project learnings to inform onboarding and planning?

Retrieve recent project learnings using the --recent or --since CLI flags to filter context search results. Surface up-to-date decisions and patterns to inform onboarding and planning workflows.

When should I use fuzzy matching to search development context instead of exact search?

Fuzzy matching surfaces accumulated context and learnings when exact terminology is uncertain. Apply it to development projects to find patterns and decisions across sessions before making architectural or implementation choices.