By solofai
Knowledge capture plugin. Skills: scribe:dictation (organize raw ideas), scribe:ingest (bulk import docs), scribe:discover (scan repo for docs).
npx claudepluginhub solofai/scribe --plugin scribeOrganize raw ideas — spoken or typed — into structured, indexed notes. Use when the user says 'take dictation', 'scribe', or pastes unstructured text.
Scan a repo for documents to organize. Find .md, .docx, .txt, .pdf files and present them for ingestion. Use when the user says 'discover', 'scan this repo', or 'find documents'.
Bulk import existing documents (.md, .docx, .txt, .pdf) into structured, indexed notes. Use when the user says 'ingest', 'organize these docs', or provides file paths.
A Claude Code plugin for knowledge capture. Turns unstructured input — spoken or typed — along with existing documents and scattered repo files into structured, indexed, cross-referenced notes.
| Skill | Command | What it does |
|---|---|---|
| Dictation | /scribe:dictation | Organize raw ideas (spoken or typed) into structured, indexed notes |
| Ingest | /scribe:ingest [path] | Bulk import .md, .docx, .txt, .pdf files into structured notes |
| Discover | /scribe:discover | Scan a repo for documents, present a summary, hand off to ingest |
# Option 1: Load for a single session
claude --plugin-dir /path/to/scribe
# Option 2: Add as a local marketplace, then install
/plugin marketplace add /path/to/scribe
/plugin install scribe@scribe
All notes go into claude-notes/ in your project directory to avoid colliding with existing files. Each note follows a consistent schema:
claude-notes/
|- INDEX.md # Searchable table of all notes
|- topic-one.md # Structured note with Context, Idea, Impact, Related, Next Steps
|- topic-two.md
\- ...
Notes are additive — new content gets timestamped and appended, never overwrites. Contradictions are preserved with timestamps so the thinking evolution is visible.
When new content arrives, scribe checks the existing index and decides:
Scribe learns your communication patterns over time. The runtime profile lives at ~/.scribe/user-profile.md (private, never committed to project repos). The references/user-profile.md files in this repo are public examples showing the profile format.
Scribe tracks sessions to enable evidence-based profile learning. Each skill invocation writes a session record to ~/.scribe/sessions/ (one file per session, write-once, never modified). Session files use the naming format {YYYYMMDDTHHMMSS}-{skill}-{5-random}.md.
Evidence counting works by grepping across session files for canonical pattern slugs. A candidate pattern is promoted to the main profile sections after appearing in 2+ sessions (or immediately if the user states it explicitly). A reconciliation pass at session start catches any promotions lost to concurrent writes or interrupted sessions.
See skills/shared/references/session-tracking.md for the full protocol.
Every note uses this structure:
# Topic Title
**Created:** YYYY-MM-DD
**Updated:** YYYY-MM-DD
**Tags:** #tag1 #tag2
**Source:** dictation | filename.ext | discovered
## Context
## Idea
## Impact
## Related
## Next Steps
## Source Log
See skills/dictation/references/note-schema.md for the full specification.
MIT
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
Search and retrieve relevant code documentation from multiple sources. Helps developers quickly access context for coding tasks.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
Comprehensive Google Workspace meta-skill covering all 47+ services (Calendar, Gmail, Drive, Docs, Sheets, Slides, Chat, Meet, Tasks, Forms, People, Workflows, and more)