wiki

wiki is a skill for Claude Code from davistroy/claude-marketplace. It costs 60 tokens per session (4,569 once invoked), scanned A, original, MIT.

A set of operations for maintaining a project wiki: importing source documents, checking page health, searching for answers, updating facts, and viewing status.

In plain words
What is it for?
Use it to ingest documents, lint wiki structure, query project knowledge, propagate corrected facts, and inspect wiki activity.
Why use it?
It helps keep project knowledge organized and reduces stale or inconsistent information across wiki pages.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool; mentions AGENTS.md.

Part of the personal-plugin plugin — 29 skills, 23 commands, 10 agents, 2 hooks shipped together

Good fit Use it to ingest documents, lint wiki structure, query project knowledge, propagate corrected facts, and inspect wiki activity.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/davistroy/claude-marketplace/wiki
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.

Any agent
npx skills add davistroy/claude-marketplace --skill wiki
Clone the repo
git clone --depth 1 https://github.com/davistroy/claude-marketplace

Made for: Claude Code.

Or install personal-plugin, the plugin that ships this one along with the rest of its 29 skills, 23 commands, 10 agents, 2 hooks.

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 wiki

README.md
[![agentmods](https://agentmods.dev/badge/skills/davistroy/claude-marketplace/wiki/github.svg)](https://agentmods.dev/skills/davistroy/claude-marketplace/wiki)
Your own site
<a href="https://agentmods.dev/skills/davistroy/claude-marketplace/wiki"><img src="https://agentmods.dev/badge/skills/davistroy/claude-marketplace/wiki/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.

agentmods 80×15 button for wiki

Your own site · 80×15
<a href="https://agentmods.dev/skills/davistroy/claude-marketplace/wiki"><img src="https://agentmods.dev/badge/skills/davistroy/claude-marketplace/wiki.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,569 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00060 $0.04569
Opus 5 $0.00030 $0.02285
Sonnet 5 $0.00012 $0.00914
Haiku 4.5 $0.00006 $0.00457

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

Security

Grade A, and why

wiki 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 8d 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.

plugins/personal-plugin/skills/wiki/SKILL.md · 406 lines

How it starts

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

Wiki Operations

Explicit operations for maintaining and querying a project's LLM-maintained wiki. For automatic maintenance, the CLAUDE.md rules injected by /create-wiki handle it. This skill is for when you want to explicitly process a source document, run a health check, search the wiki, propagate a resolved fact, or check its status.

Input

Arguments: $ARGUMENTS

Supported subcommands:

  • ingest <path> — Process a source document into wiki pages
  • lint — Run health checks on wiki structure and content
  • query <topic> — Search wiki and synthesize an answer
  • propagate <fact> — Sweep all pages for stale variants of a newly resolved fact (OKF mode; see OKF Bundle Mode)
  • status — Show wiki stats, health, and recent activity
  • No arguments — Show help

Pre-flight Check: Layout Detection

Before executing any subcommand, detect which wiki layout this project uses. Check in this order:

  1. Legacy layoutwiki/schema.yaml exists:
    • Contract source: wiki/schema.yaml (categories, lint_interval_days, staleness_threshold_days, page_frontmatter.required)
    • Pages: wiki/pages/ · Sources: wiki/sources/ · Index: single wiki/index.md · Log: wiki/log.md
    • Execute the subcommand sections below exactly as written.
  2. OKF bundle layout — an AGENTS.md exists at the repo root AND a kb/index.md declares okf_version in its frontmatter:
    • Contract source: AGENTS.md — read it in full before any operation; it defines the type vocabulary, required frontmatter, sensitivity tiers, ingest procedure, and lint rules. The contract file governs; this skill adapts to it.
    • Pages: kb/** (one concept per file; path = identity) · Sources: sources/ (immutable, dated; outside the bundle) · Indexes: per-directory index.md · Log: kb/log.md
    • Execute the subcommand sections below with the deltas defined in "OKF Bundle Mode".
  3. Neither found:
    No wiki found in this project.
    Run /create-wiki to set up one, or add an AGENTS.md contract + kb/ OKF bundle.
    

Read the full file on GitHub · 406 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. 8d ago First seen · 406 lines · 60 tokens per session scan A c94593dde732

Subscribe to this mod's changes

wiki is a skill published in the GitHub repository davistroy/claude-marketplace (5 stars, last pushed 5d ago), licensed MIT. It adds 60 tokens to every session and 4,569 once invoked, about $0.0003 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-09-04.