keine-update-entries

Create or update knowledge entries in the Keine knowledge base.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides users to create new knowledge entries or edit existing ones in the Keine knowledge base, enforcing a structured workflow and consistent frontmatter, slug naming, and content formatting.

Core Features & Use Cases

  • Frontmatter guidance: ensures required fields (title, description, source, source_type) are present.
  • Slug discipline: enforces date-based, lowercase, hyphen-separated slugs.
  • Content structure: provides a clear H1/summary/content/related format and enforces summarized ingestion for external content.
  • Editing workflow: supports updating existing entries and coordinating tag migrations via maintenance scripts.
  • Tag/map integration: aligns new entries with existing docs structure for discoverability.

Quick Start

Provide a slug, title, and content for a new or updated knowledge entry; the agent will create the entry with proper frontmatter and formatting.

Frequently Asked Questions about keine-update-entries

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

FAQPage Schema
How do I create a knowledge base entry with proper frontmatter in markdown?

To create a markdown knowledge base entry, provide a slug, title, and content. The skill automatically enforces required frontmatter fields (title, description, source, source_type) and applies a structured H1/summary/content/related format for consistent documentation.

What's the best way to update existing knowledge base entries and manage tags?

Updating existing knowledge base entries is handled through a structured editing workflow that supports content updates and coordinates tag migrations via maintenance scripts. This ensures your documentation tags remain aligned and discoverable across the knowledge base.

Do I need specific permissions to add or update knowledge base documentation?

Yes, you need the keine-manage permission to perform management actions such as adding, ingesting, documenting, or updating any knowledge item. This ensures controlled access when modifying the knowledge base structure and content.

How should I format slugs when creating new knowledge entries?

Slugs for new knowledge entries must follow a date-based, lowercase, hyphen-separated naming convention. This slug discipline ensures chronological sorting and consistent URL structuring across all ingested research findings, notes, and concepts.

Can I ingest external content like PDFs and URLs into my knowledge base?

Yes, you can ingest external content like PDFs and URLs into the knowledge base. The skill enforces summarized ingestion for external content, ensuring that documented sources are structured properly while maintaining consistent frontmatter and content formatting.