Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
duskmoon314 avatar

Keine Manage

  • 1 installs
  • 17 repo stars
  • Updated March 22, 2026
  • duskmoon314/keine

Manages a markdown knowledge base: creating, editing, tagging, linking, and indexing entries with a required document format.

About

This skill governs adding, ingesting, finding, linking, and tagging entries in a git-backed markdown knowledge base. A developer uses it to keep knowledge entries and tag indexes consistently structured.

  • Enforces knowledge-entry and tag-index document formats
  • Maintains a tag index via a maintenance script

Keine Manage by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,365 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/duskmoon314/keine --skill keine-manage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars17
Last updatedMarch 22, 2026
Repositoryduskmoon314/keine

What it does

Manages a markdown knowledge base: creating, editing, tagging, linking, and indexing entries with a required document format.

Files

SKILL.mdMarkdownGitHub ↗

Keine Knowledge Base Management

Assets

references
|-- TEMPLATE_ENTRY.md
|-- TEMPLATE_TAG.md
`-- TEMPLATE_TOPIC.md
scripts
`-- maintain_tags.py    — maintain tag index

Document Format

Knowledge Entry (docs/<yyyy-mm-dd-slug>.md)

---
title: "Human-readable title"
description: "One sentence for use in tag indexes"
tags: ["tag1", "tag2"]
source: "URL, DOI, or other reference"   # required — link to the original
source_type: "url | pdf | book | note"   # required — omit only for original writing
---

Body structure:

  • H1 = title (exactly one)
  • ## Summary — 2-5 sentences
  • ## Content — main knowledge, use H3+ for subsections
  • ## Related — relative links to other docs, tags, or maps

Tag Index (docs/tags/<slug>.md)

Auto-maintained. Do not edit manually. Run scripts/maintain_tags.py

Topic Map (docs/maps/<slug>.md)

---
title: "Topic Area Name"
tags: [tag-a, tag-b]
---

Body: structured overview, mindmap, or learning path linking to entries.

Workflow

For the task at hand, use the appropriate sub-skill:

TaskSkill
Create or edit a knowledge entrykeine-update-entries
Create or edit a topic mapkeine-update-maps
Create a deep research reportkeine-research

Finding entries

  • By keyword: grep -ri "term" docs/
  • By tag: read docs/tags/<tag>.md
  • By topic: check docs/maps/ for a topic map

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.