skillwiki
v0.10.97Project-aware Karpathy-style knowledge base for Codex with 21 prompt-only skills backed by the deterministic skillwiki CLI.
By karlorzLicense: MIT4 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 21 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install skillwiki for Codex
codex plugin marketplace add karlorz/llm-wiki
codex plugin marketplace upgrade llm-wiki
codex plugin add skillwiki@llm-wikiPaste and run these commands in a terminal with Codex. They add and refresh the llm-wiki catalog, then install this plugin.
Compatibility: the page URL and API slug “skillwiki-2” remain stable.
- Codex:
skillwiki-2@agent-plugin-marketplace→skillwiki@llm-wiki
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/karlorz/llm-wikiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/codex-skills/.
Plugin files
├── .codex-plugin/plugin.json├── skills/proj-decide/SKILL.md├── skills/proj-distill/SKILL.md├── skills/proj-init/SKILL.md├── skills/proj-work/SKILL.md├── skills/skillwiki-mcp/SKILL.md├── skills/using-skillwiki/SKILL.md├── skills/wiki-adapter-prd/SKILL.md├── skills/wiki-add-task/SKILL.md├── skills/wiki-archive/SKILL.md├── skills/wiki-audit/SKILL.md├── skills/wiki-canvas/SKILL.md├── skills/wiki-crystallize/SKILL.md├── skills/wiki-freshness-repair/SKILL.md├── skills/wiki-gate-plan-mode/SKILL.md├── skills/wiki-ingest/SKILL.md├── skills/wiki-init/SKILL.md├── skills/wiki-lint/SKILL.md├── skills/wiki-query/SKILL.md├── skills/wiki-reingest/SKILL.md├── skills/wiki-remove/SKILL.md└── skills/wiki-sync/SKILL.md
Included Skills21
Write an Architectural Decision Record (ADR). If the decision generalizes, also create a concepts/ page.
2-step distillation (E4) — analyze project compound entry, then generate a vault concept page with provenance.
Bootstrap a project workspace at projects/{slug}/ with README, requirements/, architecture/, work/, compound/.
Open or run a work item under projects/{slug}/work/YYYY-MM-DD-{slug}/. Redirects brainstorming spec/plan output paths.
Use when capturing a note, idea, or bug into the wiki, appending log.md, or using wiki MCP tools. Writes via wiki_capture / wiki_log_append; never local raw/transcripts.
Invoke for vault, wiki, or SkillWiki setup. Maps skills, workflow profiles, and vault routing. Skip unrelated coding.
Map foreign PRD formats (CodeStable, RFCs, structured markdown) into skillwiki raw + typed-knowledge pages.
Capture ad-hoc ideas, bugs, tasks, or notes into the vault (HTTP MCP wiki_capture on leaf hosts; local raw/transcripts/ on authoring hosts).
Archive a superseded typed page or preserve-move an exact raw source through the attended lifecycle workflow.
Verify per-page that every ^[raw/...] resolves and sources frontmatter matches the body.
Generate an Obsidian Canvas visualization of the vault graph. Runs skillwiki graph build then skillwiki canvas generate.
Distill the current working session into a typed-knowledge page with provenance.
Repair stale vault sources via drift, reingest, and attended republish. Use when skillwiki drift lists affected pages.
Toggle EnterPlanMode gating — force brainstorming then SkillWiki proj-work instead of built-in plan mode
Convert URLs, files, or pasted text into typed-knowledge pages with raw provenance. Supports single and batch mode.
Bootstrap a CodeWiki vault — domain-aware SCHEMA.md, index.md, log.md, and ~/.skillwiki/.env binding. Use when starting a fresh vault.
Vault health check via the umbrella `skillwiki lint` subcommand. Read-only by default; rotation requires explicit user consent.
Search the vault and synthesize an answer with E2 4-signal ranking. Optional file to queries/ or comparisons/.
Detect and act on source drift. Runs skillwiki drift, reviews changes, archives old raw + ingests new content.
Remove maintained vault paths with durable delete intent; raw evidence requires the separate attended exact-target sources dispose workflow.
Safely sync vault git with a lockfile and lint guards. Use to push or pull wiki changes across sessions.
Plugin manifests1
{
"name": "skillwiki",
"version": "0.10.97",
"description": "Project-aware Karpathy-style knowledge base for Codex with 21 prompt-only skills backed by the deterministic skillwiki CLI.",
"author": {
"name": "karlorz",
"url": "https://github.com/karlorz"
},
"homepage": "https://github.com/karlorz/llm-wiki",
"repository": "https://github.com/karlorz/llm-wiki",
"license": "MIT",
"keywords": [
"knowledge-base",
"wiki",
"codex",
"skills",
"obsidian",
"karpathy"
],
"skills": "./skills/",
"hooks": "./hooks/hooks-codex.json",
"interface": {
"displayName": "SkillWiki",
"shortDescription": "Project-aware wiki skills for Codex agents",
"longDescription": "21 prompt-only skills (wiki-*, proj-*, using-skillwiki, skillwiki-mcp) for deterministic, project-aware knowledge workflows.",
"developerName": "karlorz",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/karlorz/llm-wiki",
"defaultPrompt": [
"Initialize a project wiki and schema for this repository.",
"Ingest this PRD and produce typed knowledge pages with provenance.",
"Run a vault lint pass and summarize the highest priority fixes."
],
"brandColor": "#1f6feb"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[skillwiki on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skillwiki-2)