wiki-ingest

A skill for adding one verified lesson or production edge case to a bundled development wiki, placing it in the right topic and category.

In plain words
What is it for?
Use it to capture documented best practices or real incidents, merge them into existing wiki pages, and update the wiki's supporting index or files.
Why use it?
It prevents useful advice from being filed in the wrong place, duplicated, unsupported, or written only as a prohibition without explaining the better action.

Skill for Claude CodeCodex

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/choiyounggi/dev-loop/wiki-ingest
Any agent
npx skills add choiyounggi/dev-loop --skill wiki-ingest
Clone the repo
git clone --depth 1 https://github.com/choiyounggi/dev-loop

Made for: Claude Code, Codex.

Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 799 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 $0.00058 $0.00799
Opus 5 $0.00029 $0.00400
Sonnet 5 $0.00012 $0.00160
Haiku 4.5 $0.00006 $0.00080

Measured 2d ago against content hash dfeac544c8e9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wiki-ingest 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 2d 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.

skills/wiki-ingest/SKILL.md · 60 lines

How it starts

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

Ingest

In the dev-loop plugin. The wiki lives at the plugin root. When you run this skill by hand for reference, read paths (INDEX.md, wiki/, templates/, AGENTS.md) against ${CLAUDE_PLUGIN_ROOT}/. When this skill is driven by knowledge-flush to open a PR, that skill first prepares a writable git checkout of the dev-loop repo and passes you its path as <wiki_root> — do all reading and writing there (never edit the installed plugin dir, which is read-only and untracked). knowledge-flush handles the branch/commit/PR after you finish; your job is only the routed, sourced edit + plumbing update.

Input: one unit of knowledge. Either a source (doc, article, post-mortem, benchmark) or a distilled lesson ("we hit X; doing Y fixed it because Z").

Steps

  1. Extract the case. State the knowledge as: trigger situation → directive → why → evidence. If you cannot fill "trigger situation" precisely, stop: ask the contributor what situation makes this advice apply. Knowledge without a trigger cannot be routed and pollutes context.

  2. Convert prohibitions. If the input arrives as "never do X" / "avoid X", rewrite it as the replacement action: "when , do Y". Keep the prohibition only as an Instead of row paired with Y.

  3. Route. Match the case to a domain via INDEX.md, then to a category via the domain index.md. If no category fits, create one (update the domain index) — but first re-check that an existing category doesn't already cover it under a different name.

  4. Merge before creating. Read every existing page in the target category whose "load when" line overlaps the new case.

    • Same trigger, same directive → add the new source / edge case to that page.
    • Same trigger, conflicting directive → do NOT overwrite. Add the conflict to the page under Edge cases if it is condition-dependent, or flag it in log.md as contradiction for the owner to resolve.
    • New trigger → create a new page from templates/page.md.

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

Subscribe to this mod's changes

wiki-ingest is a skill published in the GitHub repository choiyounggi/dev-loop (4 stars, last pushed 3d ago), licensed MIT. It adds 58 tokens to every session and 799 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-08-31.

Related

Other skills, from other repositories

kb-create

Operator procedure to declare and provision a new Knowledge Base GitOps-style, so it survives pod restarts.

BeppeTemp/cartographer · 24 tokens

kb-import

Agent-guided procedure to import an existing non-OKF wiki or knowledge base (Obsidian vault, markdown folder, wiki export) into a Cartographer KB, incrementally and without big-bang LLM rewriting.

BeppeTemp/cartographer · 48 tokens

deploy

Rilascia una nuova versione di Cartographer — merge della release PR di release-please, attesa della pipeline GitHub (binari, brew, ghcr), bump del manifest homelab, verifica rollout Flux e update del client locale via brew. Usare quando l'utente chiede di deployare/rilasciare una nuova versione di server e/o client.

BeppeTemp/cartographer · 78 tokens

implement-plan

Orchestrates implementation of one or more approved plan issues (label plan) into merged PRs through wave planning, delegation to dev subagents in isolated worktrees, coordinator review, and ordered squash-merge with topic-owned documentation conflict resolution. Use when the user asks to implement, ship, or land open…

BeppeTemp/cartographer · 107 tokens

academic-paper-drafting

End-to-end academic paper drafting for CHI, HBR, journals, and conferences with venue-specific templates, drafting workflows, and revision strategies.

fabioc-aloha/Alex_Skill_Mall · 34 tokens

research-first-development

Build knowledge bases that build software — research before code, teach before execute.

fabioc-aloha/Alex_Skill_Mall · 18 tokens