coltonbearden

32 mods across 1 repository, 1 stars between them.

carrel

01

coltonbearden/carrel

Plugin Claude Code

Plugin marketplace listing 5 plugins: carrel-convert, carrel-inspect, carrel-organize, carrel-watch, carrel-agent.

1 20d ago A tokens not measured original MIT

design-artist

02

coltonbearden/carrel

Agent Claude Code

Creates carrel's visual identity — hand-authored SVG logo, banner, social preview, palette — and applies it to README and the TUI theme.

1 20d ago A 35 tokens original MIT

doc-smith

03

coltonbearden/carrel

Agent Claude Code

Writes carrel documentation — reference pages, cookbook recipes, guides — grounded in actual command output, never invented flags.

1 20d ago A 27 tokens original MIT

coltonbearden/carrel

Agent Claude Code

Adversarial reviewer that verifies cross-module consistency and hunts real bugs in carrel by executing commands, not by reading reports.

1 20d ago A 29 tokens original MIT

module-builder

05

coltonbearden/carrel

Agent Claude Code

Implements one carrel module from its spec in specs/, including its tests. Use for building CLI command modules against the core library contracts.

1 20d ago A 31 tokens original MIT

test-engineer

06

coltonbearden/carrel

Agent Claude Code

Builds fixtures, integration tests, and end-to-end cookbook validation for carrel. Use when tests span modules or need real file fixtures.

1 20d ago A 32 tokens original MIT

carrel CLAUDE.md

07

coltonbearden/carrel

Instructions file

Claude Code instructions for coltonbearden/carrel, covering project claude.md — local file toolkit + plugin marketplace, product name — single source of truth, stack & layout, coding standards and exit code convention.

1 20d ago A 692 tokens original MIT

carrel-agent

08

coltonbearden/carrel

Plugin Claude Code

Agentic file librarian for carrel desks: file-librarian agent, agent-workflows skill, carrel MCP server (search/pack/inspect), and a PostToolUse hook that re-indexes files Claude writes.

1 20d ago A tokens not measured original MIT

carrel

09

coltonbearden/carrel

MCP server Claude CodeCodexCursor +2

MCP server "carrel" as configured in coltonbearden/carrel. Launched with carrel mcp.

1 20d ago A tokens not measured original MIT

file-librarian

10

coltonbearden/carrel

Agent

Librarian for a local document collection. Use when the user asks questions ABOUT their files ("which PDFs mention X?", "summarize what's in /papers", "find the invoice from March") — it indexes the collection with carrel, searches it, reads the hits, and answers with citations to file paths.

1 20d ago A 69 tokens original MIT

PostToolUse

11

coltonbearden/carrel

Hook

Runs after a tool call finishes for Write and Edit tool calls, executing reindex.sh. From coltonbearden/carrel.

1 20d ago A tokens not measured copy · 56% MIT

agent-workflows

12

coltonbearden/carrel

Skill Claude CodeCodex

Looping and pipeline patterns that combine carrel with Claude Code — watch + claude -p pipelines, index-then-ask loops, MCP-backed desk queries. Use when the user wants recurring or automated agentic processing of local files rather than a one-off command.

1 20d ago A 58 tokens original MIT

carrel-convert

13

coltonbearden/carrel

Plugin Claude Code

Convert, OCR, thumbnail, and narrate local files with the carrel CLI: /convert, /ocr, /thumb, /audiobook, plus a doc-converter batch agent.

1 20d ago A tokens not measured original MIT

doc-converter

14

coltonbearden/carrel

Agent

Batch document converter. Use when the user wants many files converted, OCRed, or thumbnailed at once (a folder of PDFs to markdown, a stack of scans to searchable PDFs, etc.). Runs the carrel CLI, verifies every output, and reports a per-file scoreboard.

1 20d ago A 61 tokens original MIT

audiobook

15

coltonbearden/carrel

Command

Turn a text, markdown, or PDF document into a spoken audiobook (mp3/ogg/wav) using the carrel CLI.

1 20d ago B 26 tokens original MIT

convert

16

coltonbearden/carrel

Command

Convert local files between supported types (pdf, md, txt, html, json, xml, csv, png, jpg, ico) using the carrel CLI.

1 20d ago A 32 tokens original MIT

ocr

17

coltonbearden/carrel

Command

OCR an image or PDF into text (txt/md) or a searchable PDF using the carrel CLI.

1 20d ago B 20 tokens original MIT

thumb

18

coltonbearden/carrel

Command

Generate thumbnails for PDFs, images, HTML, and ICO files using the carrel CLI.

1 20d ago A 17 tokens original MIT

carrel-inspect

19

coltonbearden/carrel

Plugin Claude Code

Inspect, diff, search, and pack local files for LLM context with the carrel CLI: /inspect, /diff, /search, /pack, plus a context-packing skill.

1 20d ago A tokens not measured original MIT

diff

20

coltonbearden/carrel

Command

Compare two local files — text diff, structural json/csv/xml diff, PDF text diff, or image pixel diff — using the carrel CLI.

1 20d ago A 29 tokens original MIT

inspect

21

coltonbearden/carrel

Command

Show rich metadata for a local file (pdf, image, json, csv, xml, html, md, txt) using the carrel CLI.

1 20d ago A 29 tokens original MIT

pack

22

coltonbearden/carrel

Command

Bundle files or folders into one LLM-ready context document (md/xml/json, token-budgeted, chunkable) using the carrel CLI.

1 20d ago A 28 tokens original MIT

search

23

coltonbearden/carrel

Command

Full-text search the carrel desk index (FTS5, bm25-ranked) for local files matching a query.

1 20d ago A 23 tokens original MIT

context-packing

24

coltonbearden/carrel

Skill Claude CodeCodex

When and how to bundle local folders/files into LLM context with carrel pack — format choice, token budgeting, chunking, include/exclude strategy. Use when preparing documents or a codebase-adjacent folder as context for an LLM, or when a pack would blow the context window.

1 20d ago A 64 tokens original MIT