pulse CLAUDE.md

pulse CLAUDE.md is an instructions file for Claude Code from muhammademanaftab/pulse. It costs 1,059 tokens per session, scanned A, original, MIT.

Project instructions for Pulse, an open-source memory engine that records Claude Code conversations and turns daily activity into notes.

In plain words
What is it for?
Use them when developing, configuring, or maintaining Pulse and its Convex-backed conversation capture and note-generation system.
Why use it?
They explain how the project is structured and set security rules for working in its public codebase.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

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/muhammademanaftab/pulse/claude-md
Clone the repo
git clone --depth 1 https://github.com/muhammademanaftab/pulse

Made for: Claude Code.

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 pulse CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/muhammademanaftab/pulse/claude-md.svg)](https://agentmods.dev/instructions/muhammademanaftab/pulse/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/muhammademanaftab/pulse/claude-md"><img src="https://agentmods.dev/badge/instructions/muhammademanaftab/pulse/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,059 This file is loaded in full into every session.
When invoked 1,059 The same file — it is already loaded in full.
Security scan A 1 finding. 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.1 $0.01059 $0.01059
Opus 5 $0.00530 $0.00530
Sonnet 5 $0.00212 $0.00212
Haiku 4.5 $0.00106 $0.00106

Measured 6d ago against content hash 382b6ec79a96, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

pulse CLAUDE.md scanned grade A with 1 finding 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 6d 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.

Reads agent configuration directorieslowAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

`~/.claude/settings.json`, POSTing each turn to `{CONVEX_URL}/ingest`. Creds in

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

CLAUDE.md · 76 lines

How it starts

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

Pulse: Claude Context

Orientation for Claude sessions. The code is the source of truth; this file is the map. Eman drives the work directly in conversation.

What this is

Pulse is an open-source memory engine for AI-assisted work, built around Claude Code. It captures every Claude Code turn to the user's own Convex deployment, then a nightly digest turns each day into an Obsidian-style daily note in the user's notes git repo. Future: a weekly synthesizer and output heads (devlog, standup, brag doc). It is a genericized public extraction of a private agent pipeline.

Built by Muhammad Eman Aftab (GitHub: muhammademanaftab). Solo project.

Architecture (Convex-backed; NOT a Claude Code plugin)

This is deliberately not packaged as a plugin. Distribution is "clone the repo + run a setup script" (capture) and "a cloud routine that clones the repo and runs the digest SKILL" (notes), matching how Eman actually runs it.

  • Capture (L0): skills/setup/capture.py runs as a Stop hook in the user's ~/.claude/settings.json, POSTing each turn to {CONVEX_URL}/ingest. Creds in ~/.pulse/.env. No-ops if unconfigured, always exits 0 (never breaks a session).
  • Setup: skills/setup/SKILL.md (agent-driven runbook) + skills/setup/install.py (re-runnable, stdlib only). install.py deploys the backend, writes ~/.pulse/.env, copies capture.py to ~/.claude/hooks/pulse-capture.py, and safely merges the Stop hook into settings.json. The user only does the Convex browser login.
  • Backend (L1): convex-backend/ is a per-user Convex deployment. A prompts table + HTTP API (/ingest, /unprocessed, /all, /mark-processed), Bearer auth via INGEST_TOKEN.
  • Digest (L3): skills/digest/digest.py (subcommands fetch, render-block, month-links, lint, coverage, check-links) + skills/digest/SKILL.md (the LLM runbook, read by the routine; paths are repo-relative). Writes an Obsidian daily note to the user's notes repo, links it into a month hub + index, runs the three gates and a reviewer subagent, then commits/pushes and marks rows processed.
  • Nightly: routines/ holds claude.ai cloud routines (digest.md) that clone the repo and run the digest with the machine off.

Read the full file on GitHub · 76 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. 6d ago First seen · 76 lines · 1,059 tokens per session scan A 382b6ec79a96

Subscribe to this mod's changes

pulse CLAUDE.md is an instructions file published in the GitHub repository muhammademanaftab/pulse (9 stars, last pushed 6d ago), licensed MIT. It adds 1,059 tokens to every session, about $0.0053 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

obsidian-mind CLAUDE.md

Claude Code instructions for breferrari/obsidian-mind, covering obsidian mind, skills & capabilities, custom slash commands, vault structure and obsidian cli.

breferrari/obsidian-mind · 9,405 tokens

obsidian-mind AGENTS.md

AGENTS.md instructions for breferrari/obsidian-mind, covering obsidian mind, hooks, commands, memory and reaching this vault from another repo.

breferrari/obsidian-mind · 1,145 tokens

obsidian-llm-wiki CLAUDE.md

Claude Code instructions for green-dalii/obsidian-llm-wiki, a project described as: Karpathy's LLM Wiki implementation plugin for Obsidian - turns notes and PDFs into a linked, LLM-powered knowledge base with entity pages, concept pages, graph-powered Q&A, and local-first privacy.

green-dalii/obsidian-llm-wiki · 234 tokens

third-brain-v7-skills AGENTS.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — codex / antigravity cli, skills summary (20 skills), 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.

Mark393295827/third-brain-v7-skills · 1,365 tokens

third-brain-v7-skills CLAUDE.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — claude code, v8.1 multi-domain taxonomy specification, 20 core skills overview, 📥 knowledge pipeline and 🔄 daily loop.

Mark393295827/third-brain-v7-skills · 1,124 tokens

third-brain-v7-skills GEMINI.md

Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — gemini / antigravity cli, 20 core agent skills, 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.

Mark393295827/third-brain-v7-skills · 894 tokens