By sh1nj1
Sends Claude Code session snapshots to a Collavre inbox and manages email via the Himalaya CLI within a local Node.js process.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
urlCollavre server URL (e.g., https://collavre.com)
${user_config.url}tokenCollavre API authentication token
${user_config.token}Admin access level
Server config contains admin-level keywords
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.
This plugin declares message channels for content injection. Each channel binds to an MCP server provided by the plugin.
collavreA tracker of your creatives.
Your creativeness is coming!
Collavre is an experimental project for small development teams to provide a unified platform for knowledge, task management, and chat communication with AI Agents. The Creative in Collavre represents a tree-like todo list that can serve as a documentation block, task, or chat.
DEMO: https://collavre.com
Ruby on Rails getting started document
mise installnvm installbundle install./bin/rails db:prepare./bin/rails db:seedbrew install vips # for image processing (macOS)./script/install-hooks.sh # install git hooks (pre-push checks)bin/rails server - Start the Rails server. When SOLID_QUEUE_IN_PUMA is set, the background job processor and scheduler run alongside the server. The bin/dev script sets this variable automatically in development.The pre-push hook automatically runs before each push:
./bin/rubocop -a - Auto-fix linting issuesrake test - Run all testsbinding.pry, debugger, etc.)en.yml and ko.ymlTo install hooks manually: ./script/install-hooks.sh
./bin/rake test && ./bin/rails test:systemchrome driver, SYSTEM_TEST_DRIVER=chrome ./bin/rails test:systemThis project uses jsbundling-rails, so Node.js and npm packages must be installed when building for production. Ensure npm ci
runs before rails assets:precompile. The provided Dockerfile and Render build script handle this automatically.
Collavre supports extension via Local Engines.
This application is configured for deployment on Render. The bin/render-build.sh script installs npm packages with npm ci
before precompiling assets. To deploy:
You'll need to set the following environment variables in Render:
RAILS_MASTER_KEY: Copy from your local config/master.key fileDEFAULT_USER_EMAIL: Email for the default admin user (e.g., [email protected])DEFAULT_USER_PASSWORD: Password for the default admin userAfter clicking the deploy button, you'll be prompted to set these environment variables.
Click "Apply" to start the deployment
Render will automatically create both the web service and the PostgreSQL database as specified in the render.yaml configuration.
Collavre is distributed under the terms of the GNU Affero General Public License v3.0.
npx claudepluginhub sh1nj1/plan42 --plugin collavreInter-session communication for Claude Code — session registry, messaging, and coordination
Team collaboration with DX optimization, issue tracking, and standup notes
Task orchestrator for Claude Code — spawn and manage multiple task sessions
Inter-agent communication for Claude Code and Codex CLI sessions via threads and messages
Multi-agent orchestration for Claude Code. 12 specialized agents working in parallel — planning, building, reviewing, debugging. Plus a Hub for always-alive multi-project sessions controllable from Telegram or Slack.
Sync Claude Code sessions across devices with encrypted cloud storage