flynt

Organize markdown knowledge bases with wikilinks, frontmatter, and hub pages.

47|11|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/styrene-lab/omegon --skill flynt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flynt
Source: https://github.com/styrene-lab/omegon/tree/main/skills/flynt
Command: npx skills add https://github.com/styrene-lab/omegon --skill flynt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams write markdown documentation that remains easy to navigate, connect, and maintain across notes, workspaces, and knowledge bases.

Core Features & Use Cases

  • Wikilink conventions: Use case-insensitive [[wikilinks]] to connect related docs with optional display text.
  • Frontmatter structure: Add consistent YAML metadata for titles, status, tags, and dates so documents can be indexed and grouped.
  • Graph-friendly organization: Design directory hierarchies, hub pages, and backlinks so the documentation tree doubles as navigation.
  • Markdown viewer workflows: Prepare content for tools like mdserve, Obsidian, and GitHub with stable naming and link patterns.
  • Use Case: A product or engineering team can structure design notes, memory pages, and spec docs so every page links into the larger knowledge graph.

Quick Start

Use the flynt skill to turn this folder of markdown notes into a clean, interlinked documentation workspace with frontmatter, wikilinks, and hub pages.

Frequently Asked Questions about flynt

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

FAQPage Schema
How do I structure markdown documentation to stay navigable across different tools?

To keep markdown documentation navigable, apply consistent YAML frontmatter for metadata and use case-insensitive [[wikilinks]] to connect related notes. Design directory hierarchies with hub pages so the documentation tree doubles as a navigation graph across tools like mdserve, Obsidian, and GitHub.

What's the best way to organize a markdown knowledge base with wikilinks and frontmatter?

Organize a markdown knowledge base by adding consistent YAML frontmatter for titles, status, and tags, then use case-insensitive [[wikilinks]] for graph-friendly cross-linking. Structure directories with hub pages and backlinks to support persistent project organization and mdserve browsing.

Does this approach work with mdserve and Obsidian for browsing linked notes?

Yes, this approach works with mdserve and Obsidian by using stable naming and link patterns. Preparing content with consistent YAML frontmatter and case-insensitive slug resolution ensures the documentation remains navigable across these markdown viewers.

Why do my wikilinks break when moving markdown files between knowledge base tools?

Wikilinks often break due to inconsistent slug resolution or missing YAML frontmatter. Using case-insensitive slug resolution and stable naming patterns ensures graph-friendly cross-linking remains intact when moving markdown files between tools.

When do I need YAML frontmatter in my markdown documentation workspace?

You need YAML frontmatter in markdown documentation when you want documents indexed, grouped, and navigable. Consistent frontmatter for titles, status, tags, and dates allows hub pages to aggregate content and supports interlinked document structures.

Can I use directory hierarchies and hub pages for engineering spec docs and design notes?

Yes, you can use directory hierarchies and hub pages for engineering spec docs and design notes. Structuring these documents with graph-friendly cross-linking and backlinks ensures every page links into the larger knowledge graph for persistent project organization.