keine-update-maps

Create synthesized topic maps from related Keine knowledge base entries.

17|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/duskmoon314/keine --skill keine-update-maps
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: keine-update-maps
Source: https://github.com/duskmoon314/keine/tree/main/.agents/skills/keine-update-maps
Command: npx skills add https://github.com/duskmoon314/keine --skill keine-update-maps

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

A topic map is a synthesized overview of a subject area. Where entries capture individual pieces of knowledge, a map connects them — explaining how things evolved, how they compare, and where to start depending on what someone needs.

Maps serve two audiences equally:

  • Humans wanting to understand a topic landscape at a glance
  • Future agents that need to quickly orient themselves before answering questions or creating more entries

A map is worth creating when there are enough related entries (roughly 4–5+) that the relationships tell a story worth telling.

Core Features & Use Cases

Maps synthesize relationships across related entries into a narrative landscape for humans and future agents. They are worth creating when there are enough related entries (roughly 4–5+) that the relationships tell a story worth telling.

  • For humans: provides a landscape view of a topic and a quick orientation.
  • For agents: offers a synthesized overview to orient before answering questions or creating more entries.
  • File location and structure: docs/maps/<slug>.md; Frontmatter with title and tags; Suggested body structure including Overview, Landscape, Where to start, and optional Learning Path.
  • Lifecycle: gather entries, write the map, commit changes to keep it up to date.

Quick Start

Gather related entries, write docs/maps/<slug>.md, then commit.

Frequently Asked Questions about keine-update-maps

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

FAQPage Schema
How do I create a topic map from related knowledge base entries?

To create a topic map, gather related entries, write a synthesized overview to docs/maps/<slug>.md with required frontmatter, and commit the changes to keep the knowledge base updated.

What is a topic map and when do I need one for content organization?

A topic map is a synthesized overview that connects 4–5 or more related knowledge base entries, explaining how they evolved, compare, and where to start, providing a navigable landscape for humans and agents.

What structure and frontmatter does a synthesized topic map require?

Synthesized topic maps require frontmatter with title and tags, a file location at docs/maps/<slug>.md, and a suggested body structure including Overview, Landscape, Where to start, and an optional Learning Path.

When should I generate a topic map for my documentation?

Generate a topic map when you have roughly 4–5 or more related entries in your knowledge base and the relationships between them tell a story worth telling for subject area orientation.

Can I use topic maps to help future agents navigate my knowledge base?

Yes, topic maps provide a synthesized overview that helps future agents quickly orient themselves within a subject area before answering questions or creating more entries in the knowledge base.