From ziki
This skill should be used at the start of a session, or whenever the wiki may have changed mid-session, to load the Ziki wiki index into the current context so Claude knows what knowledge is available and can call the ziki-recall skill to fetch specific pages. Also used internally by the SessionStart hook. Invoke this skill whenever the user runs /ziki-prime, asks to "reload the wiki", "refresh ziki", or when you suspect the primed index is stale.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ziki:ziki-primeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load the Ziki wiki index into the current session so Claude is aware of what
Load the Ziki wiki index into the current session so Claude is aware of what
knowledge has been accumulated and can pull specific pages on demand via the
ziki-recall skill.
This skill is the discovery-surface loader for Ziki. It's used both by the
SessionStart hook (which wraps the output as additionalContext) and
explicitly by the user via /ziki-prime to re-prime a long-running session
after the wiki has been updated.
You MUST read ~/.claude/ziki.md FIRST, before doing anything else. This
file contains the vault repository coordinates (YAML frontmatter) and the
exact tools or commands to use for reading vault files (markdown body).
Do NOT read from the local filesystem. The vault is a remote git
repository. Even if you see a local checkout of the vault (e.g.
~/Documents/ziki/), do not use it. All reads go through the remote access
method described in ~/.claude/ziki.md.
If ~/.claude/ziki.md does not exist, return an empty string (when called
from a hook) or a one-line notice "Ziki not configured — run /ziki-setup"
(when called interactively). Do NOT raise an error; Ziki is simply inactive
for this user.
wiki/_index.md (required) — the curated map of wiki pages_meta/taxonomy.md (optional) — the tag vocabulary; include only the
tag list, not the descriptionsThat's it. Do not fetch individual wiki page bodies — those are pulled on
demand by ziki-recall. The index is deliberately lightweight so that
priming is cheap and every session can afford it.
Read ~/.claude/ziki.md: parse frontmatter for vault_owner,
vault_repo, vault_branch. Read the body for access instructions.
Fetch wiki/_index.md from the remote vault using the configured
access method.
Fetch _meta/taxonomy.md from the remote vault (best-effort — if it
doesn't exist or fails, skip it silently).
Assemble the primer block (see format below).
Enforce the size budget (see below).
Return the primer block as plain markdown. The caller (hook or command) is responsible for any additional wrapping.
Return a single markdown block in this exact shape:
# Ziki wiki primer
A Ziki wiki is available for this session.
- Vault: `<owner>/<repo>` on branch `<branch>`
- Primed: <YYYY-MM-DD HH:MM UTC>
Use the `ziki-recall` skill to fetch a wiki page whenever the current task
touches a topic listed in the index below. Prefer recalled wiki content over
answering from memory when a matching page exists. The `ziki-recall` skill
accepts a page path, title, or topic, and will follow `[[wikilinks]]` one
hop to pull in neighbour pages.
If the wiki has been updated during this session, run `/ziki-prime` to
refresh this primer.
## wiki/_index.md
<contents of wiki/_index.md, verbatim, inside a fenced ```markdown block>
## _meta/taxonomy.md (tags)
<flattened tag list, one per line, if taxonomy was fetched>
Keep the total primer block under 8KB. Apply the following truncation rules in order:
wiki/_index.md is ≤ 6KB, include it verbatim.wiki/_index.md is > 6KB, include only:
#, ##). or 120 chars)<full index available via: ziki-recall _index>wiki/_index.md must be split into sub-indices (this is a
signal to the operator that /ziki-inbox needs to maintain the index
better).~/.claude/ziki.md missing: return an empty string (hook context) or
"Ziki not configured — run /ziki-setup" (interactive context). Do not
raise.Ziki vault configured but unreachable — recall unavailable this session. with the vault coordinates for debugging. Do not raise.wiki/_index.md does not exist (fresh vault with no pages yet):
return a short primer that explains the vault is configured but empty,
and that ziki-recall will have nothing to retrieve until content is
added via /ziki-add and processed by /ziki-inbox.~/Documents/ziki/ or any other local pathziki-recall's jobnpx claudepluginhub mikluko/ziki-plugin --plugin zikiFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.