Agent Plugins Marketplace
All plugins

skillwiki

v0.10.97

Project-aware Karpathy-style knowledge base for agentic coding tools: 21 prompt-only skills (wiki-*, proj-*, using-skillwiki, skillwiki-mcp) backed by the deterministic skillwiki CLI.

Claude Code21 Skills

By karlorzLicense: MIT4 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
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 Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install skillwiki@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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-wiki

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

skillwiki/
├── .claude-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

proj-decideskills/proj-decide/SKILL.md

Write an Architectural Decision Record (ADR). If the decision generalizes, also create a concepts/ page.

proj-distillskills/proj-distill/SKILL.md

2-step distillation (E4) — analyze project compound entry, then generate a vault concept page with provenance.

proj-initskills/proj-init/SKILL.md

Bootstrap a project workspace at projects/{slug}/ with README, requirements/, architecture/, work/, compound/.

proj-workskills/proj-work/SKILL.md

Open or run a work item under projects/{slug}/work/YYYY-MM-DD-{slug}/. Redirects brainstorming spec/plan output paths.

skillwiki-mcpskills/skillwiki-mcp/SKILL.md

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.

using-skillwikiskills/using-skillwiki/SKILL.md

Invoke for vault, wiki, or SkillWiki setup. Maps skills, workflow profiles, and vault routing. Skip unrelated coding.

wiki-adapter-prdskills/wiki-adapter-prd/SKILL.md

Map foreign PRD formats (CodeStable, RFCs, structured markdown) into skillwiki raw + typed-knowledge pages.

wiki-add-taskskills/wiki-add-task/SKILL.md

Capture ad-hoc ideas, bugs, tasks, or notes into the vault (HTTP MCP wiki_capture on leaf hosts; local raw/transcripts/ on authoring hosts).

wiki-archiveskills/wiki-archive/SKILL.md

Archive a superseded typed page or preserve-move an exact raw source through the attended lifecycle workflow.

wiki-auditskills/wiki-audit/SKILL.md

Verify per-page that every ^[raw/...] resolves and sources frontmatter matches the body.

wiki-canvasskills/wiki-canvas/SKILL.md

Generate an Obsidian Canvas visualization of the vault graph. Runs skillwiki graph build then skillwiki canvas generate.

wiki-crystallizeskills/wiki-crystallize/SKILL.md

Distill the current working session into a typed-knowledge page with provenance.

wiki-freshness-repairskills/wiki-freshness-repair/SKILL.md

Repair stale vault sources via drift, reingest, and attended republish. Use when skillwiki drift lists affected pages.

wiki-gate-plan-modeskills/wiki-gate-plan-mode/SKILL.md

Toggle EnterPlanMode gating — force brainstorming then SkillWiki proj-work instead of built-in plan mode

wiki-ingestskills/wiki-ingest/SKILL.md

Convert URLs, files, or pasted text into typed-knowledge pages with raw provenance. Supports single and batch mode.

wiki-initskills/wiki-init/SKILL.md

Bootstrap a CodeWiki vault — domain-aware SCHEMA.md, index.md, log.md, and ~/.skillwiki/.env binding. Use when starting a fresh vault.

wiki-lintskills/wiki-lint/SKILL.md

Vault health check via the umbrella `skillwiki lint` subcommand. Read-only by default; rotation requires explicit user consent.

wiki-queryskills/wiki-query/SKILL.md

Search the vault and synthesize an answer with E2 4-signal ranking. Optional file to queries/ or comparisons/.

wiki-reingestskills/wiki-reingest/SKILL.md

Detect and act on source drift. Runs skillwiki drift, reviews changes, archives old raw + ingests new content.

wiki-removeskills/wiki-remove/SKILL.md

Remove maintained vault paths with durable delete intent; raw evidence requires the separate attended exact-target sources dispose workflow.

wiki-syncskills/wiki-sync/SKILL.md

Safely sync vault git with a lockfile and lint guards. Use to push or pull wiki changes across sessions.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "skillwiki",
  "version": "0.10.97",
  "description": "Project-aware Karpathy-style knowledge base for agentic coding tools: 21 prompt-only skills (wiki-*, proj-*, using-skillwiki, skillwiki-mcp) 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",
    "obsidian",
    "skills",
    "agents",
    "karpathy",
    "markdown",
    "research",
    "rag-alternative"
  ],
  "skills": "./skills/",
  "agents": "./agents/"
}

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)