ask

Answers vault ownership, status and relationship questions by reading vault content first, escalating when needed.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Adaptive vault reader that answers natural language questions by reading the vault first and deciding whether to escalate to graphify or remote ingestion, enabling fast, vault-grounded responses.

Core Features & Use Cases

  • Vault-first question answering with adaptive escalation to graphify or /bedrock:teach when more context is needed.
  • Reads entity definitions and wikilinks to synthesize concise answers without modifying vault data.
  • Suitable for questions about vault status, ownership, or internal relationships, and for on-demand contextual explanations.

Quick Start

Ask a question about your vault using the /bedrock:ask command.

Frequently Asked Questions about ask

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

FAQPage Schema
How do I get quick answers from my vault without modifying the content?

To get quick answers from your vault without modifying content, use an adaptive vault reader that parses entity definitions and wikilinks. It synthesizes concise responses by reading existing data first, escalating to graphify or remote ingestion only when additional context is needed.

What is vault-first question answering and how does it handle internal relationships?

Vault-first question answering is a workflow where inquiries about vault status, ownership, or internal relationships are answered by reading vault content directly. It escalates to graphify or remote ingestion only when the initial vault read lacks sufficient context.

How do I escalate a vault query when I need more context for an accurate answer?

To escalate a vault query when you need more context, the adaptive reader automatically triggers graphify or remote content ingestion. This gathers broader contextual information beyond the initial vault read to synthesize an accurate response.

Does the vault reader allow me to make changes to vault data directly?

No, the vault reader does not allow direct changes to vault data. It enforces a vault-first read workflow and delegates modifications through proper channels like /bedrock:teach or /bedrock:preserve to maintain data integrity.

When should I use remote content ingestion instead of just reading vault wikilinks?

You should use remote content ingestion instead of just reading vault wikilinks when local vault content lacks sufficient context to answer your query. The adaptive reader uses remote ingestion as an escalation path to fetch external data.