One-click install
npx skills add https://github.com/josix/agent-flow --skill personal-kb-usage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: personal-kb-usage
Source: https://github.com/josix/agent-flow/tree/main/skills/personal-kb-usage
Command: npx skills add https://github.com/josix/agent-flow --skill personal-kb-usage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps the agent retrieve and correctly use the user’s personal knowledge graph for cross-project recall, ensuring decisions and patterns from past work are reused without exceeding context limits.

Core Features & Use Cases

  • Personal recall for planning and review: Surfaces prior learnings, notes, and decisions that may influence the current project (intended consumers: Riko/Senku/Lawliet).
  • Tool-backed querying with safe interpretation rules: Guides how to use personal-kb tools (graph_stats, god_nodes, query_graph, get_node, get_neighbors, get_community, shortest_path) and how to summarize results safely.
  • Token hygiene and citation discipline: Enforces top_k/top_n and token_budget limits, requires absolute source_location citations, and discourages pasting raw graph JSON into prompts.

Quick Start

Use the personal-kb-usage skill to answer a cross-project question like: “What decisions or patterns did I document previously for implementing authentication verification gates?”

Frequently Asked Questions about personal-kb-usage

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

FAQPage Schema
How do I query my personal knowledge base for cross-project decisions during planning?

Query your personal knowledge base for cross-project decisions by using MCP personal-kb tools like graph_stats and query_graph. This retrieves prior notes and patterns, converting results into label and source_location summaries to inform your current planning.

What is cross-project recall and when do I need it for architecture reviews?

Cross-project recall retrieves prior decisions and patterns from your personal knowledge graph to inform architecture, testing strategy, and anti-pattern avoidance. You need it during planning and review tasks across multiple repositories and sessions.

Can I use personal-kb tools to find anti-patterns documented in previous sessions?

Yes, you can use personal-kb tools to find documented anti-patterns from previous sessions. Query the knowledge graph during review tasks to surface prior learnings, respecting trust and confidence tags while converting results into safe label summaries.

How do I manage token budgets when querying a knowledge graph for prior notes?

Manage token budgets when querying a knowledge graph by enforcing top_k and top_n limits. Token-budget discipline requires converting query results into absolute source_location citations and avoiding pasting raw graph JSON into downstream prompts.

What are the limitations of using knowledge graph querying for decision mining?

Limitations of knowledge graph querying for decision mining include the need to respect trust and confidence tags on retrieved nodes. You must avoid passing raw graph JSON downstream and strictly enforce token budgets to prevent exceeding context limits.