Olbrasoft Claudecode
olbrasoft-claudecode is a Claude Code plugin for the Build phase that automates task dispatch, session persistence, and notifications around your coding agent workflows.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install olbrasoft-claudecode@Olbrasoft/ClaudeCodeBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:Olbrasoft/ClaudeCode") and the paste-ready config with skillselion.get_install_config("plugin:Olbrasoft/ClaudeCode").
What it does
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. Solo builders 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.
Highlights
- 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
Why builders use it
Long Claude Code sessions lose track of pending work, saved outcomes, and when you need to come back—there is no built-in task queue or notify layer.
You get database-backed task dispatch and notification plugins so agent work is queued, persisted, and surfaced when results land or attention is required.
At a glance
- Type - Plugin in Productivity.
- Adoption - 0 installs, 0 stars, 0 votes.
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.
Comments
Share how you use olbrasoft-claudecode, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.