devflow-wiki-lint

devflow-wiki-lint is a skill for Claude Code from KlausFreiberufler/devflow-mcp. It costs 0 tokens per session (1,211 once invoked), scanned A, original, MIT.

A maintenance skill for a project wiki, which is a collection of pages documenting code, decisions, and procedures. It checks the wiki for outdated pages, unlinked pages, and conflicting information.

In plain words
What is it for?
Use it to fetch a wiki health report and fix every finding by linking related pages, marking intentional standalone pages, updating stale content, and resolving contradictions.
Why use it?
It prevents old or disconnected documentation from being mistaken for current guidance. It also makes conflicts visible so they can be resolved.

Skill for Claude Code

Written for Claude Code: hooks in frontmatter.

Part of the devflow plugin — 24 skills, 8 commands, 2 MCP servers shipped together

Install

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.

agentmods
npx agentmods add skills/klausfreiberufler/devflow-mcp/devflow-wiki-lint
Any agent
npx skills add KlausFreiberufler/devflow-mcp --skill devflow-wiki-lint
Clone the repo
git clone --depth 1 https://github.com/KlausFreiberufler/devflow-mcp

Made for: Claude Code.

Or install devflow, the plugin that ships this one along with the rest of its 24 skills, 8 commands, 2 MCP servers.

Wrote 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.

agentmods badge for devflow-wiki-lint

README.md
[![agentmods](https://agentmods.dev/badge/skills/klausfreiberufler/devflow-mcp/devflow-wiki-lint.svg)](https://agentmods.dev/skills/klausfreiberufler/devflow-mcp/devflow-wiki-lint)
Your own site
<a href="https://agentmods.dev/skills/klausfreiberufler/devflow-mcp/devflow-wiki-lint"><img src="https://agentmods.dev/badge/skills/klausfreiberufler/devflow-mcp/devflow-wiki-lint.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,211 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.01211
Opus 5 $0.00000 $0.00606
Sonnet 5 $0.00000 $0.00242
Haiku 4.5 $0.00000 $0.00121

Measured 5d ago against content hash b9dd5f10e0fc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

devflow-wiki-lint 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 5d 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.

.codex-plugin/skills/devflow-wiki-lint/SKILL.md · 96 lines

How it starts

The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: devflow-wiki-lint

Wiki health guarantor. The LLM-Wiki is a compounding artifact only when it stays clean. Without periodic linting, orphans accumulate, contradictions silently rot, and stale entries get cited as if they were current. This skill addresses each finding deliberately.

When to use

  • The Wiki page (/projects/:id/wiki) shows non-zero counts in the LintHealthBar.
  • Periodically — once a month is plenty for a small project, weekly for an active one.
  • Before a Phase / quarter close — make sure nothing rots over a longer break.

Process

1. Pull the lint report

GET /api/projects/:id/wiki-lint

Returns { staleAdrs[], orphanPages[], contradictions[], config }.

2. Address each orphan

For every entry in orphanPages:

  • Read the entry. Does it document something that exists in code or in another doc?
    • Yes → call knowledge_check_resolve({ resolutionType: 'extend', entityType: '<adr|pattern|runbook>', entityId: <thatRelatedEntry>, body: 'See also: [[<this-entry-title>]]', rationale: 'Cross-linking orphan' }) to forge an incoming link from a relevant entry.
    • No → re-classify as intent (doc_page_update({ documentType: 'intent', lifecycleStage: 'idea' })) so it appears in the forward-intents stream and a future flow can resolve it.

Never delete the orphan. The wiki is a compounding artifact — the entry contains effort that future flows can build on.

3. Address each contradiction

For every entry in contradictions:

  • Inspect the citing sources. Were they written intentionally against the deprecated/superseded ADR?
    • They cite the deprecated ADR by mistake → update the citing source (extend with a note pointing at the current ADR, or remove the wikilink if irrelevant).
    • They cite it deliberately (e.g. legacy-handling code that still depends on the old approach) → the ADR is not really retired. Consider adr_update_status({ status: 'accepted' }) and add a note in the ADR explaining the legacy scope.

Read the full file on GitHub · 96 lines

Changes

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.

  1. 5d ago First seen · 96 lines · 0 tokens per session scan A b9dd5f10e0fc

Subscribe to this mod's changes

devflow-wiki-lint is a skill published in the GitHub repository KlausFreiberufler/devflow-mcp (1 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,211 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens