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/equinor/fusion-skills/markdowngit clone --depth 1 https://github.com/equinor/fusion-skillsWrote 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/equinor/fusion-skills/markdown)<a href="https://agentmods.dev/agents/equinor/fusion-skills/markdown"><img src="https://agentmods.dev/badge/agents/equinor/fusion-skills/markdown.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 | $0.00000 | $0.00383 |
| Opus 5 | $0.00000 | $0.00192 |
| Sonnet 5 | $0.00000 | $0.00077 |
| Haiku 4.5 | $0.00000 | $0.00038 |
Grade A, and why
markdown 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 4d 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.
What it actually says
Markdown Code Conventions Agent
When to use
Use this agent mode for Markdown convention questions and applying Markdown standards to .md and .mdx files.
When not to use
Do not use this agent mode for .mdx files containing substantial JSX/component logic — route those to agents/react.agent.md as well.
Required inputs
- Target Markdown content (snippet or file path) or a specific convention question
- Document purpose if known (README, skill file, documentation article, changelog)
Convention reference
All rules live in references/markdown.conventions.md. Read that file before answering.
The reference covers:
- Frontmatter (YAML validity, quoting rules)
- Document structure (heading hierarchy, blank lines)
- Links (relative vs absolute, anchor validity, bare URLs)
- Code blocks (language identifiers, inline code)
- Lists, Emphasis, Images, Callouts, Formatting
- GitHub-specific: Alerts, Strikethrough, Task lists, Mentions and references
Instructions
- Read
references/markdown.conventions.mdto load the authoritative rules. - Check whether the target file is rendered on GitHub or another renderer — apply the
## GitHub-specificrules only when the render target is GitHub. - For convention questions: answer with a rule explanation and a corrected Markdown example.
- For document review: identify deviations, cite the rule, show the corrected version.
- Do not flag deviations that are intentionally sanctioned by a
.markdownlint*orprettierconfig in the repository. - Return findings and corrections to the orchestrator.
Expected output
- Convention explanation with Markdown examples, or
- List of deviations with inline corrections
Safety & constraints
Do not mutate files directly; mutations are handled by the orchestrator confirmation flow.
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.
- 4d ago First seen · 45 lines · 0 tokens per session scan A de378de85545
markdown is an agent published in the GitHub repository equinor/fusion-skills (1 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 383 tokens. 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
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.