strategy

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

A manager for reusable reasoning strategies stored as documentation and optional slash commands. It lets you search for strategies and change which ones are available as commands.

In plain words
What is it for?
It helps search for a reasoning approach, promote it to an active command, or demote it back to dormant documentation.
Why use it?
It keeps less-used strategies out of the active command list while allowing them to be found and enabled when needed.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/superuser-pal/awesome-second-brain/strategy
Any agent
npx skills add superuser-pal/awesome-second-brain --skill strategy
Clone the repo
git clone --depth 1 https://github.com/superuser-pal/awesome-second-brain

Made for: Claude Code, Codex.

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 strategy

README.md
[![agentmods](https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/strategy.svg)](https://agentmods.dev/skills/superuser-pal/awesome-second-brain/strategy)
Your own site
<a href="https://agentmods.dev/skills/superuser-pal/awesome-second-brain/strategy"><img src="https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/strategy.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 581 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00053 $0.00581
Opus 5 $0.00026 $0.00291
Sonnet 5 $0.00011 $0.00116
Haiku 4.5 $0.00005 $0.00058

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

Security

Grade A, and why

strategy 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 5d 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/strategy/SKILL.md · 64 lines

What it actually says

strategy

Lifecycle manager for atomic reasoning strategies. Strategies live in docs/strategies/ until promoted. Promoted strategies move to docs/strategies/ and get a .claude/commands/thinking/<slug>.md stub for explicit invocation.

One strategy — cot (Chain-of-Thought) — is pre-promoted at setup. All others start dormant.

Folder layout

docs/strategies/
├── INDEX.md
└── <slug>.md    ← status: dormant | active in frontmatter
.claude/commands/thinking/
    ├── cot.md   ← pre-promoted (always present)
    ├── reset.md ← standing command
    ├── eval.md  ← standing command
    └── <slug>.md ← generated stub on promotion

Workflow Routing

Workflow Trigger File
search "find a strategy", "search strategies", "which strategy for X" workflows/search.md
promote "promote strategy", "activate strategy", "make X a command" workflows/promote.md
demote "demote strategy", "deactivate strategy", "remove X from commands" workflows/demote.md

Examples

Example 1: Search strategies

User: "Which strategy is best for architectural trade-off decisions?"
→ Invokes search workflow
→ Scans both strategy folders, reads "When to apply" sections
→ Returns ranked list with rationale
→ Offers to promote the top recommendation

Example 2: Promote a strategy

User: "Promote reflexion"
→ Invokes promote workflow
→ Moves docs/strategies/reflexion.md → docs/strategies/reflexion.md
→ Flips status: active
→ Generates .claude/commands/thinking/reflexion.md stub
→ Reports: "/thinking:reflexion is now available"

Example 3: Demote a strategy

User: "Demote self-refine, I never use it"
→ Invokes demote workflow
→ Deletes .claude/commands/thinking/self-refine.md
→ Moves docs/strategies/self-refine.md → docs/strategies/self-refine.md
→ Flips status: dormant
→ Reports: "self-refine is now dormant"
Files

What ships with it

3 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. 5d ago First seen · 64 lines · 53 tokens per session scan A d07f01a3313b

Subscribe to this mod's changes

strategy is a skill published in the GitHub repository superuser-pal/awesome-second-brain (14 stars, last pushed 4mo ago), licensed MIT. It adds 53 tokens to every session and 581 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