One-click install
npx skills add https://github.com/cosmicdreams/claude-plugins --skill ideas-funnel-lint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ideas-funnel:lint
Source: https://github.com/cosmicdreams/claude-plugins/tree/main/ideas-funnel/skills/lint
Command: npx skills add https://github.com/cosmicdreams/claude-plugins --skill ideas-funnel-lint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects and reports structural, schema, and indexing problems in a wiki-style vault so your knowledge base stays consistent and discoverable.

Core Features & Use Cases

  • Vault health scanning: Finds stale/empty pages, orphan pages (via inbound link density), and structural placement violations.
  • Schema compliance checks: Validates frontmatter requirements across Source/Concept/Entity/Bridge/Conflict/Landing page types, including v1 vs v2 field rules.
  • Index and timeline integrity: Flags index.md mismatches (missing files vs phantom entries) and performs timeline sidecar migration for overly long timeline arrays.
  • Non-destructive safety: Writes only targeted frontmatter fields and flags (like ^stale and backlink_density) without modifying page bodies or deleting files.

Quick Start

Run the vault lint by asking: "lint the vault" to generate a grouped health report and update only frontmatter flags for staleness and backlink density.

Frequently Asked Questions about ideas-funnel:lint

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

FAQPage Schema
How do I find orphan pages in a markdown knowledge base?

You can find orphan pages by running a vault linting scan that calculates inbound link density to detect pages with zero backlinks. This process flags isolated content, ensuring all wiki entries remain discoverable and structurally connected.

How do I validate markdown frontmatter schema rules in a wiki vault?

To validate markdown frontmatter schema rules, run an automated linter that enforces field requirements across Source, Concept, Entity, Bridge, Conflict, and Landing page types. This checks v1-to-v2 frontmatter transitions to maintain knowledge base hygiene.

Why does my index.md have phantom entries and missing files?

Phantom entries and missing files in index.md occur due to index sync failures where the metadata registry diverges from actual vault contents. A vault linter detects these mismatches by comparing raw pages against index metadata.

Can I lint a team knowledge base without modifying the page content?

Yes, you can safely lint a team knowledge base without modifying page content by using a non-destructive linter. These tools only write targeted frontmatter flags like ^stale and backlink_density, never deleting files or altering page bodies.

How do I migrate long timeline arrays in markdown frontmatter?

You migrate long timeline arrays in markdown frontmatter by running a vault linter that performs timeline sidecar migration. This process moves overly long arrays into separate sidecar files to maintain index integrity and schema compliance.