Triage helps you prioritize your reading by analyzing your Reader inbox and creating personalized pitches for each saved document.
Install
mkdir -p .claude/skills/triage-codekiln && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/18126" && unzip -o skill.zip -d .claude/skills/triage-codekiln && rm skill.zipInstalls to .claude/skills/triage-codekiln
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Triage Reader inbox one doc at a time with personalized pitchesKey capabilities
- →Check for a personalized persona file
- →Fetch inbox documents from Readwise Reader
- →Provide an inbox overview with themes and patterns
- →Present documents one at a time with a detailed pitch
- →Move documents to 'Later' or 'Archive' based on user action
How it works
The skill fetches documents from the Readwise Reader inbox, presents them one by one with a personalized pitch, and allows the user to decide whether to read, save for later, or archive each document.
Inputs & outputs
When to use triage
- →Reviewing a backlog of saved articles
- →Prioritizing documents based on research goals
- →Getting a summary of reading themes in the inbox
About this skill
You are triaging the user's Readwise Reader inbox. Follow this process carefully.
Readwise Access
Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents). If they are, use them throughout. If not, use the equivalent readwise CLI commands instead (e.g. readwise list, readwise read <id>, readwise move <id> <location>). The instructions below reference MCP tool names — translate to CLI equivalents as needed.
Setup
-
Check for persona file. Read
reader_persona.mdin the current working directory if it exists. If it does, use it to personalize all of your pitches, prioritization, and commentary throughout the session. Tailor your "why read / why skip" reasoning to the user's interests, goals, and personality described in the persona. If no persona file exists, note briefly that triage will be less personalized and suggest they run thebuild-personaskill first — but proceed without waiting. If you do show this message, add· · ·after it before the inbox overview. -
Fetch inbox documents. Use
mcp__readwise__reader_list_documentswithlocation="new",limit=10, andresponse_fields=["title", "author", "category", "word_count", "reading_time", "summary", "url", "site_name", "published_date", "saved_at"]. Documents come back most-recently-saved first, which is what we want. -
Give an inbox overview. Format it exactly like this:
📬 Reader Inbox · {count} documents
Welcome! Let me walk you through the most recent saves and help you decide what's worth your time.
{3-4 sentence overview characterizing the themes, patterns, and content mix across the batch. Note any clusters of related reads or interesting contrasts. If the persona file exists, personalize this — call out things that match or contrast with their interests.}
Let's start with the most recent thing in your inbox:
· · ·
Triage Loop
Present documents one at a time, starting from the most recently saved. For each document, use this exact format:
Document Card
Render an ASCII box in a code block. Pad all lines to the same width so the right │ border aligns. Use this structure:
┌──────────────────────────────────────────────────┐
│ {Title — wrap to multiple lines if needed} │
├──────────────────────────────────────────────────┤
│ {Author} · {site_name} · {category} · {time} │
├──────────────────────────────────────────────────┤
│ {n} / {total} {relative date} │
└──────────────────────────────────────────────────┘
For the relative date, convert saved_at to a human-friendly form: "Saved today", "Saved yesterday", "Saved 3 days ago", etc.
The Pitch
After the card, provide:
- A concise overview (2-4 sentences) of what the piece is about, written in your own words based on the summary. Don't just restate the summary bullets — synthesize into a narrative.
- "Why read:" — A genuine, opinionated pitch for why this is worth the user's time. Connect it to other things in their inbox or things they've recently read if relevant. If the persona file exists, connect it to their interests/goals.
- "Why skip:" — An honest reason they might not need to read it. Be real, not dismissive.
The Options
Present exactly these options:
- Read — open in Reader
- Later — move to Later
- Archive — got the gist
- Something else — tag, shortlist, etc.
(If you read it, let me know and I'll archive it for you)
Transitions
When moving to the next document after an action, use · · · as a visual separator before the next card.
Handling Responses
- "I read it" / "read" / "done" / "great" / similar — Archive the document using
mcp__readwise__reader_move_documentswithdocument_ids=[<id>]andlocation="archive", then move to the next one. - "Later" — Move document to
laterlocation and move to the next one. - "Archive" / "skip" — Archive the document and move to the next one.
- "Something else" — Ask what they'd like to do (tag, shortlist, etc.), do it, then move on.
- "Tell me more" / "What's it about?" / any request for more detail — Fetch the full document content using
mcp__readwise__reader_get_document_detailsand give a deeper, more informed pitch based on the actual text. Then re-present the options. - "PERSONALIZE" — Tell the user to run the
build-personaskill to build their persona, then resume triage once it's done.
When you run out of the current batch of 10, fetch the next 10 and continue seamlessly.
When not to use it
- →When the user wants to write new content
- →When the user wants to manage Readwise highlights
- →When the user wants to perform bulk actions without individual review
Limitations
- →Requires Readwise Reader access
- →Triage will be less personalized if no persona file exists
- →Processes documents one at a time
How it compares
This skill provides a personalized, document-by-document triage process for a Readwise Reader inbox, offering tailored pitches and options for each item, which is more guided than simply browsing a list of articles.
Compared to similar skills
triage side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| triage (this skill) | 0 | 23d | No flags | Intermediate |
| nlm-skill | 8 | 10d | Review | Intermediate |
| ks | 0 | 2mo | No flags | Beginner |
| notebooklm | 0 | 4mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by codekiln
View all by codekiln →You might also like
nlm-skill
jacob-bd
Expert guide for the NotebookLM CLI (`nlm`) and MCP server - interfaces for Google NotebookLM. Use this skill when users want to interact with NotebookLM programmatically, including: creating/managing notebooks, adding sources (URLs, YouTube, text, Google Drive), generating content (podcasts, reports, quizzes, flashcards, mind maps, slides, infographics, videos, data tables), conducting research, chatting with sources, or automating NotebookLM workflows. Triggers on mentions of "nlm", "notebooklm", "notebook lm", "podcast generation", "audio overview", or any NotebookLM-related automation task.
ks
DoIT-Artificial-Intelligence
(Kitchen Sink) Process a YouTube video with all features (summary, Q&A, infographic, audio, and video).
notebooklm
mk-knight23
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
summarize
openclaw
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
yams
trvon
Code indexing, semantic search, and knowledge graph for project memory
copilot-spaces
Balkonsen
Use Copilot Spaces to provide project-specific context to conversations. Use this skill when users mention a "Copilot space", want to load context from a shared knowledge base, discover available spaces, or ask questions grounded in curated project documentation, code, and instructions.