A Claude Code plugin marketplace bundling self-authored skills as individually installable plugins.
/plugin marketplace add jkas2016/claude-skills
/plugin install deep-code-review@claude-skills
/plugin install llm-wiki-memory@claude-skills
(Public marketplace — no authentication required to add.)
| Plugin | What it does | Runtime | Setup required |
|---|---|---|---|
deep-code-review |
Whole-repo deep code audit using language rule sets ported from OpenCodeReview (Apache-2.0). Host-session, read-only — no API key. | python3 (stdlib), git |
None. Run /deep-code-review from a git repo root (no argument → current directory). |
llm-wiki-memory |
Routes auto-memory save/recall to your own Obsidian vault so every machine shares notes. | python3 (stdlib) |
export LLM_WIKI_PATH=<your-vault-path> before use. If unset, the skill stops and tells you. |
- Repository license: Apache-2.0 (see
LICENSE) — covers both plugins.deep-code-reviewbundles assets ported from OpenCodeReview (Apache-2.0); see itsreferences/NOTICE.
🔒 Never commit tokens, API keys, credential files, or personal absolute paths. Reference machine-specific locations only through environment variables (e.g. $LLM_WIKI_PATH) or placeholders (e.g. <your-vault-path>).