markdown-quality

4 stars
75
C

Use when creating or editing any markdown file (.md) - ensures consistent formatting and zero linting violations through mandatory validation

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install bostonaholic/dotfiles/markdown-quality
skilz install bostonaholic/dotfiles/markdown-quality --agent opencode
skilz install bostonaholic/dotfiles/markdown-quality --agent codex
skilz install bostonaholic/dotfiles/markdown-quality --agent gemini

First time? Install Skilz: pip install skilz

Works with 14 AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/bostonaholic/dotfiles
2. Copy the agent skill directory:
cp -r dotfiles/claude/skills/markdown-quality ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
dotfiles
Stars
4
Type
Non-Technical
Meta-Domain
productivity
Primary Domain
markdown
Market Score
75

Agent Skill Grade

C
Score: 75/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
22/30
Ease of Use
21/25
Writing Style
8/10
Utility
15/20
Modifiers: -3

Areas to Improve

  • DOT diagram may not render
  • Redundant rationalization sections
  • Limited utility scope

Recommendations

  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-05

Developer Feedback

I took a look at your markdown-quality skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 75/100, which lands you in C territory (70-79 range). This is solid fundamentals with a good foundation to build on. Your Ease of Use pillar is strong at 21/25, but Progressive Disclosure Architecture (22/30) and Utility (15/20) are dragging the score down. You're addressing a real workflow problem, but the execution could punch harder.

What's Working Well

  • Clear metadata — Your frontmatter is clean and valid, and the trigger phrase "creating or editing any markdown file" is spot-on for discoverability
  • Tight information density — Concise content with good use of tables and lists; you're not wasting tokens on fluff
  • Solid workflow loop — The run→check→fix iteration cycle is explicitly documented, which gives developers a clear mental model

The Big One: Limited Utility Scope

Here's the thing: your skill enforces standard linting discipline, which is valuable, but it doesn't teach Claude anything new about markdown. It's a process enforcer, not a capability enhancer.

Why it matters: Utility is 20% of your score. Right now you're at 15/20 because the skill mostly says "run markdownlint and fix errors" — which is... what developers already do.

The fix: Add actual markdown best practices or error-fixing guidance. Examples:

  • Common markdownlint errors and how to fix them (spacing, heading hierarchy, list formatting)
  • .markdownlint.json configuration guidance for different project types
  • Markdown patterns that are technically valid but bad for readability

This could easily net you +3 points and move you toward 78/100 (solid B r...

Report Security Issue

Found a security vulnerability in this agent skill?