Claude Code plugin marketplace by @artem-from-ua
[!TIP] โจ Good habits, better output.
A curated collection of plugins for Claude Code that automate the routines good developers follow anyway โ consistent diagrams, clean branches, version discipline, session awareness.
[!NOTE] ๐ฆ Installation ยท ๐ค Contributing
๐งฉ Plugins
| Plugin | What it does |
|---|---|
| ai-fortune | Analyze your AI usage patterns, run a career interview, and get a personalized career direction report |
| context | Show everything loaded into your session โ CLAUDE.md files, memory, hooks โ with a per-source token breakdown |
| fresh-guides | Watchlist for fast-changing technologies โ verify advice against official docs before responding |
| git-branch-naming | Enforce branch naming conventions automatically; warns before push if the name or staged content doesn't match |
| kb-grooming | Audit documentation health โ broken links, orphan files, README compliance โ then create a GitHub epic with linked issues |
| plantuml | Proactively add rendered diagrams to docs (image URLs auto-synced); draw ASCII diagrams inline during terminal conversations |
| playbook | Inject team coding conventions into every session โ git workflow, documentation standards, platform quirks |
| retroscope | Capture what happened each session and generate structured daily retrospective reports |
| semver | Validate that a version bump is staged before every commit, push, and PR โ with configurable enforcement |
| statusline | Three-line statusline showing API rate limits, context window usage, git branch, and model |
| statusline-compact | Minimal single-line statusline: repo/worktree/branch and model/effort/context/cost โ jq + git only, no network |
| technology-explainer | Adapt explanation depth per technology โ brief for experts, detailed for learners |
๐ฆ Installation
1. Add the marketplace
/plugin marketplace add artem-from-ua/claude-plugins
2. Install a plugin
/plugin install plantuml@artem-from-ua
Repeat for each plugin you want.
3. Enable auto-updates
Open /plugin, select each installed plugin, and enable auto-update.
๐ค Contributing
See CONTRIBUTING.md for the full workflow, plugin structure, and code standards.