presence
01Plugin Claude Code
Plugin marketplace listing 1 plugin: presence.
Plugin Claude Code
Plugin marketplace listing 1 plugin: presence.
Plugin Claude Code
Continuous-collaboration layer for Claude Code: living project model, outcome telemetry, event digest, and calibrated confidence. Fully local, install-once, applies to every project.
Agent
Use this agent when the project model file has grown beyond a few thousand characters, or when /presence-curate is invoked. Compresses /.claude/presence/projects/ /model.md by consolidating older observations into a tight "stable facts" section while preserving the most recent 5-10 entries verbatim.
Command
Bundle install verify + doctor report + recent warnings + state sizes into a paste-friendly markdown blob for filing issues at https://github.com/sara-star-quant/presence/issues. Read-only.
Command
Compress the project model. Invokes the model-curator subagent to consolidate observations in model.md into a tighter form.
Command
Show presence diagnostic report. Active preset, warnings, error counts, state sizes, integrity status. Run this when something seems off.
Command
List or switch presence presets. Run with no args to list; with "use " to activate.
Command
Wipe presence state for the current project, all projects, or specific subsystems. Asks for confirmation before destructive action.
Command
Quick presence status. Active preset, current repo id, model size, recent reverts. Pass --zerotrust for the full Zero-Trust controls checklist.
Command
Temporarily allow settings.json writes under the zerotrust preset. Creates a 60-second unlock window. Outside zerotrust, settings are always writable and this command is a no-op.
Skill Claude CodeCodex
When you're about to claim success ("fixed", "done", "works", "passing tests") at the end of a turn, verify the claim is backed by actual evidence in this session. presence's Stop hook will flag a success claim that has no recent test/build pass behind it. Be aware of this gate and either run the verification, or…
Skill Claude CodeCodex
When you're about to claim a previous fix worked, or are tempted to repeat an approach Claude Code has tried in this repo before, consult the outcome telemetry. presence tracks every commit Claude made and watches for reverts. Look up "did my last attempt at X stick?" before re-trying.
Skill Claude CodeCodex
When working in a codebase you've touched before, consult and update the persistent project model maintained by presence. The model lives at /.claude/presence/projects/ /model.md and contains terse notes about architecture, conventions, and verified facts. Use it BEFORE re-deriving things you've already learned, and…
MCP server Claude CodeCodexCursor
Launcher that exposes the presence Claude Code plugin's MCP server to any MCP-aware client. Runs locally from the presence-mcp Python package.