knowledge-agent

Compile claude-mem observations into queryable knowledge bases.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/dwaynimay/IoTProject --skill knowledge-agent-dwaynimay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-agent
Source: https://github.com/dwaynimay/IoTProject/tree/main/.agents/skills/knowledge-agent
Command: npx skills add https://github.com/dwaynimay/IoTProject --skill knowledge-agent-dwaynimay

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you convert your past claude-mem observations into a focused, reusable knowledge base so you can ask about prior decisions, work patterns, and expertise without manually rereading everything.

Core Features & Use Cases

  • Build a targeted corpus: Filter observations by project, types, concepts, file prefixes, semantic query, or date ranges to create a specific knowledge set.
  • Prime for conversational recall: Load the compiled corpus into an AI session to enable consistent, context-aware answers.
  • Query and maintain context: Ask follow-up questions and optionally refresh the session when context drifts.
  • Manage corpora lifecycle: List available corpora and rebuild or reprime them as new observations arrive.

Quick Start

Build a corpus named hooks-expertise for everything related to the hooks lifecycle, prime it, and then ask your knowledge base: What are the key decisions and events across the hooks lifecycle?

Frequently Asked Questions about knowledge-agent

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

FAQPage Schema
How do I build a queryable knowledge base from past project observation history?

You build a queryable knowledge base from observation history by filtering past records by project, types, concepts, file prefixes, semantic query, or date ranges to compile a focused, reusable corpus for analysis.

Can I filter past observations by semantic query and date range limits for retrospective analysis?

Yes, you can filter past observations for retrospective analysis using semantic query and date range limits, alongside project, types, concepts, and file prefixes, to isolate specific work patterns and prior decisions into a compiled corpus.

What is the best way to query past decisions and outcomes across a specific time window?

The best way to query past decisions across a time window is to compile filtered observations into a corpus, prime it into an AI session, and use conversational querying to retrieve context-aware answers about historical outcomes.

How does conversational querying over a compiled expertise corpus work?

Conversational querying works by priming a compiled expertise corpus into an AI session, enabling you to ask follow-up questions with consistent context and optionally refreshing the session when context drifts.

Do I need existing claude-mem observation data to compile a knowledge base?

Yes, you need existing claude-mem observation data because the corpus is built by filtering and compiling those specific past observations into a queryable knowledge base for retrieval augmented recall.