Skillzwave Logo
Skillzwave

markdownlint-custom-rules

65.0
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 22+ AI coding agents

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

pytest-config

by athola

Standardized pytest configuration patterns for plugin development. Reducesduplication across parseltongue, pensive, sanctum, and other plugins.Trigger...

73
C
TECHtesting
Marketplace

shell-testing-framework

by manutej

Shell script testing expertise using bash test framework patterns from unix-goto, covering test structure (arrange-act-assert), 4 test categories, ass...

68
D
TECHtesting
Marketplace
+linux

feature-dev

by secondsky

Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectura...

62
D
TECHtesting
Marketplace

agentdb-advanced-features

by ruvnet

"Master advanced AgentDB features including QUIC synchronization, multi-database management, custom distance metrics, hybrid search, and distributed s...

54
TECHtesting
Marketplace
+monitoring

Agentic Skill Details

Repository
han
Type
Technical
Meta-Domain
development
Primary Domain
testing
Market Score
65.0

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

  • No trigger phrases
  • 756 lines in single file with no references directory; forces full context load
  • 700+ line file lacks navigation TOC making it hard to locate specific sections

Recommendations

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

Graded: 1/5/2026

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 — Your three parser implementations (markdown-it, markdownlint-cli, async)
  • fixing-patterns.md — All the fixInfo examples and error reporting patterns
  • advanced-rules.md — Async rules, complex validation logic

Then trim SKILL.md to 150-200 lines covering: overview, basic rule structure, when to use it, and links to the references. Impact: +12 points alone.

Other Things Worth Fixing

  1. Add trigger phrases to your description — Right now it's just "Create custom linting rules for markdownlint..." but doesn't say when to use it. Add: "Use when asked to create markdownlint rules, write custom markdown validators, or enforce doc standards." (+2 points)

  2. Redundant examples — Lines 59-135 show three parsers doing nearly identical blockquote detection. Show one complete example, then diff-style variations. You're repeating the same pattern unnecessarily. (+2 points)

  3. Missing table of contents — A 700+ line file needs navigation. Add a TOC after your overview section linking to Rule Structure, Parser Selection, Error Reporting, fixInfo sections. (+2 points)

  4. No numbered workflow — Your Best Practices section is tips, not a workflow. Add a Quick Start: "1. Create rule file → 2. Define names/description → 3. Choose parser → 4. Implement → 5. Register in config → 6. Test" (+2 points)

Quick Wins

  • Create references/ folder and split out parser examples (+12 points)
  • Add trigger phrases to frontmatter description (+2 points)
  • Consolidate redundant code patterns (+2 points)
  • Add TOC and numbered workflow (+4 points)

These four changes could push you from 65 to 85+.


Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.

Report Security Issue

Found a security vulnerability in this agent skill?