agent-kb

Query and maintain local code insight notes with structured frontmatter.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lneely/anvillm --skill agent-kb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-kb
Source: https://github.com/lneely/anvillm/tree/main/skills/agent-kb
Command: npx skills add https://github.com/lneely/anvillm --skill agent-kb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps manage and query a local knowledge base of code insights and architectural notes, preventing redundant research and preserving learned information.

Core Features & Use Cases

  • Query Knowledge Base: Search for existing insights and notes related to code or architecture.
  • Maintain Knowledge Base: Add new discoveries or update existing entries with verified information.
  • Use Case: When encountering an unfamiliar service, query the knowledge base to see if existing documentation or notes can provide context before diving deep into the codebase.

Quick Start

Query the agent knowledge base for information on the 'authentication' service.

Frequently Asked Questions about agent-kb

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

FAQPage Schema
How do I maintain a local code knowledge base for architecture notes?

You maintain a local code knowledge base by creating and updating entries with structured frontmatter, storing code insights and architecture notes directly in a local directory to prevent redundant research.

What is the best way to search existing code insights by tag or keyword?

Searching existing code insights by tag or keyword is done by querying the local knowledge base, which retrieves accumulated documentation and architecture notes to provide immediate context for unfamiliar services.

How do I store code research and prevent redundant effort when exploring a codebase?

You store code research and prevent redundant effort by saving new discoveries into a local knowledge base, leveraging structured provenance fields like source and verified status to track information accuracy.

Can I track verified status and provenance for architecture notes locally?

Yes, you can track verified status and provenance for architecture notes by creating entries with structured frontmatter, ensuring that accumulated code insights maintain clear documentation of their source and validation state.

Does the local knowledge base approach work without external dependencies?

The local knowledge base approach works entirely without external dependencies, relying solely on a local directory to store and query documentation, making it self-contained for code research.

When should I query a local knowledge base before diving deep into a codebase?

You should query a local knowledge base before diving deep into a codebase when encountering an unfamiliar service, allowing you to check existing documentation and notes for context and avoid redundant research.