
Olbrasoft Claudecode
- Updated December 20, 2025
- Olbrasoft/ClaudeCode
olbrasoft-claudecode is a Claude Code plugin that automates task dispatch, session persistence, and notifications around your coding agent workflows.
About
olbrasoft-claudecode packages community TypeScript plugins that turn Claude Code into a more structured worker: dispatch tasks, hold state across sessions, and ping you when something blocks or finishes. developers drowning in ad-hoc prompts install it when they want lightweight PM around agent work—pending queues, result storage, and alerts—without building a full orchestration platform. The repo advertises two plugins and keywords like dispatch, database, notifications, virtualassistant, and session, which signals build-time agent tooling rather than SEO or production error paging. It suits developers comfortable wiring a small database and notification channel who treat Claude Code as their primary implementation environment. After registration, skills and plugin hooks coordinate task lifecycle from start through results, so you spend less context-switching and less manually babysitting long runs.
- TypeScript plugins for Claude Code task dispatch and session control
- Loads, saves, and tracks pending tasks with database-backed persistence
- Notification hooks when tasks complete or need a human
- Virtual-assistant style automation around start/session/results flows
- Two plugins covering dispatch plus notify workflows
Olbrasoft Claudecode by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install olbrasoft-claudecode@Olbrasoft/ClaudeCodeAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | December 20, 2025 |
|---|---|
| Repository | Olbrasoft/ClaudeCode ↗ |
What it does
Add TypeScript Claude Code plugins that dispatch tasks, persist session results to a database, and send notifications when long agent jobs finish or need attention.
Who is it for?
Best when you run many parallel Claude Code tasks and want TypeScript plugins for dispatch, saves, and notify without custom orchestration code.
Skip if: Skip if you only need a single chat session with no persistence, or teams that already use a dedicated job runner and do not want Claude-specific task glue.
What you get
You get database-backed task dispatch and notification plugins so agent work is queued, persisted, and surfaced when results land or attention is required.
- Two registered Claude Code plugins (dispatch and notify patterns)
- Task queue and saved results across agent sessions
- Notification path when tasks need review or finish
By the numbers
- Repository: Olbrasoft/ClaudeCode
- Plugin count: 2
- Categories: community
Recommended Plugins
How it compares
Claude Code automation plugins with task DB and alerts, not an AI observability suite or a curated multi-skill marketplace.
FAQ
Who is Olbrasoft Claudecode for?
Developers using Claude Code who want TypeScript plugins to dispatch tasks, store session results, and receive notifications on pending work.
When should I use Olbrasoft Claudecode?
Use it while building when you orchestrate multiple agent tasks, need persistence across sessions, or want alerts when jobs complete or stall.
How do I add Olbrasoft Claudecode to my agent?
Install the Olbrasoft/ClaudeCode marketplace entry in Claude Code, configure the database and notification settings per each plugin’s README, then enable the two bundled plugins in your project.