awesome-second-brain: Skill for Claude Code

.claude/skills/project-management/SKILL.md

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

A project and task manager for organizing work across different areas. It collects tasks from project files, plans, and ad-hoc task lists into a central dashboard.

In plain words
What is it for?
It helps create, review, update, synchronize, and archive projects and tasks.
Why use it?
It removes the need to check many files separately and keeps changes synchronized with their original task sources.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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/project-management/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 project-management

README.md
[![agentmods](https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/project-management.svg)](https://agentmods.dev/skills/superuser-pal/awesome-second-brain/project-management)
Your own site
<a href="https://agentmods.dev/skills/superuser-pal/awesome-second-brain/project-management"><img src="https://agentmods.dev/badge/skills/superuser-pal/awesome-second-brain/project-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 556 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.00045 $0.00556
Opus 5 $0.00023 $0.00278
Sonnet 5 $0.00009 $0.00111
Haiku 4.5 $0.00005 $0.00056

Measured 8d ago against content hash 3bd7614a514f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

project-management 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 8d 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/project-management/SKILL.md · 56 lines

What it actually says

Project Management Skill

Centralized project and task management across PAL Second Brain domains. Complements the existing /project-archive command (which handles work/01_PROJECTS/ cross-domain work) by managing domain-scoped projects in domains/*/01_PROJECTS/.

USE WHEN

  • Create a new project in a domain
  • List or review all projects (dashboard)
  • Pull tasks from all sources into TASKS.md
  • Sync TASKS.md changes back to source files
  • Archive a domain-scoped project

Workflows

Workflow Trigger phrases
project-create "create project", "new project", "start project"
task-sync "pull tasks", "sync tasks", "aggregate tasks", "show tasks"
update-tasks "update tasks", "push tasks", "sync back", "update projects"
project_dashboard "project dashboard", "list projects", "project status", "show projects"
archive-project "archive project", "close project", "complete project"

File Paths

Type Path
Ad-hoc tasks domains/[name]/01_PROJECTS/AD_HOC_TASKS.md or work/01_PROJECTS/AD_HOC_TASKS.md
Master task list dashboards/TASKS.md
Plan files plan/*.md
Domain archive domains/[name]/03_ARCHIVE/PROJECT_*.md
Domain index domains/[name]/INDEX.md

Task Status Symbols

Symbol Status
[ ] To Do
[/] In Progress
[!] Blocked
[?] Paused
[I] Backlog
[-] Not Doing
[x] Done

Relationship to Existing Commands

  • /project-archive — handles work/01_PROJECTS/ cross-domain work. Do NOT use this skill to archive those.
  • Work Dashboard.base — dynamic Obsidian Base view of projects. TASKS.md is the text-based complement for task-level tracking.
  • /open-day — reads TASKS.md as part of context loading.
Files

What ships with it

5 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. 8d ago First seen · 56 lines · 45 tokens per session scan A 3bd7614a514f

Subscribe to this mod's changes

project-management is a skill published in the GitHub repository superuser-pal/awesome-second-brain (14 stars, last pushed 4mo ago), licensed MIT. It adds 45 tokens to every session and 556 once invoked, about $0.0002 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

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

think

Apply the Fable-derived 10-stage OBSERVE, OBSERVE, LISTEN, THINK, CONNECT, CONNECT, FEEL, ACCEPT, CREATE, GROW loop to consequential or ambiguous reasoning and decisions. Use for think this through, deep think, architecture review, postmortem, tradeoff analysis, or challenges to assumptions. This is a reasoning…

AgriciDaniel/claude-obsidian · 84 tokens

wiki-retrieve

Build and query a vault-local contextual BM25 retrieval index with optional multilingual Nomic cosine reranking; use for retrieve, hybrid retrieval, BM25, rerank, contextual retrieval, chunk search, vault search, semantic search, find relevant passages, or retrieval diagnostics. Derived caches stay under .vault-meta…

AgriciDaniel/claude-obsidian · 81 tokens