By bcbeidel
Skills for building and maintaining structured project context — setup, research, ingest, and lint.
Ingest any source into wiki pages. Use when the user says "ingest this", "add to wiki", "process this source", "update wiki with", or provides a URL, file path, or pasted text for knowledge capture.
Runs lint checks on project content quality and reports frontmatter, URL, index, and skill issues. Use when the user asks to "lint", "run lint", "check lint", "check health", "validate documents", "run validation", "audit content quality", "review documents", "check coverage", "check freshness", "run health check", or "what needs attention".
Conducts structured investigations using the SIFT framework and produces verified research documents. Use when the user wants to "investigate", "research", "look into", "what do we know about", "compare options", "evaluate feasibility", "analyze the landscape", "find out about", "deep dive into", "explore alternatives", or any request to conduct a structured investigation.
Initialize or update WOS project context. Use when starting a new project with WOS, setting up context structure, configuring project documentation, or re-run to verify and repair an existing setup. Idempotent — safe to run multiple times.
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.
Experimental — This project is under active development. APIs, skill interfaces, and document conventions may change without notice.
A Claude Code plugin marketplace for building and maintaining structured project context, with AI-assisted research, source verification, and quality validation.
Note: GitHub repo rename from
wos→toolkitis a pending manual step.
Five self-contained plugins, each independently installable:
| Plugin | Install | Skills |
|---|---|---|
wiki | claude plugin install bcbeidel/toolkit --plugin wiki | setup, research, ingest, lint |
build | claude plugin install bcbeidel/toolkit --plugin build | build-skill, build-rule, build-hook, build-subagent, refine-prompt |
check | claude plugin install bcbeidel/toolkit --plugin check | check-skill, check-rule, check-hook, check-subagent, check-skill-chain |
work | claude plugin install bcbeidel/toolkit --plugin work | scope-work, plan-work, start-work, verify-work, finish-work |
consider | claude plugin install bcbeidel/toolkit --plugin consider | 16 mental models + meta |
Knowledge — build and maintain project context documents:
claude plugin install bcbeidel/toolkit --plugin wiki
Build tooling — create and audit Claude Code skills and rules:
claude plugin install bcbeidel/toolkit --plugin build
claude plugin install bcbeidel/toolkit --plugin check
Full suite — complete toolkit for AI-assisted project work:
claude plugin install bcbeidel/toolkit --plugin wiki
claude plugin install bcbeidel/toolkit --plugin build
claude plugin install bcbeidel/toolkit --plugin check
claude plugin install bcbeidel/toolkit --plugin work
claude plugin install bcbeidel/toolkit --plugin consider
# Install Python packages and dev dependencies
pip install -e plugins/wiki -e plugins/check -e ".[dev]"
# Run tests
python -m pytest plugins/wiki/tests/ plugins/check/tests/ -v
# Lint
ruff check plugins/
plugins/
build/ # Plugin: create skills, rules, hooks, subagents
check/ # Plugin: audit skills, rules, hooks, subagents
wiki/ # Plugin: setup, research, ingest, lint
wiki/ # Python package
scripts/ # Shared CLI scripts
skills/ # Skill definitions
tests/ # Tests
work/ # Plugin: scope-work, plan-work, start-work, verify-work, finish-work
consider/ # Plugin: structured mental models
docs/ # Documentation, plans, and research
context/ # Topic areas
plans/ # Design docs and implementation plans
research/ # Research artifacts
.claude-plugin/
marketplace.json # Plugin marketplace manifest
gh CLI (for work:finish-work skill)npx claudepluginhub bcbeidel/toolkit --plugin wikiSkills for creating and refining Claude Code skills, rules, hooks, and subagents.
Structured mental models for decision-making — first principles, Occam's razor, inversion, and more.
Skills for the full work lifecycle — scope, plan, start, verify, finish, audit, and retro.
A collection of Claude Code skills for knowledge management, wiki building, and more.
Bootstrap a wiki-first knowledge system into any project.
18 universal AI skills for Claude Code — skill creation, deep research, strategic planning, content processing, solution architecture, and orchestration workflows
General purpose Claude Code toolkit with research agents, skills, and introspection commands
Structured implementation planning, interactive annotation review, and autonomous plan execution
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.