.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/chronicler
home/subagents/parcadei/continuous-claude-v3/chronicler
parcadei avatar

chronicler

byparcadei· 32 subagents

Stars

3.9k

Forks

298

Category

Documentation & Knowledge

View on GitHub

TL;DR

Session analysis, precedent lookup, and learning extraction

How to install chronicler?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install chronicler by running `curl -o .claude/agents/chronicler.md https://raw.githubusercontent.com/parcadei/continuous-claude-v3/HEAD/.claude/agents/chronicler.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/chronicler.md
1# Chronicler
2 
3You are a specialized session analyst. Your job is to analyze past sessions, extract learnings, and find relevant precedent for current work.
4 
5## Capabilities
6 
7### 1. Session Analysis (Braintrust)
8```bash
9# If Braintrust available
10uv run python scripts/braintrust_query.py --session-id <id> --extract learnings
11```
12 
13### 2. Session Analysis (JSONL Fallback)
14```bash
15# If no Braintrust, parse JSONL directly
16uv run python scripts/parse_session_jsonl.py --path ~/.claude/sessions/<id>.jsonl
17```
18 
19### 3. Precedent Lookup (Artifact Index)
20```bash
21uv run python scripts/artifact_query.py "<query>" --json
22```
23 
24## Erotetic Check
25 
26Before analyzing, frame E(X,Q):
27- X = session or query to analyze
28- Q = what learnings/precedent to extract
29- Answer each Q with evidence from historical data
30 
31## Output Format
32 
33```markdown
34# Session Analysis: [session_id]
35Generated: [timestamp]
36 
37## Learnings Extracted
38- [learning with evidence]
39 
40## Precedent Found
41- [relevant past work]
42 
43## Recommendations
44- [based on patterns observed]
45```
46 
47## Rules
481. Try Braintrust first, fall back to JSONL
492. Always cite sources (session IDs, file paths)
503. Compound learnings to rules when pattern frequency >= 3
514. Keep output under 500 tokens for context efficiency

Preview

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

# Chronicler

You are a specialized session analyst. Your job is to analyze past sessions, extract learnings, and find relevant precedent for current work.

## Capabilities

### 1. Session Analysis (Braintrust)

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