markdownlint-integration
Integrate markdownlint into development workflows including CLI usage, programmatic API, CI/CD pipelines, and editor integration.
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-integrationskilz install TheBushidoCollective/han/markdownlint-integration --agent opencodeskilz install TheBushidoCollective/han/markdownlint-integration --agent codexskilz install TheBushidoCollective/han/markdownlint-integration --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ 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-integration ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
api-error-handling
by aj-geddes
Implement comprehensive API error handling with standardized error responses, logging, monitoring, and user-friendly messages. Use when building re...
route-tester
by diet103
Test authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functi...
hook-development
by anthropics
This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-b...
using-superpowers
by obra
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifyi...
Agentic Skill Details
- Owner
- TheBushidoCollective (GitHub)
- Repository
- han
- Stars
- 43
- Forks
- 4
- Type
- Technical
- Meta-Domain
- web api
- Primary Domain
- api
- Market Score
- 58
Agent Skill Grade
F Score: 58/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Description needs trigger phrases
- Monolithic structure violates PDA
- Missing table of contents
Recommendations
- Focus on improving Pda (currently 12/30)
- Address 2 high-severity issues first
- Add trigger phrases to description for discoverability
Graded: 2026-01-05
Developer Feedback
I took a look at your markdownlint-integration skill and wanted to share some thoughts.
Links:
The TL;DR
You're at 58/100, which is F territory. This skill covers a lot of ground on markdownlint integration—your Ease of Use is solid at 17/25, and Spec Compliance hits 12/15—but the biggest drag is Progressive Disclosure Architecture at just 12/30. The core issue? You've crammed 910 lines into a single SKILL.md file when it should be broken into modular reference files. That's killing your token efficiency and navigation.
What's Working Well
- Comprehensive coverage: You're touching CLI, API, CI/CD (GitHub Actions, GitLab, CircleCI, Jenkins, Azure), hooks, and editors. That's thorough.
- Valid frontmatter: Your YAML checks out with all required fields present.
- Consistent terminology: Good use of consistent language around "markdownlint," "linting," and "configuration" throughout.
- Real code examples: You're not skipping over the implementation details—there are actual command examples and configurations people can use.
The Big One: Break Up That Monolithic File
Your skill is essentially a 910-line encyclopedia squeezed into one file. This violates progressive disclosure architecture hard. The fix is straightforward:
Create a references/ directory with external files:
references/cli.md- Command-line usagereferences/api.md- Node.js API integrationreferences/ci-github.md,ci-gitlab.md,ci-circleci.md, etc. - Each CI platform gets its own filereferences/editors.md- VS Code, Vim, Neovim configurationsreferences/hooks.md- Pre-commit and Husky setups
Your main SKILL.md becomes a ...
Browse Category
More web api 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.