awesome-second-brain: Skill for Claude Code

.claude/skills/prompts/SKILL.md

prompts is a skill for Claude Code from superuser-pal/awesome-second-brain. It costs 54 tokens per session (602 once invoked), scanned A, original, MIT.

A library manager for reusable prompts stored as documentation and optional slash commands. It lets you search, activate, and deactivate prompts.

In plain words
What is it for?
It helps find prompts by topic, promote them into available commands, or demote them back to the library.
Why use it?
It keeps the active command list focused while preserving less-used prompts for later discovery.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: reads .claude/ paths.

This is superuser-pal/awesome-second-brain's own configuration. It tells Claude Code how to work on awesome-second-brain itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awesome-second-brain configures →

Reuse

Borrowing it

Nothing to install: this file belongs to superuser-pal/awesome-second-brain. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/superuser-pal/awesome-second-brain/main/.claude/skills/prompts/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/superuser-pal/awesome-second-brain

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prompts

README.md
[![agentmods](https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/prompts/github.svg)](https://agentmods.dev/skills/superuser-pal/awesome-second-brain/prompts)
Your own site
<a href="https://agentmods.dev/skills/superuser-pal/awesome-second-brain/prompts"><img src="https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/prompts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for prompts

Your own site · 80×15
<a href="https://agentmods.dev/skills/superuser-pal/awesome-second-brain/prompts"><img src="https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/prompts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 602 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.00602
Opus 5 $0.00027 $0.00301
Sonnet 5 $0.00011 $0.00120
Haiku 4.5 $0.00005 $0.00060

Measured 9d ago against content hash b88cadc9960d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

prompts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/prompts/SKILL.md · 63 lines

What it actually says

prompts

Lifecycle manager for the atomic prompt library. All prompts live in docs/prompts/ as flat files. Status (dormant/active) is encoded in frontmatter. Promotion flips the status in-place and generates a .claude/commands/prompts/<slug>.md stub so the prompt appears in / autocomplete.

Folder layout

docs/prompts/
├── INDEX.md
└── <slug>.md    ← status: dormant | active, category in frontmatter
.claude/commands/prompts/
└── <slug>.md    ← generated stub (exists only when status: active)

Workflow Routing

Workflow Trigger File
search "find a prompt", "search prompts", "show me prompts about X" workflows/search.md
promote "promote prompt", "activate prompt", "make X a command" workflows/promote.md
demote "demote prompt", "deactivate prompt", "remove X command" workflows/demote.md

Examples

Example 1: Search the library

User: "Find a prompt for extracting wisdom from documents"
→ Invokes search workflow
→ Runs QMD query against docs/prompts/
→ Returns top 5 with one-line description and current status
→ Offers to promote if desired

Example 2: Promote a prompt

User: "Promote extract-wisdom"
→ Invokes promote workflow
→ Verifies docs/prompts/*/extract-wisdom.md exists
→ Moves file to docs/prompts/<cat>/extract-wisdom.md
→ Flips status: active
→ Generates .claude/commands/prompts/extract-wisdom.md stub
→ Runs qmd refresh on both folders
→ Reports: "/prompts:extract-wisdom is now available"

Example 3: Demote a prompt

User: "Deactivate extract-wisdom, I don't use it anymore"
→ Invokes demote workflow
→ Verifies docs/prompts/*/extract-wisdom.md and command stub exist
→ Deletes .claude/commands/prompts/extract-wisdom.md
→ Moves file back to docs/prompts/<cat>/extract-wisdom.md
→ Flips status: dormant
→ Runs qmd refresh
→ Reports: "extract-wisdom is now dormant — removed from /prompts: commands"
Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 63 lines · 54 tokens per session scan A b88cadc9960d

Subscribe to this mod's changes

prompts is a skill published in the GitHub repository superuser-pal/awesome-second-brain (14 stars, last pushed 4mo ago), licensed MIT. It adds 54 tokens to every session and 602 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

autoresearch

Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…

AgriciDaniel/claude-obsidian · 80 tokens

wiki-ingest

Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…

AgriciDaniel/claude-obsidian · 88 tokens

canvas

Create, inspect, and update Obsidian JSON Canvas boards with text, file, link, group, and edge nodes. Use for canvas status, canvas lists, visual maps, zones, spatial layouts, adding vault notes or media to a .canvas file, and requests such as create canvas, add to canvas, or put this on the canvas.

AgriciDaniel/claude-obsidian · 72 tokens

defuddle

Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for defuddle, clean this URL, strip page clutter, readable Markdown from a web page, or preparing a web source for later wiki ingestion.

AgriciDaniel/claude-obsidian · 57 tokens

obsidian-bases

Explain, draft, and validate Obsidian Bases .base files with filters, formulas, properties, summaries, and table, card, or list views. Use for Obsidian Bases, database-like vault views, dynamic tables, reading lists, task trackers, filters, formulas, summaries, and .base file edits.

AgriciDaniel/claude-obsidian · 69 tokens

save

Save a user-selected answer, decision, insight, or session summary into an Obsidian vault as one reviewed transaction. Use only when the user explicitly asks to preserve specific conversation content, not when they supply a file or URL to ingest. Triggers: /save, save this, save that answer, file this conversation…

AgriciDaniel/claude-obsidian · 80 tokens