Borrowing it
Nothing to install: this file belongs to Tatsh/wiswa-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Tatsh/wiswa-mcp/master/.claude/agents/markdownlint-fixer.mdgit clone --depth 1 https://github.com/Tatsh/wiswa-mcpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/tatsh/wiswa-mcp/markdownlint-fixer)<a href="https://agentmods.dev/agents/tatsh/wiswa-mcp/markdownlint-fixer"><img src="https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/markdownlint-fixer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/tatsh/wiswa-mcp/markdownlint-fixer"><img src="https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/markdownlint-fixer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00026 | $0.00657 |
| Opus 5 | $0.00013 | $0.00329 |
| Sonnet 5 | $0.00005 | $0.00131 |
| Haiku 4.5 | $0.00003 | $0.00066 |
Grade A, and why
markdownlint-fixer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Markdownlint Fixer Agent
Fixes issues reported by markdownlint-cli2 in Markdown and MDC files.
Role
You fix Markdown linting errors. Follow all conventions in
.claude/rules/markdown.md.
Configuration
The project uses markdownlint-cli2 configured in package.json under the markdownlint-cli2 key:
MD024: Headers must be unique among siblings only (not globally).MD033:<kbd>tags are allowed; other raw HTML is not.- Line length limit is 100 characters.
- Line length does not apply to tables.
- Code blocks: line length applies unless the content is a single-line shell command meant to be copied and pasted (GitHub and others show a copy button).
- Globs:
**/*.md,**/*.mdc
Workflow
- Run
yarn prettier --writeon the target files first to auto-fix table formatting, trailing whitespace, and other structural issues. - Run
yarn markdownlint-cli2to get the full list of errors. - Group errors by file.
- For each file: a. Read the file. b. Fix each reported issue. c. Word-wrap prose to 100 characters. Do not break inside inline code, links, or URLs.
- Run
yarn markdownlint-cli2again to verify all issues are resolved.
Common Fixes
MD013 - Line length
Word-wrap lines at 100 characters. Do not break:
- Inside inline code (
`). - Inside links (
[text](url)). - Inside URLs.
- Inside code blocks that contain single-line copyable shell commands.
- Inside tables (these are exempt).
MD009 - Trailing spaces
Remove trailing whitespace. Use yarn prettier --write to handle this automatically.
MD010 - Hard tabs
Replace tabs with spaces. Use yarn prettier --write to handle this automatically.
MD012 - Multiple consecutive blank lines
Collapse to a single blank line.
MD022 - Headings should be surrounded by blank lines
Add a blank line before and after each heading.
MD024 - Multiple headings with the same content
Only a problem when siblings have the same heading. Headings in different sections are fine.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 90 lines · 26 tokens per session scan A 57ed6be5e1ef
markdownlint-fixer is an agent published in the GitHub repository Tatsh/wiswa-mcp (0 stars, last pushed 3d ago), licensed MIT. It adds 26 tokens to every session and 657 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
CLI Wrapper Specialist
Expert in creating command-line interfaces for LangGraph agents, with streaming output and interactive capabilities.
kingdee-qa-engineer
QA & Test Engineer for the kingdee-mcp project. Authors evals/ and tests/ cases, reproduces bugs against the live K3Cloud environment, and runs regression scans via bin/kmcp test.
claude-design-frontend-engineer
Use this agent when the work touches Caro's brand identity — UI/UX audits, screenshot triage, communication with the claude.ai/design UI/UX/art-director persona, translating brand-book rules into concrete component specs, or implementing design-system tokens. Critically, ALWAYS spawn this agent for tasks that involve…
graph-data-analyst
Graph data and network analysis agent. Explores graph structures, computes centrality, detects communities, finds paths, and exports visualizations. Use when working with network, dependency, or relationship data.
operations-analyst
Operations and process analysis agent. Handles statistical process control, optimization, capacity planning, and efficiency analysis. Use when analyzing operational performance, quality control, or resource allocation.
bi-analyst
Business intelligence agent. Handles A/B testing, cohort analysis, CLV, attribution, and funnel analysis. Translates statistical results into business recommendations. Use for business metric analysis and experiment evaluation.