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.
npx agentmods add agents/kv0906/pm-kit/scribegit clone --depth 1 https://github.com/kv0906/pm-kitWhat 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.
| Model | Per session | Once 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 |
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.
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
## Linkssection 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:
- Verify project exists in config.yaml
- Check for duplicates (same slug or similar title)
- Validate all required frontmatter fields
- Ensure
## Linkssection references related notes - 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
/askskill directly
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.
- 2d ago First seen · 60 lines · 28 tokens per session scan A 6e66ea197c86
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.
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.
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.
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.
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.
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…
helm-agent
Executing agent. Writes and maintains Helm charts: Chart.yaml, templates/, values.yaml, helpers. Scope: davinci/kubernetes/apps/helm/, /Chart.yaml, /values.yaml.