agentsclimarketplace

Compile

Skill lokesh-go/llm-wiki/.claude/skills/compile

A personal, compounding tech knowledge base maintained by an LLMFrom the repository description

Install
npx -y skills add lokesh-go/llm-wiki --skill compile

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 512 tokens by cl100k_base, as published. Nobody here has run it

Skill: /compile

Trigger

  • Auto-called after /ingest (do not skip)
  • Manual: /compile raw/articles/<slug>.md

Step 0 — VOCAB LOOKUP (always do this first)

  1. Read vocabs/index.md (read the entire file — it is tiny, ~200 tokens)

  2. Scan the raw content for tech terms

  3. For each term found:

    CASE A — term exists in vocabs/index.md: → Use that canonical name when writing wiki pages → If you need the definition, read vocabs/<category>.md

    CASE B — term NOT in vocabs/index.md: → Determine the correct category (system-design / architecture / design-patterns / practices / data-storage / technologies) → Add term entry to vocabs/<category>.md → Add term to the correct line in vocabs/index.md → Use that canonical name going forward

Step 1 — WRITE SOURCE PAGE

  • Create wiki/sources/<slug>.md using Source Page template from wiki/CLAUDE.md
  • Update the raw file: change status: raw → status: compiled

Step 2 — UPDATE WIKI PAGES

For each concept and entity identified (using canonical vocab names): If wiki page already exists: → Append new insights, note the source, check for contradictions → Increment src: count in frontmatter If wiki page does not exist: → Create from appropriate template in wiki/CLAUDE.md CRITICAL RULE: all cross-references MUST be [[wikilinks]] in the page BODY (not just in frontmatter rel: field)

Step 3 — SPECIAL PAGES (create if applicable)

  • Article makes a comparison → create/update wiki/comparisons/<a-vs-b>.md
  • Article lists best practices → create/update wiki/best-practices/<topic>.md
  • Article is about a design pattern → create/update wiki/patterns/<name>.md

Step 4 — UPDATE INDEX + LOG

  • wiki/index.md: add or update entry using format:
    • [[page-name]] | <type> | tag1,tag2,tag3 | <src-count> Update frontmatter: upd, pages count, sources count
  • wiki/log.md: append at the bottom:

    [YYYY-MM-DD] compile | <article title>

    <one line: what was added or updated>

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.