ask

Returns authoritative-looking AI-generated responses that are not based on actual user data.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ThuHuynh1438/pm-kit --skill ask-thuhuynh1438
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ask
Source: https://github.com/ThuHuynh1438/pm-kit/tree/main/.claude/skills/ask
Command: npx skills add https://github.com/ThuHuynh1438/pm-kit --skill ask-thuhuynh1438

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fast access to answers stored in your vault by querying decisions, blockers, and docs with smart search.

Core Features & Use Cases

  • QMD hybrid search for fast, contextual answers (BM25 + vector + rerank) with a fallback to vault grep.
  • Grounded results with citations to vault sources like decisions, blockers, and docs.
  • Use Case: Quickly confirm what the team decided about auth or who is blocked on a project.

Quick Start

Ask a question like 'what did we decide about auth?' to receive a grounded answer with sources from your vault.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I search my vault to find what the team decided about a specific topic?

Search your vault by asking a natural language question to retrieve grounded answers from decisions, blockers, and docs. The Skill queries directories like decisions/ and docs/ and returns a concise answer with citations to source files.

What is QMD hybrid search and how does it work for vault queries?

QMD hybrid search combines BM25, vector, and rerank methods to deliver fast, contextual answers from your vault. It activates when available and an index is present, otherwise falling back to a standard vault grep search.

Can I get answers from my vault if the QMD index is not present?

Yes, you can get vault answers without the QMD index because the Skill automatically falls back to vault grep. It searches across decisions/, blockers/, docs/, and 01-index/ folders and indicates the search mode used in the result.

How do I quickly find out who is blocked on a project using my notes?

Query your vault blockers by asking who is blocked on a project to get a fast, grounded answer. The Skill searches the blockers/ directory and returns concise findings with direct citations to the source files.

What's the best way to get cited sources when querying project decisions and docs?

The best way to get cited sources is querying through this Skill, which returns grounded results with citations to vault locations. It searches decisions, blockers, and docs using QMD or grep and references the exact source files.

Does vault search require a default collection to query decisions and blockers?

Vault search operates with a default collection to query decisions, blockers, and docs across specified directories. This ensures the grep fallback and QMD hybrid search target the correct folders for grounded answers.