By BartekCK
External documentation lookup — find and present official docs for libraries, packages, tools, and APIs from the internet
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 for development tooling, research, and session management.
The marketplace contains 9 plugins, all registered in the marketplace manifest. All plugins target the 8/10 quality threshold enforced by the brutal-critic plugin. The remaining technical debt is minor (db-connect DSN persistence workaround).
| Plugin | Description |
|---|---|
browser-manager | Browser automation via Chrome DevTools MCP |
my-serena | Semantic coding tools via MCP |
session-closer | Session closing — capture summaries, decisions, and sync docs |
code-researcher | Codebase research and pattern discovery |
database | Database inspection and querying via dbhub MCP |
docs-researcher | External documentation lookup |
brutal-critic | Uncompromising quality evaluator for code and text with PASS/FAIL reports |
software-development | Frontend/backend development agents with best-practice skills |
software-architect-nextjs | Next.js architect agent with MCP-powered docs and implementation delegation |
.claude-plugin/marketplace.json lists all available plugins with source pathsclose-session skill.claude-plugin/
marketplace.json # Plugin registry
plugins/
browser-manager/
brutal-critic/
code-researcher/
database/
docs-researcher/
my-serena/
session-closer/
software-development/
software-architect-nextjs/
README.md with usage detailsnpx claudepluginhub bartekck/bartek-marketplace --plugin docs-researcherDatabase inspection and querying via dbhub MCP — explore schemas, run SQL queries, write migrations, and connect to databases
Browser automation and inspection via Chrome DevTools MCP — navigate, click, fill forms, inspect network traffic and console logs
Expert backend, frontend, and testing agents with TypeScript/Node.js specialization — SOLID principles, design patterns, React, Tailwind, strict typing, Vitest/Jest testing, and clean code practices
Codebase research and pattern discovery — investigate code patterns, locate references, find similar implementations, and provide placement guidance for new code
Session management — smart orchestrator that assesses work, recommends closing actions (session summary, sync AI docs, commit), and lets the user choose what to do
Fetch up-to-date library documentation via Context7 REST API
Fetch up-to-date library documentation via Context7 for accurate coding
Up-to-date and secure docs search for AI agents. Search 10,000+ libraries and lock your agent to your stack with Cabinets.
OpenAI Codex CLI ecosystem plugin with documentation management, scraping, indexing, and search capabilities
Dig into library source code - clone and explore repos to answer API questions
Use this agent when you need to fetch and utilize documentation from Context7 for specific libraries or frameworks. Examples: <example>Context: User is building a React application and needs documentation about hooks. user: 'I need to implement useState and useEffect in my React component' assistant: 'I'll use the context7-docs-fetcher agent to get the latest React documentation about hooks' <commentary>Since the user needs specific React documentation, use the context7-docs-fetcher agent to fetch relevant docs and provide accurate guidance.</commentary></example> <example>Context: User is working with Express.js and MongoDB and needs setup guidance. user: 'How do I create a REST API with Express and connect to MongoDB?' assistant: 'Let me use the context7-docs-fetcher agent to get the current documentation for both Express.js and MongoDB' <commentary>The user needs documentation for multiple libraries, so use the context7-docs-fetcher agent to fetch comprehensive docs.</commentary></example>