Capture conversation learnings, code insights, and external knowledge into a structured, Obsidian-compatible markdown knowledge base for Claude Code projects. Initialize, add/absorb/harvest/organize/prune/upgrade KB files in docs/kb/, register in CLAUDE.md, search/query articles, and load relevant context dynamically into chats.
Analyze existing CLAUDE.md and docs/ content to identify knowledge that can be organized into the KB system. Interactive migration with user approval.
Quickly add a learning, rule, or note to the knowledge base. Accepts free-text input and suggests the best KB file location.
Toggle automatic knowledge capture. When enabled, Claude proactively offers to capture learnings at the end of conversations.
Analyze source code to discover and extract implicit knowledge — architecture patterns, conventions, API contracts, config structures, and codebase rules — into KB articles.
Harvest knowledge from external sources — sibling repos, local directories, individual files, or web URLs — and distill them into the KB system with provenance tracking.
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.
AI-powered plugins that streamline your entire development workflow in Claude Code.
This Claude Code plugin marketplace provides plugins that extend Claude Code's capabilities, focusing on developer productivity and automation.
💡 Usage Note: All skills are invoked as slash commands without arguments (e.g.,
/accessibility-audit). Interactive skills will prompt you for any required information; non-interactive skills run directly on your codebase.
| Plugin | Description | Skills (Slash Commands) | Agents |
|---|---|---|---|
| ai-accessibility | AI-powered accessibility auditing with WCAG compliance | /accessibility-audit | accessibility-auditor |
| ai-ado | AI-powered Azure DevOps integration with MCP support | /ado-init, /ado-create-feature, /ado-create-story, /ado-create-task, /ado-log-story-work, /ado-timesheet-report | - |
| ai-git | AI-powered git automation and workflow streamlining | /git-init, /git-commit-push, /git-commit-push-pr | - |
| ai-learn | AI-powered Socratic learning mode for guided problem-solving | /learn, /learn-review | - |
| ai-performance | AI-powered performance optimization and bottleneck detection | /performance-audit | performance-auditor |
| ai-security | AI-powered security auditing with reproducible reports | /security-init, /security-audit, /security-scan-dependencies, /security-supply-chain | security-auditor, security-dependency-scanner |
| ai-statusline | AI-powered status line customization with progress bars | /statusline-wizard, /statusline-edit | - |
| ai-workflow | AI-powered development workflow automation | /workflow-plan-phases, /workflow-implement-phases, /workflow-preflight, /workflow-ship, /workflow-principles | - |
| ai-compliance | AI-powered license compliance auditing and attribution generation | /compliance-license-audit, /compliance-notice-generate | - |
| ai-knowledge | AI-powered knowledge base management with Obsidian compatibility | /kb-init, /kb-learn, /kb-add, /kb-query, /kb-import, /kb-ingest, /kb-harvest, /kb-discover, /kb-absorb, /kb-remove, /kb-load, /kb-list, /kb-search, /kb-prune, /kb-auto, /kb-organize, /kb-upgrade | - |
| ai-modernize | AI-powered codebase modernization assessment for technical debt | /modernize-audit, /modernize-scan | modernize-auditor |
| ai-writing | AI-powered writing quality tools for natural-sounding text | /writing-humanize | - |
📝 Note on Audit Plugins: The
ai-accessibility,ai-security, andai-performanceplugins are developer-focused analysis tools designed to identify issues during development. They perform static code analysis, withai-accessibilityandai-securityalso offering URL scanning capabilities (/accessibility-auditwith Playwright MCP and/security-scan-dependenciesrespectively). These plugins are meant to complement (not replace) runtime testing tools, professional services, and manual testing. Use these plugins to catch issues early in the development phase, then validate with specialized testing tools and services appropriate to your domain.
New to Claude Code? Claude Code is an AI-powered CLI tool that helps with software development tasks.
👉 Download and install Claude Code
/plugin marketplace add charlesjones-dev/claude-code-plugins-dev
# Install any plugin from this marketplace
/plugin install <plugin-name>@claude-code-plugins-dev
# Examples:
/plugin install ai-ado@claude-code-plugins-dev
/plugin install ai-git@claude-code-plugins-dev
/plugin install ai-security@claude-code-plugins-dev
AI-powered codebase modernization assessment - Interactive audit and quick scan skills to identify technical debt, anti-patterns, and quality issues from older AI-generated code
AI-powered Azure DevOps integration with skills - Intelligent work item management, configuration, and automation for Azure DevOps workflows with MCP integration
AI-powered performance optimization - Interactive performance audit skill and automated agent with comprehensive bottleneck detection and optimization
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
AI-powered software compliance auditing - Interactive license audit and NOTICE/ATTRIBUTION file generation for open-source dependency compliance
npx claudepluginhub charlesjones-dev/claude-code-plugins-dev --plugin ai-knowledgeA self-developing knowledge management system for Claude Code. Bridges AI memory to an Obsidian vault with feature-organized spine notes, auto-capture skills, and color-coded graph visualization.
Archive learnings from Claude Code sessions to Obsidian vault as Zettelkasten notes and use vault knowledge as conversational context
Sync AI conversations to an Obsidian knowledge base with Memory Mason knowledge base skills.
Bootstrap a wiki-first knowledge system into any project.
Knowledge base skills for Claude Code — capture, search, and synthesize project knowledge
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.