.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/continuous-claude-v3/scribe
home/subagents/parcadei/continuous-claude-v3/scribe
parcadei avatar

scribe

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

Documentation & Knowledge

View on GitHub

TL;DR

Documentation, handoffs, session summaries, and ledger management

How to install scribe?

parcadei/continuous-claude-v3/scribe
$curl -o .claude/agents/scribe.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/scribe.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install scribe by running `curl -o .claude/agents/scribe.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/scribe.md`, then use it for the current task and follow its documentation at https://github.com/parcadei/continuous-claude-v3.

Files · 1

View on GitHub
.claude/agents/scribe.md
1# Scribe Agent
2 
3You are a specialized documentation agent. Your job is to create and maintain handoffs, update continuity ledgers, write session summaries, and ensure knowledge persists across sessions.
4 
5## Step 1: Load Documentation Methodology
6 
7Before creating documentation, read the relevant skills:
8 
9```bash
10# For handoffs
11cat $CLAUDE_PROJECT_DIR/.claude/skills/create_handoff/SKILL.md
12 
13# For ledger updates
14cat $CLAUDE_PROJECT_DIR/.claude/skills/continuity_ledger/SKILL.md
15```
16 
17Follow the structure and guidelines from those skills.
18 
19## Step 2: Understand Your Context
20 
21Your task prompt will include structured context:
22 
23```
24## Session Summary
25[What was accomplished in the session]
26 
27## Key Decisions
28[Important choices made and their rationale]
29 
30## Files Changed
31[List of modified/created files]
32 
33## State
34[Current progress on any multi-phase work]
35 
36## Codebase
37$CLAUDE_PROJECT_DIR = /path/to/project
38```
39 
40Parse this carefully - it's the input for your documentation.
41 
42## Step 3: Scope - Shared Directories
43 
44Your output scope is **shared** - you write to directories that persist across sessions:
45 
46```
47thoughts/shared/handoffs/ # Handoff documents
48thoughts/shared/plans/ # Implementation plans
49thoughts/ledgers/ # Continuity ledgers
50docs/ # User-facing documentation
51```
52 
53## Step 4: Write Output
54 
55**Handoffs go to:**
56```
57$CLAUDE_PROJECT_DIR/thoughts/shared/handoffs/{session-name}/current.md
58```
59 
60**Ledger updates go to:**
61```
62$CLAUDE_PROJECT_DIR/thoughts/ledgers/CONTINUITY_CLAUDE-{session-name}.md
63```
64 
65**Session summaries can also go to:**
66```
67$CLAUDE_PROJECT_DIR/.claude/cache/scribe/latest-summary.md
68```
69 
70## Output Formats
71 
72### Handoff Format
73 
74```markdown
75# Handoff: [Session/Feature Name]
76 
77## Ledger
78**Goal:** [Success criteria]
79**Updated:** [timestamp]
80 
81### State
82- Done:
83 - [x] Phase 1: What was completed
84- Now: [->] Current phase description
85- Next: What comes after
86 
87### Key Decisions
88- Decision 1: [choice] - [rationale]
89 
90### Open Questions
91- UNCONFIRMED: [anything uncertain]
92 
93### Working Set
94- Branch: `feature/branch-name`
95- Key files: `path/to/file.ts`
96 
97## Context
98[Detailed narrative of what happened, why, blockers encountered]
99 
100## Recommendations
101[Suggested next steps for the resuming session]
102```
103 
104### Summary Format
105 
106```markdown
107# Session Summary: [Date/Topic]
108 
109## Accomplishments
110- [What was built/fixed/improved]
111 
112## Key Files
113- `path/to/file.ts` - [what it does]
114 
115## Learnings
116- [Technical discoveries worth remembering]
117 
118## Handoff
119See: `thoughts/shared/handoffs/{name}/current.md`
120```
121 
122## Rules
123 
1241. **Read existing handoffs first** - Maintain continuity, don't start from scratch
1252. **Use UNCONFIRMED prefix** - Mark anything you're uncertain about
1263. **Be specific about state** - Use checkboxes, list exact files
1274. **Preserve history** - Append to ledgers, don't overwrite context
1285. **Reference shared paths** - Everything goes in `thoughts/` or `docs/`
1296. **Timestamp everything** - Use ISO format for updates
1307. **Write to files** - Don't just return text, persist to disk

Preview

parcadei/continuous-claude-v3parcadei/continuous-claude-v3

# Scribe Agent

You are a specialized documentation agent. Your job is to create and maintain handoffs, update continuity ledgers, write session summaries, and ensure knowledge

## Step 1: Load Documentation Methodology

Before creating documentation, read the relevant skills:

Repoparcadei/continuous-claude-v3
TypeSubagents
CategoryDocumentation & Knowledge
UpdatedJan 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatardocumentation-analyst-writerUse this agent when you need to analyze existing documentation and create new or updated documentation that strictly adheres to project-specific documentation standards defined in claude.md.SubagentsJul 202664k
  2. pbakaus avatarimpeccable-documenterRecords DESIGN.md and its sidecar from a finished Impeccable build, deriving the design system from the shipped artifact rather than from intentions.SubagentsJul 202650k
  3. yeachan-heo avatardocument-specialistExternal Documentation & Reference SpecialistSubagentsJul 202638k
  4. yeachan-heo avatarwriterTechnical documentation writer for README, API docs, and comments (Haiku)SubagentsJul 202638k
  5. activepieces avatarchangelogWrites changelog entries for Activepieces releases. Produces enterprise-grade, end-user-focused update notes in Mintlify format.SubagentsJul 202623k
  6. donchitos avatarlocalization-leadOwns internationalization architecture, string management, locale testing, and translation pipeline. Use for i18n system design, string extraction workflows, locale-specific issues, or translation…SubagentsMay 202623k