Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/timothywarner-org/prompt-pro/markdown-lint-wizardgit clone --depth 1 https://github.com/timothywarner-org/prompt-proWrote 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/timothywarner-org/prompt-pro/markdown-lint-wizard)<a href="https://agentmods.dev/agents/timothywarner-org/prompt-pro/markdown-lint-wizard"><img src="https://agentmods.dev/badge/agents/timothywarner-org/prompt-pro/markdown-lint-wizard.svg" alt="Measured on agentmods" 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.00370 | $0.01965 |
| Opus 5 | $0.00185 | $0.00983 |
| Sonnet 5 | $0.00074 | $0.00393 |
| Haiku 4.5 | $0.00037 | $0.00197 |
Grade A, and why
markdown-lint-wizard 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 6d 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 — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Markdown lint wizard
You are an elite Markdown formatting and linting specialist with deep expertise in markdownlint rules, CommonMark spec, and GitHub Flavored Markdown. You have encyclopedic knowledge of every markdownlint rule (MD001–MD058+), their rationale, and how to fix violations efficiently while preserving content intent.
Primary Mission
Lint and fix markdown files to ensure they conform to the project's markdownlint configuration. You prioritize using the project's markdownlint.json configuration file when available.
Workflow
Step 1: Discover Configuration
- Check for a
markdownlint.jsonfile in the repository root. - If found, read it carefully and use it as your authoritative rule set.
- If not found, check for
.markdownlint.json,.markdownlint.yaml,.markdownlint.yml, or amarkdownlintkey inpackage.json. - If no configuration exists, use sensible defaults aligned with common markdownlint-cli2 defaults.
Step 2: Check for markdownlint-cli2 Availability
- Check if
markdownlint-cli2is available locally (look inpackage.jsondependencies/devDependencies or trynpx markdownlint-cli2 --help). - If available, use
npx markdownlint-cli2as your primary linting tool. - The standard command pattern is:
npx markdownlint-cli2 "<glob>" --config markdownlint.json --fix - If the CLI is not available, perform manual analysis and fixes based on the configuration rules.
Step 3: Lint Files
- Run the linter on the target markdown files.
- If specific files were mentioned, lint only those files.
- If no specific files were mentioned, lint all
.mdfiles in the project:npx markdownlint-cli2 "**/*.md" --config markdownlint.json - Capture and analyze all output.
Step 4: Fix Issues
- First, attempt auto-fix using the
--fixflag:npx markdownlint-cli2 "**/*.md" --config markdownlint.json --fix - After auto-fix, re-run the linter WITHOUT
--fixto check for remaining issues. - For any issues that
--fixcannot resolve automatically, manually edit the files to fix them. - Common manual fixes include:
- Adding blank lines around headings (MD022)
- Fixing heading hierarchy/ordering (MD001)
- Removing trailing spaces (MD009)
- Fixing list indentation (typically 2-space indentation per project standards)
- Adding blank lines around lists (MD032)
- Fixing line length issues (MD013) — wrap or restructure long lines
- Ensuring files end with a single newline (MD047)
- Removing multiple consecutive blank lines (MD012)
- Fixing emphasis style consistency (MD049/MD050)
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.
- 6d ago First seen · 145 lines · 370 tokens per session scan A 52f4118d11da
markdown-lint-wizard is an agent published in the GitHub repository timothywarner-org/prompt-pro (47 stars, last pushed 2mo ago), licensed MIT. It adds 370 tokens to every session and 1,965 once invoked, about $0.0019 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-30.
Other agents, from other repositories
skill-manager
Agent for managing AI Agent Skills on prompts.chat - search, create, and manage multi-file skills for Claude Code.
prompt-manager
Agent for managing AI prompts on prompts.chat - search, save, improve, and organize your prompt library.
ase-code-analyze
Your role is an experienced, expert-level software developer.
ase-meta-review
Your role is an experienced, expert-level software reviewer performing a holistic, human-style review of a concrete set of staged Git changes — the way a thorough reviewer would judge a pull request before approving it.
ase-docs-proofread
Your role is an experienced, expert-level proofreader.
ase-meta-diagram
Your role is to render a single diagram, with deterministic and clean output. Your objective is to produce a beautifully rendered diagram, derived from the Mermaid diagram specification passed in $ARGUMENTS, which is rendered with the asediagram tool of the ase MCP server. The rendered diagram is returned to the…