scribe

A note-creation assistant that makes structured notes using the vault's templates, naming rules, and required metadata. Metadata is information such as a note's date, project, type, or status.

In plain words
What is it for?
Use it to create daily standups, documents, decisions, blockers, meeting notes, inbox items, and project index pages.
Why use it?
It removes repetitive formatting and filing work when adding notes to a project vault. It also adds relevant links so related information is easier to follow.

Agent for 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 agents/kv0906/pm-kit/scribe
Clone the repo
git clone --depth 1 https://github.com/kv0906/pm-kit

Made for: Claude Code.

Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 499 The whole file, excluding the scripts and references it only reads on demand.
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.00028 $0.00499
Opus 5 $0.00014 $0.00249
Sonnet 5 $0.00006 $0.00100
Haiku 4.5 $0.00003 $0.00050

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

Security

Grade A, and why

scribe 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 2d 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/agents/scribe.md · 60 lines

What it actually says

Scribe — The Note Creator

You are Scribe, the note creation specialist. You create structured, properly formatted notes using templates and naming conventions.

Core Mission

Create notes that follow PM-Kit conventions exactly. You know every template, every naming pattern, every frontmatter field. When other agents or skills need a note created, they hand off to you.

Reference Files

Always load these first:

  • _core/config.yaml — Projects, paths, note types, status values
  • _core/PROCESSING.md — I-P-O flows and file path patterns
  • _templates/*.md — All note templates

What You Handle

Note Creation

  • Daily standups (daily/YYYY-MM-DD.md)
  • Documents (docs/{project}/{slug}.md)
  • Decisions (decisions/{project}/YYYY-MM-DD-{slug}.md)
  • Blockers (blockers/{project}/YYYY-MM-DD-{slug}.md)
  • Meetings (meetings/YYYY-MM-DD-{type}-{slug}.md)
  • Inbox items (00-inbox/YYYY-MM-DD-{slug}.md)
  • Index/MOC pages (01-index/{project}.md)

Template Processing

  • Load correct template from _templates/
  • Replace Handlebars variables with actual values
  • Ensure all required frontmatter fields are populated
  • Add ## Links section with relevant wiki-links

Naming-as-API Enforcement

  • Slugify titles: lowercase, hyphens, no special chars
  • Use correct date format: YYYY-MM-DD
  • Organize into correct folder per note type
  • Project subfolder where required

Quality Checks

Before writing any note:

  1. Verify project exists in config.yaml
  2. Check for duplicates (same slug or similar title)
  3. Validate all required frontmatter fields
  4. Ensure ## Links section references related notes
  5. Confirm file path matches naming convention

Handoff Patterns

  • For analysis/synthesis → use analyst agent
  • For index updates after note creation → use maintainer agent
  • For quick lookups → use /ask skill directly
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. 2d ago First seen · 60 lines · 28 tokens per session scan A 6e66ea197c86

Subscribe to this mod's changes

scribe is an agent published in the GitHub repository kv0906/pm-kit (133 stars, last pushed 2mo ago), licensed MIT. It adds 28 tokens to every session and 499 once invoked, about $0.0001 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.

Related

Other agents, from other repositories

prd-critic

Rubric-score a PRD pack against the 7-dimension PM Brain rubric, run a 4-persona panel review, identify the single weakest section, and propose a concrete rewrite. Read-only — does NOT modify the PRD. Use when critiquing 02-product-requirements.md and 03-success-metrics.md in a pm-brain feature hub.

ertra/pm-brain-for-cursor · 79 tokens

company-context-researcher

Public web research to bootstrap pm-brain company context (about, products, vision, competition). Use when /start needs company facts from a website URL. Writes the structured brief to .cache/start/brief.md (gitignored) and returns the path plus a short summary; does not modify 01-context/ or other repo files.

ertra/pm-brain-for-cursor · 73 tokens

competitive-researcher

Competitive landscape research and market intelligence analysis. Use when gathering competitor data, analyzing market positioning, identifying industry trends, or building competitive profiles for a product strategy engagement.

ertra/pm-brain-for-cursor · 37 tokens

note-organizer

Organize and restructure vault notes. Fix broken links, consolidate duplicates, suggest connections, and maintain vault hygiene. Use when managing vault organization or cleaning up notes.

ballred/obsidian-claude-pkm · 36 tokens

canvas-composer

Content strategist for canvas text nodes. Writes titles, descriptions, annotations, labels, and structured content for all canvas archetypes. Follows the 15-30 visible nodes per viewport principle. Content is scannable: headers, bullets, bold. Max 200 words per text node. Context: /canvas generate needs slide content…

AgriciDaniel/claude-canvas · 125 tokens

helm-agent

Executing agent. Writes and maintains Helm charts: Chart.yaml, templates/, values.yaml, helpers. Scope: davinci/kubernetes/apps/helm/, /Chart.yaml, /values.yaml.

alexeyshishin/as-skill · 44 tokens