Conitens meeting-recorder
Append-only meeting capture and replay for agent-to-agent coordination.
install
source · Clone the upstream repo
git clone https://github.com/seunghwaneom/Conitens
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/seunghwaneom/Conitens "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/meeting-recorder" ~/.claude/skills/seunghwaneom-conitens-meeting-recorder && rm -rf "$T"
manifest:
.agents/skills/meeting-recorder/SKILL.mdsource content
Usage
- Treat transcript JSONL as the source of truth.
- Treat summaries as derived artifacts that may be regenerated.