keine-manage

Enforce template-driven governance for knowledge base entries in the docs directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires frontmatter, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill ensures consistent governance of the knowledge base by enforcing required entry templates and gating edits, ingestions, and tag actions before any creation, update, ingestion, or tagging of documents.

Core Features & Use Cases

  • Template enforcement: ensures entries follow the documented frontmatter structure and templates.
  • Workflow guardrails: prevents actions like create/edit/tag without applying templates and validation.
  • Reference templates and tag maintenance: leverages the provided TEMPLATE_ENTRY.md, TEMPLATE_TAG.md, TEMPLATE_TOPIC.md and the maintain_tags.py script to keep tag indexes up to date.

Quick Start

Begin by preparing a new or edited entry, then invoke the Keine Knowledge Base Management steps to validate frontmatter, apply templates, and update tags.

Frequently Asked Questions about keine-manage

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

FAQPage Schema
How do I enforce frontmatter templates for knowledge base entries?

To enforce frontmatter templates for knowledge base entries, apply validation against TEMPLATE_ENTRY.md, TEMPLATE_TAG.md, and TEMPLATE_TOPIC.md before creating or editing documents. This gates updates and ensures consistent, template-driven governance across your knowledge base.

What is the best way to automate tag index maintenance for documentation?

Automating tag index maintenance for documentation is best handled by running the maintain_tags.py script. This script validates tags against defined templates and updates the tag indexes, keeping your knowledge base entries consistently linked and categorized without manual intervention.

Can I use Python scripts to validate document creation workflows in a docs directory?

Yes, you can use Python scripts to validate document creation workflows in a docs directory. The maintain_tags.py script validates entries against frontmatter templates and updates tag indexes, gating actions like creation, ingestion, and tagging to ensure standardized documentation.

Does this knowledge base governance approach work with existing frontmatter dependencies?

This knowledge base governance approach works with existing frontmatter dependencies by validating entries against required templates before allowing edits or ingestions. It leverages the frontmatter structure to enforce standardized creation, editing, and tagging across all managed documents.

Why does my knowledge base entry fail validation during document ingestion?

Knowledge base entries fail validation during document ingestion when they do not conform to the required frontmatter templates. The governance workflow gates ingestion actions by validating entries against TEMPLATE_ENTRY.md, TEMPLATE_TAG.md, and TEMPLATE_TOPIC.md to ensure structural consistency.