kb-init
25charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Initialize the Knowledge Base section in CLAUDE.md and create the docs/kb/ directory. Idempotent - safe to run multiple times.
AI-powered plugins that streamline your entire development workflow in Claude Code.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Initialize the Knowledge Base section in CLAUDE.md and create the docs/kb/ directory. Idempotent - safe to run multiple times.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Analyze the current conversation to extract learnings, institutional knowledge, and best practices. Saves findings to topic-specific KB files and updates CLAUDE.md references.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
List all registered KB files from CLAUDE.md, show their status (exists/missing), tags, dates, and pinned status.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Manually load one or more KB articles into the current conversation context. Accepts a filename, topic, or tag filter. Use when Claude hasn't automatically loaded a KB file you need.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Reorganize flat KB files into category folders based on tags and content. Updates CLAUDE.md paths and index.md. Safe — previews all moves before executing.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Interactive cleanup and consolidation of the knowledge base. Finds stale references, duplicates, orphaned files, frontmatter issues, and opportunities to merge related topics.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Query the knowledge base with a question. Synthesizes an answer from relevant KB files and optionally files the result back as a new KB article.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Remove a KB file and its CLAUDE.md reference. Accepts an optional file path or prompts the user to select which entry to remove.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Search across all KB files in docs/kb/ for a keyword, topic, or tag. Returns matching files and relevant excerpts.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Upgrade an existing Knowledge Base to the latest plugin practices. Ensures Obsidian compatibility, structured 'When to Load' format, loading notifications, index schema, and frontmatter health. Safe and re-runnable.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Interactive codebase modernization assessment to identify technical debt, anti-patterns, and quality issues from older AI-generated or legacy code.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Quick codebase modernization scan that accepts a file or directory path. Runs all assessment categories with default settings.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Comprehensive performance analysis to identify bottlenecks, optimization opportunities, and scalability issues.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Comprehensive security audit to identify vulnerabilities, OWASP Top 10 issues, and security anti-patterns.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Initialize Claude Code security settings with intelligent file denial patterns based on your project's technology stack.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Scan a deployed website for outdated dependencies, known CVEs, and security misconfigurations.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Harden your project against npm supply chain attacks by configuring pnpm's minimum-release-age quarantine and frozen lockfile enforcement.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Comprehensive modern SEO audit - Detects deprecated patterns (keywords meta tags, IE-era code), validates current best practices (Core Web Vitals, structured data, semantic HTML, Open Graph), and generates timestamped reports with framework-specific remediation.
charlesjones-dev/claude-code-plugins-dev
Skill Claude CodeCodex
Apply safe SEO remediations from the latest /seo-audit report. Removes deprecated tags, inserts missing meta tags, refactors to semantic HTML, and proposes structured data with diff+confirm workflow.