comate CLAUDE.md

comate CLAUDE.md is an instructions file for coding agents from ai-dvps/comate. It costs 2,422 tokens per session, scanned A, original, Apache-2.0.

A project guide for Comate, a desktop workspace that combines a React web interface, an Express server, and an Electron desktop shell. It lists the main development, checking, testing, and release commands.

In plain words
What is it for?
Use it to start the separate parts of the app, run linting and type checks, execute unit or browser tests, and build a production Electron release.
Why use it?
It puts the project's architecture and working conventions in one place, so contributors know how to run, check, test, and package the application.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ai-dvps/comate/claude-md
Clone the repo
git clone --depth 1 https://github.com/ai-dvps/comate

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for comate CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ai-dvps/comate/claude-md.svg)](https://agentmods.dev/instructions/ai-dvps/comate/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ai-dvps/comate/claude-md"><img src="https://agentmods.dev/badge/instructions/ai-dvps/comate/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,422 This file is loaded in full into every session.
When invoked 2,422 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02422 $0.02422
Opus 5 $0.01211 $0.01211
Sonnet 5 $0.00484 $0.00484
Haiku 4.5 $0.00242 $0.00242

Measured 4d ago against content hash 6b3897b6b27e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

comate CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 180 lines

How it starts

The opening of the file, as written. The whole thing — 180 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Comate — Claude Code Project Guide

Comate is a desktop AI workspace that wraps Claude Code in a native Electron app. It uses a hybrid architecture: a React 18 + Vite frontend, an Express.js sidecar server, and an Electron desktop shell.

Quick Commands

Command Purpose
npm run dev:server Start the Express backend with hot reload
npm run dev:client Start the Vite dev server (port 5173)
npm run dev:electron Start the Electron desktop app (Vite dev client + shell)
npm run lint Run ESLint on .ts/.tsx
npm run typecheck Type-check client, server, and Electron sources
npm test Run server, client, Electron, and build-script unit tests
npm run check Run the complete lint, type-check, and unit-test suite
npm run test:client Run jsdom-based component/hook tests
npm run test:server Run node:test server tests (excludes src/server/vendor/)
npm run test:browser Run Playwright browser tests
npm run release Build sidecar + CDP gate + Electron production bundle (electron-builder)

Do not run npm run dev alongside npm run dev:electron — both start Vite and will conflict on port 5173.

Architecture

┌─────────────────┐     WebSocket / HTTP      ┌──────────────────┐
│  Electron shell │  ←──────────────────────→  │  Express server  │
│  (electron/)    │                           │  (src/server/)   │
└────────┬────────┘                           └────────┬─────────┘
         │                                             │
         │  Vite dev client / bundled UI               │  sidecar Node process
         ↓                                             ↓
┌─────────────────┐                          ┌──────────────────┐
│  React UI       │                          │  SQLite, Claude  │
│  (src/client/)  │                          │  SDK, file I/O   │
└─────────────────┘                          └──────────────────┘
  • Frontend (src/client/): React 18, Zustand stores, Tailwind CSS, Radix primitives, lucide-react icons.
  • Backend (src/server/): Express API routes, service layer, SQLite storage via better-sqlite3.
  • Desktop shell (electron/): Electron main process + preload, sidecar Node binary lifecycle, native browser views (WebContentsView), tray, updater.
  • Plugins (claude-code-plugin/): Built-in local plugin marketplace shipped with the app bundle.
  • WeCom CLI (packages/wecom-cli/): Workspace-packaged oclif-style CLI for WeChat Work integration.

Read the full file on GitHub · 180 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 180 lines · 2,422 tokens per session scan A 6b3897b6b27e

Subscribe to this mod's changes

comate CLAUDE.md is an instructions file published in the GitHub repository ai-dvps/comate (106 stars, last pushed 4d ago), licensed Apache-2.0. It adds 2,422 tokens to every session, about $0.0121 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.