Comms banner
TechIntegrationLabs TechIntegrationLabs

Comms

Development community

Description

--- name: comms description: Unified communications — draft emails, messages, and follow-ups linked to entities argument-hint: [draft|log|follow-up] [entity] --- Invoke the `bizbrain-os:communications` skill and follow it. - `/comms` — Show recent communications and pending follow-ups - `/comms draft <entity> <type>` — Draft a communication for an entity - `/comms log <entity>` — View communication history - `/comms follow-up` — Show overdue follow-ups **Arguments:** $ARGUMENTS

Installation

Installs to ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-comms/SKILL.md

Terminal
mkdir -p ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-comms && curl -fsSL https://raw.githubusercontent.com/TechIntegrationLabs/bizbrain-os-plugin/HEAD/commands/comms.md -o ~/.claude/skills/techintegrationlabs-bizbrain-os-plugin-comms/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository