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.
curl -O https://raw.githubusercontent.com/superuser-pal/awesome-second-brain/main/.claude/skills/project-management/SKILL.mdgit clone --depth 1 https://github.com/superuser-pal/awesome-second-brainWrote 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.
[](https://agentmods.dev/skills/superuser-pal/awesome-second-brain/project-management)<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>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.
| Model | Per session | Once 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 |
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.
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— handleswork/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.
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.
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.
- 8d ago First seen · 56 lines · 45 tokens per session scan A 3bd7614a514f
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.
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…
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…
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.
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…
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…
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…