sd-bookmark-triage

Deduplicates and prioritizes saved links and notes into an evidence-labeled attention queue.

Updated Jun 26, 2026
One-click install
npx skills add https://github.com/platypeeps/sd-ai-command-pack --skill sd-bookmark-triage-platypeeps
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sd-bookmark-triage
Source: https://github.com/platypeeps/sd-ai-command-pack/tree/main/contrib/sd-bookmark-triage
Command: npx skills add https://github.com/platypeeps/sd-ai-command-pack --skill sd-bookmark-triage-platypeeps

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Saved bookmarks, watch-later lists, and saved notes pile up faster than anyone can review them, and titles or snippets rarely justify what deserves real attention. This Skill turns a bounded collection of saved items into a ranked, read-only triage queue with honest evidence labels, so you know what to read, skim, defer, or discard without mutating the source collection. ## Core Features & Use Cases - Conservative Deduplication: Normalizes URLs and stable IDs while preserving every original locator, keeping uncertain duplicates separate and flagged rather than silently merged. - Evidence-Labeled Classification: Assigns each item one of discard, skim, study, act, defer, or archive, with an evidence-coverage label (full content, snippet, metadata, user context, or judgment) and disclosed confidence. - Time-Budget Queue Selection: When given a time budget, selects a queue whose disclosed estimated total fits, moving worthwhile overflow to defer instead of ranking everything immediate. - Use Case: You have 80 saved videos and articles from the past month and only two free hours. Run the triage with your interests and time budget to get a ranked queue of what is actually worth watching, what to defer, and which links are dead or duplicates. ## Quick Start Triage my saved bookmarks from the last month against my current projects with a two-hour time budget and show me the ranked queue with evidence labels.

Frequently Asked Questions about sd-bookmark-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage a large backlog of saved bookmarks?▼

Provide the bounded set of saved items along with optional interests, projects, and a time budget. The Skill inventories, deduplicates, and classifies each item into discard, skim, study, act, defer, or archive, returning a ranked queue with reasons and confidence labels.

How to deduplicate saved links without losing originals?▼

Deduplication normalizes identity conservatively using stable external IDs or canonical URLs, removing only known tracking parameters. Every original locator is preserved, and uncertain matches like short URLs or document versions are flagged as unresolved duplicates instead of merged.

Does bookmark triage delete or modify my saved items?▼

No, the Skill is strictly read-only. It never deletes, archives, tags, reorders, or marks items read; every external write requires a separate explicit request and the relevant action capability.

Can I prioritize saved articles within a limited time budget?▼

Yes, pass a time_budget argument and the Skill selects a queue whose disclosed estimated total fits the budget. Worthwhile overflow moves to defer, and if nothing complete fits it offers an honest skim-sized entry or an empty queue.

What happens with dead or inaccessible saved links?▼

Dead and unavailable items are handled explicitly, distinguishing confirmed dead, inaccessible or private, and temporarily unavailable. Content that could not be retrieved is never summarized or quoted, and access gaps are reported in the final triage scope.

When should I not use bookmark triage?▼

Avoid it for deep viewing of individual videos, whole-corpus synthesis, durable note capture, or extracting action commitments. Those belong to dedicated sibling workflows, and the triage report only recommends such handoffs without executing them.