By revans
Lens — dynamic context switching for Claude. Load behavioral lenses to change how Claude operates. Reality is the default.
Purpose: Extracts architecture, design principles, and practical applications from system components into structured technical documentation.
Problem Solved:
Solution:
/documenter:document-system <component> - Document a system component or entire system/repo
Researches implementation files, maps relationships, and produces comprehensive technical documentation.
# Document a system component
/documenter:document-system orchestration.json
/documenter:document-system "agent system"
/documenter:document-system skills framework --output docs/skills.md
# Clone repository
git clone https://github.com/revans/buster-marketplace.git
cd buster-marketplace
# Symlink documenter plugin to Claude Code
ln -s $(pwd)/documenter ~/.claude/plugins/documenter
MIT License - see LICENSE.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimExtracts architecture, design principles, and practical applications from system components into structured technical documentation
Agentic design system for Claude Code. Blueprint interviews and builds complete HTML + CSS pages. Artisan makes targeted design changes on existing builds. Forge maintains the component system. Copy writes brand-voice content. Review runs the automated quality loop with self-healing. Scout researches domain visual conventions.
The Agent Spec Protocol (AP) — a standard for HTML documents that are both human-readable pages and machine-navigable agent workspaces. Defines ap- prefixed attributes for agent routing, pipeline state, and content contracts.
npx claudepluginhub revans/buster-marketplace --plugin lensUse 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>
Create comprehensive documentation for code, APIs, and projects.
Code documentation with automated doc generation, code explanation, and tutorial engineering
Helps Claude read a planning document and explore related files to get familiar with a topic. Asking Claude to prepare to discuss seems to work better than asking it to prepare to do specific work. This is followed by Plan, then Execute.
CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Comprehensive Claude Code ecosystem plugin with official documentation management, meta-skills, development guidance, event logging, and observability hooks. Provides keyword-based doc discovery, doc_id resolution, token-optimized subsection extraction, authoritative knowledge hubs for hooks, memory, skills, MCP, configuration, security, subagents, plugins, and more. Includes comprehensive hook event logging, date/time injection, and file validation.