agentsclimarketplace

Llm wiki ops portable

Skill chf3198/megingjord-harness/skills/llm-wiki-ops-portable

Operate an LLM Wiki knowledge system in any workspace using the Karpathy patternFrom its SKILL.md

Install
npx -y skills add chf3198/megingjord-harness --skill llm-wiki-ops-portable

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 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.5 KB, 557 tokens by cl100k_base, as published. Nobody here has run it

llm-wiki-ops-portable — Portable Wiki Operations

Purpose

Teach any agent consumer how to create, search, and grow an LLM Wiki in their own workspace. Based on the Karpathy LLM Wiki pattern: concepts, sources, entities, syntheses.

Wiki Structure

wiki/
  index.md              # Master page index
  log.md                # Chronological change log
  concepts/             # Distilled ideas (agent-written)
  sources/              # Summarized external material
  entities/             # Named things (tools, services)
  syntheses/            # Cross-cutting analysis

Getting Started

  1. Create wiki/ at your workspace root
  2. Add wiki/index.md with a page registry
  3. Add wiki/log.md for change tracking
  4. Start with concepts — write what you know

Page Format

Every wiki page uses this structure:

# Page Title
## Summary (2-3 sentences)
## Details (body content)
## Related (wikilinks to other pages)
## Sources (external references)

Adding Content

Concepts

Distilled knowledge written by the agent after research. One idea per page. Name: wiki/wisdom/global/concepts/<slug>.md

Sources

Summarized external material (articles, docs, papers). One source per page. Name: wiki/wisdom/global/sources/<slug>.md

Entities

Named things: tools, services, platforms, people. Name: wiki/wisdom/global/entities/<slug>.md

Syntheses

Cross-cutting analysis combining multiple concepts/sources. Name: wiki/wisdom/global/syntheses/<slug>.md

Searching

Search the wiki with keyword matching across all pages:

grep -rli "search term" wiki/

For richer search, use a workspace search tool or semantic search across the wiki directory.

Growing the Wiki

  1. After research tasks, create source pages
  2. When patterns emerge, create concept pages
  3. When concepts connect, create synthesis pages
  4. Update wiki/index.md after adding pages
  5. Log changes in wiki/log.md

Seed Content

This plugin ships ~15 seed articles in wiki/ covering agent governance patterns. See wiki/.seed-manifest.json for the universal seed article inventory.

Constraints

  • One topic per page
  • Keep pages concise (aim for ≤100 lines)
  • Use wikilinks [[page-name]] for cross-references
  • Index and log are the source of truth for page inventory

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 326,144. 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.