No description
Find a file
nagifan b7f77f5a8b Replace skill with install instructions only
Removed SKILL.md — a skill is overkill for a project spec pattern.
Split README (human overview) and INSTALL.md (agent-executable steps
with exact snippet to paste into AGENTS.md/CLAUDE.md).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17 20:48:10 +08:00
INSTALL.md Replace skill with install instructions only 2026-05-17 20:48:10 +08:00
README.md Replace skill with install instructions only 2026-05-17 20:48:10 +08:00

md-description-skill

A project spec pattern that enforces YAML frontmatter on markdown files and enables description-first progressive reveal — agents check description fields before loading full file content.

What it adds to your project

  1. Frontmatter enforcement — every new .md file gets created, modified, and description fields.
  2. Progressive reveal — agents filter by description before loading full files, avoiding unnecessary reads across large directories.

Install

See INSTALL.md for the exact snippet to add to your project spec.