local-knowledge

Query local notes and documentation via the terraphim-agent REPL.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/terraphim/terraphim-skills --skill local-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-knowledge
Source: https://github.com/terraphim/terraphim-skills/tree/main/skills/local-knowledge
Command: npx skills add https://github.com/terraphim/terraphim-skills --skill local-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables AI agents to search developer's local knowledge maintained as personal notes and documentation, providing quick context from domain-specific sources.

Core Features & Use Cases

  • Role-based local knowledge search across Rust, frontend, and architecture domains using Terraphim's REPL commands.
  • Quick access to relevant notes, docs, and knowledge graphs to inform decisions with context from the developer's own materials.
  • Use Case: When building a feature and needing prior decisions or patterns stored locally, this Skill surfaces the relevant notes to inform decisions.

Quick Start

Start a terraphim-agent REPL session and run local-knowledge searches using role-specific haystacks. For example, switch to the Rust Engineer role and run /search "async patterns" to retrieve Rust-related notes.

Frequently Asked Questions about local-knowledge

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

FAQPage Schema
How do I search local notes and documentation for prior architecture decisions?

Retrieve Rust async patterns from personal notes by switching to the Rust Engineer role in the terraphim-agent REPL. Running a search query applies role-specific haystacks to return context-aware results from your local documentation.

Can I use role-based haystacks to filter frontend documentation searches?

Role-based haystacks filter frontend documentation searches by applying domain-specific context to REPL queries. This ensures that only relevant notes, knowledge graphs, and local docs are surfaced for your frontend work.

What is the best way to integrate local docs for context-aware REPL searches?

Integrating local docs for context-aware REPL searches is done through the terraphim-agent. The Skill queries your personal notes and documentation to provide fast, domain-specific context for Rust, frontend, or architecture tasks.

Does terraphim-agent require specific dependencies to search local knowledge?

Searching local knowledge with terraphim-agent requires no specific dependencies. The Skill operates independently to query your personal notes and documentation, providing quick context retrieval through REPL-driven searches.

When do I need to query a local knowledge graph for software development context?

Query a local knowledge graph for software development context when building features that require prior decisions or patterns. The Skill surfaces relevant local notes and documentation to inform your current architecture or frontend work.