markdownlint-custom-rules
Create custom linting rules for markdownlint including rule structure, parser integration, error reporting, and automatic fixing.
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-rulesskilz install TheBushidoCollective/han/markdownlint-custom-rules --agent opencodeskilz install TheBushidoCollective/han/markdownlint-custom-rules --agent codexskilz install TheBushidoCollective/han/markdownlint-custom-rules --agent geminiFirst time? Install Skilz: pip install skilz
Works with 14 AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/TheBushidoCollective/hancp -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.Trig...
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, ...
feature-dev
by secondsky
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architect...
webapp-testing
by anthropics
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior,...
Agentic Skill Details
- Owner
- TheBushidoCollective (GitHub)
- 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
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— ...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.