markdownlint-custom-rules

43 stars 4 forks
65
D

Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.

Marketplace

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 TheBushidoCollective/han/markdownlint-custom-rules
skilz install TheBushidoCollective/han/markdownlint-custom-rules --agent opencode
skilz install TheBushidoCollective/han/markdownlint-custom-rules --agent codex
skilz install TheBushidoCollective/han/markdownlint-custom-rules --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/TheBushidoCollective/han
2. Copy the agent skill directory:
cp -r han/jutsu/jutsu-markdown/skills/markdownlint-custom-rules ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Repository
han
Stars
43
Forks
4
Type
Technical
Meta-Domain
development
Primary Domain
testing
Market Score
65

Agent Skill Grade

D
Score: 65/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
12/30
Ease of Use
18/25
Writing Style
7/10
Utility
16/20

Areas to Improve

  • Description needs trigger phrases
  • No Progressive Disclosure Structure
  • Missing Table of Contents

Recommendations

  • Focus on improving Pda (currently 12/30)
  • Address 1 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-05

Developer Feedback

I took a look at your markdownlint-custom-rules skill and wanted to share some thoughts.

Links:

The TL;DR

You're at 65/100, which puts you in D territory—solid foundation, but needs meaningful work to really shine. The evaluation uses Anthropic's best practices rubric. Your strongest spot is Spec Compliance (12/15), but Progressive Disclosure Architecture is dragging you down hard at just 12/30. That's the biggest opportunity.

What's Working Well

  • Comprehensive coverage — You've got 15+ complete code examples showing different parser types (markdown-it, markdownlint-cli, etc.), which is genuinely helpful for someone building custom rules
  • Solid spec compliance — Your YAML frontmatter is clean, naming follows conventions (hyphen-case), and you're using allowed-tools properly
  • Consistent terminology — Throughout the 756 lines, you're consistent with markdownlint, parser, onError, fixInfo—no confusion about terminology
  • Real problem solving — This addresses an actual gap; custom markdownlint rules aren't trivial, and you show multiple approaches (sync/async, different parsers, etc.)

The Big One: Progressive Disclosure Architecture

Here's what's holding you back: everything is in one 756-line SKILL.md file with no references. Every time this skill activates, it loads all 756 lines. That's brutal for token economy.

Why it matters: Skills should reveal complexity progressively. A user asking "how do I write a basic markdownlint rule?" doesn't need your async rule examples or parser deep-dives in the initial context window.

The fix: Create a references/ directory with these files:

  • parser-examples.md — ...

Report Security Issue

Found a security vulnerability in this agent skill?