llm-wiki-human-first-design

llm-wiki-human-first-design is a skill for Claude Code, Codex from po4yka/llm-wiki-skills. It costs 59 tokens per session (1,424 once invoked), scanned A, original, MIT.

A design guide for making an LLM-Wiki readable and useful to people even when no coding agent is available. It treats the wiki as a shared, navigable knowledge base rather than an agent-only document store.

In plain words
What is it for?
It is for designing page structures, navigation maps, human-readable rules, and tests that check whether people can find and use the information.
Why use it?
It helps prevent generated Markdown from becoming an unstructured document dump that humans cannot find or understand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for designing page structures, navigation maps, human-readable rules, and tests that check whether people can find and use the information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/po4yka/llm-wiki-skills/llm-wiki-human-first-design
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 po4yka/llm-wiki-skills --skill llm-wiki-human-first-design
Clone the repo
git clone --depth 1 https://github.com/po4yka/llm-wiki-skills

Made for: Claude Code, Codex.

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 llm-wiki-human-first-design

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/po4yka/llm-wiki-skills/llm-wiki-human-first-design"><img src="https://agentmods.dev/badge/skills/po4yka/llm-wiki-skills/llm-wiki-human-first-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 59 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,424 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.00059 $0.01424
Opus 5 $0.00030 $0.00712
Sonnet 5 $0.00012 $0.00285
Haiku 4.5 $0.00006 $0.00142

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

Security

Grade A, and why

llm-wiki-human-first-design 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 12d 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/llm-wiki-human-first-design/SKILL.md · 236 lines

How it starts

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

LLM-Wiki Human-First Design

Goal

Help users design or audit an LLM-Wiki as a human-readable shared context layer, not an opaque agent cache or a folder of generated Markdown summaries.

When to use

Use when the user says or asks:

  • "LLM-Wiki should not be considered in a vacuum."
  • "If agents disappear tomorrow, can humans still find information?"
  • "I do not want another Confluence-like document dump."
  • "How do we make the wiki readable and useful for humans?"
  • "How do we prevent agent-generated markdown from becoming slop?"
  • "What page structure makes the wiki navigable?"
  • "How do we test human findability?"
  • "How do we design a wiki around decisions/questions rather than sources/spaces?"

Inputs

  • The current wiki tree (or a proposed layout) — directory structure, index.md, domain maps.
  • A handful of recurring questions humans actually ask (or need to derive them if the user has not listed any).
  • Sample pages, especially any that mix generated summary with human-authored synthesis.
  • Any existing page-contract or frontmatter convention already in use, so the audit can search for deviations instead of inventing a new contract.
  • Whether the wiki currently has agent write access, and under what review process — needed to assess the draft/review/promote gate in step 7.

Required references

Read these when available:

  • references/docs/24-human-first-llm-wiki.md
  • references/docs/adoption-objections.md
  • references/docs/adoption-q-and-a.md
  • references/docs/criticism-and-mitigations.md
  • references/docs/04-anti-slop-and-trust.md

Core stance

Use this answer:

The objection is correct. LLM-Wiki should be human-first and agent-assisted. Humans must be able to find, read and challenge the knowledge without an agent. Agents should maintain bookkeeping, links, indexes, drafts, lint reports and refresh queues; they should not become the owner of truth.

Design principles

human-readable by default
agent-optimized by metadata
source-backed by construction
decision-oriented by structure

Read the full file on GitHub · 236 lines

Files

What ships with it

5 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 236 lines · 59 tokens per session scan A c5b525c1f922

Subscribe to this mod's changes

llm-wiki-human-first-design is a skill published in the GitHub repository po4yka/llm-wiki-skills (3 stars, last pushed 19d ago), licensed MIT. It adds 59 tokens to every session and 1,424 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.