By jobrien127
Automated wiki maintenance for the local Claude Code plugin marketplace — ingest, lint, query, and sync wiki docs from plugin source files
Reads a target directory's source files and writes wiki pages for it. Adapts to any project structure — plugins, packages, APIs, SDKs, monorepos, or docs. Dispatched by the vault-wiki:ingest skill. Receives TARGET_DIR and root paths as context.
Scores a target directory for documentation completeness and identifies gaps. Adapts scoring rubric to the detected project type. Dispatched by the vault-wiki:lint skill. Produces a scored report and updates wiki/gaps.md.
Multi-step Obsidian vault orchestrator. Invoked when coordinating multiple vault operations in sequence. Not called by individual obsidian-* skills, which operate directly via REST API or MCP. Use this agent when a single task requires combining read, write, search, and sync in one flow.
Parse vault lint audit output and auto-remediate documentation gaps. Dispatched by remediate skill after lint-agent identifies gaps. Generates missing READMEs, updates wiki pages, fills documentation.
Read a project's source files and generate wiki pages for it. Works with any directory structure: Claude plugins, npm packages, Go modules, Python projects, APIs, SDKs, monorepos, or plain documentation. Triggers when the user says "ingest", "document this project", "generate wiki", "add to the wiki", "update wiki for", or "ingest --target-dir <path>". Use --target-dir to specify a directory; defaults to the current directory.
Analyze a project for documentation completeness gaps. Adapts scoring to the project type: plugin, package, API, SDK, monorepo, or docs. Triggers when the user says "lint", "audit docs", "completeness check", "what needs work", "score this project", "check documentation", or "lint --target-dir <path>".
Fetch notes and metadata from an Obsidian vault via REST API or MCP server.
Full-text and tag-based search across an Obsidian vault via REST API or MCP server.
Sync Obsidian vault changes with git via obsidian-git plugin.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A local marketplace of Claude Code plugins — self-contained packages that extend Claude with hooks, skills, agents, and MCP servers.
v1.4.1Meta-plugin that injects project state into every session and synthesizes session transcripts into a persistent knowledge base. The backbone for self-improving Claude Code setups.
Skills: /whetstone:route, /whetstone:think, /whetstone:verify, /whetstone:compress, /whetstone:synthesizer, /whetstone:improve, /whetstone:setup
Auto-behaviors:
v0.1.0Routes tasks to the appropriate Claude model tier (Haiku / Sonnet / Opus) based on task complexity, reducing cost without sacrificing quality.
Skills: /dispatch:route, /dispatch:haiku, /dispatch:sonnet, /dispatch:opus
Interactive wizard for managing project-level settings.local.json permissions. Detects project type, suggests safe permission patterns, and reduces manual approval friction.
Command: /permissions
Features: Smart project-type detection, categorized permission safety levels, proactive suggestions when starting new projects.
Transparently converts structured data in prompts to TOON format for token-efficient LLM processing, then converts responses back to JSON for display. Saves 30–60% tokens on structured data.
Extraction methods: LLM (Claude API), Markdown tables, key-value regex — with graceful fallback.
v0.1.0MCP server and hook-driven automation for structured problem-solving workflows. Decomposes problems, specifies requirements, generates solutions, validates output, and resumes context across sessions.
Agents: decomposer, specifier, generator, validator, calibrator
Hooks: SessionStart (resume context), PostToolUse (validate stage), PreCompact/PostCompact (save/restore state)
Requires: Python ≥ 3.12, uv
v0.1.0Automated wiki maintenance for this plugin marketplace. Ingests plugin source files, lints wiki docs, and keeps the knowledge base in sync.
Agents: ingest-agent, lint-agent, remediate-agent, obsidian-agent
Each plugin is self-contained. Install by pointing Claude Code at the plugin directory:
# Load a single plugin
claude --plugin-dir /path/to/plugin-marketplace/whetstone
# Or copy to your Claude plugins directory
cp -r whetstone ~/.claude/plugins/
Then enable in ~/.claude/settings.json:
{
"enabledPlugins": {
"whetstone": true
}
}
Each plugin follows the Claude Code plugin spec:
<plugin-name>/
├── .claude-plugin/
│ └── plugin.json # Manifest: name, version, description, hooks
├── skills/ # Slash commands (/plugin:skill)
├── agents/ # Subagent prompt definitions
├── hooks/ # Lifecycle hook scripts
├── commands/ # Top-level slash commands
└── README.md
MIT
Route tasks to Claude model subagents by tier (haiku/sonnet/opus)
Procedural full-stack solution framework — math-grounded pipeline from problem to application
Streamlines permission management for project-level settings.local.json files with intelligent analysis and safe pattern suggestions
Meta-plugin that injects project state into every session and synthesizes session transcripts into a knowledge base on session end. Includes skills for routing, reasoning, verification, and context compression.
npx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wikiUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Streamline engineering workflows — standups, code review, architecture decisions, incident response, and technical documentation. Works with your existing tools or standalone.