By bartekck
Session management — smart orchestrator that assesses work, recommends closing actions (session summary, sync AI docs, commit), and lets the user choose what to do
npx claudepluginhub bartekck/bartek-marketplace --plugin session-closerAudits and updates all AI/agent documentation files to ensure consistency and accuracy after implementation work. Covers agent definitions, skills, workflows, rules files, README, and AI-specific config files across multiple AI coding tools (Claude Code, Cursor, OpenCode, Antigravity, Gemini, GitHub Copilot). Triggers on 'sync AI docs', 'update agent files', 'check if docs are current', 'update rules files', 'ensure docs consistency', 'align AI instructions with code', or before finishing a development session. Also invoked by session-closer-agent as part of session-closing workflow.
Summarizes what changed during a session, writes a session document, and handles smart committing. Triggers on 'close session', 'save session', 'end of session', 'wrap up session', 'summarize session', 'what did we do', 'session summary'.
Provides the Conventional Commits format specification for git commit messages, including type definitions, formatting rules, and examples. Triggers on committing changes, writing commit messages, 'format my commit', 'how do I write a commit message', 'conventional commits', or 'what commit type should I use'. Also used by the session-closer-agent when committing session documentation.
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 detailsUses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Provides an agent, skill, hook, and slash command related to the `aichat` tool-set for searching and resuming CLI-agent sessions
Save a structured session summary so you can pick up where you left off next time. Captures objectives, files changed, decisions, and generates a continuation prompt.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault. Covers memory management, session notetaking, knowledge organization, and agent context across projects. Based on Andrej Karpathy's LLM Wiki pattern. Optional DragonScale Memory extension adds hierarchical log folds, deterministic page addresses, embedding-based semantic tiling lint, and boundary-first autoresearch topic selection.