By defiect
Optimizes documentation directories for AI agent navigation efficiency using parallel subagent reviews and iterative improvement cycles
Fast conciseness reviewer for documentation. Evaluates redundancy, duplication, and fluff. Spawned by docs-optimizer for conciseness audits.
Fast documentation navigation reviewer. Use this agent when evaluating documentation navigability with quick, cost-effective analysis. Spawned by the docs-optimizer skill to perform parallel reviews.
Thorough conciseness reviewer for documentation. Evaluates redundancy, duplication, and fluff with deep analysis. Spawned by docs-optimizer for conciseness audits.
Thorough documentation navigation reviewer. Use this agent when evaluating documentation navigability with detailed analysis and pattern recognition. Spawned by the docs-optimizer skill to perform parallel reviews alongside haiku-reviewer.
Uses power tools
Uses Bash, Write, or Edit tools
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 marketplace of Claude Code plugins by Sean.
In Claude Code, run:
/plugins:add defiect/claude-code-plugins
Then enable the plugins you want from the plugin list.
| Plugin | Description |
|---|---|
| github-graphql-api | Comprehensive GitHub GraphQL API reference — equips Claude Code with full schema knowledge, query patterns, pagination, rate limits, and 264 mutations across 16 domain files |
| docs-optimizer | Optimizes documentation directories for AI agent navigation efficiency using parallel subagent reviews |
The github-graphql-api reference docs are automatically refreshed weekly via GitHub Actions. The workflow checks the specific upstream files in github/docs that the build script depends on and only rebuilds if those files have changed.
You can also trigger a manual refresh from the Actions tab, or use the /update-reference skill within Claude Code.
npx claudepluginhub defiect/claude-code-plugins --plugin docs-optimizerMulti-agent deep research orchestrator with evidence graphs, quality gates, and publication-quality report generation.
Optimizes documentation directories for AI agent navigation efficiency using parallel subagent reviews and iterative improvement cycles
Optimize CLAUDE.md and docs/ ecosystem following Boris Cherny's best practices
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.
Make a codebase agent-ready by scaffolding AGENTS.md, ARCHITECTURE.md, and docs/ structure following progressive disclosure patterns. Creates CLAUDE.md as a symlink for Claude Code compatibility.
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
llmdoc Claude Code plugin with init, update modes, temporary investigation cache, and use
Import external documentation locally - bypass AI-blocking sites via Context7, WebFetch, or Playwright