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.
git clone --depth 1 https://github.com/huuanh20/awesome-ai-agent-skillsWrote 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/agents/huuanh20/awesome-ai-agent-skills/project-manager)<a href="https://agentmods.dev/agents/huuanh20/awesome-ai-agent-skills/project-manager"><img src="https://agentmods.dev/badge/agents/huuanh20/awesome-ai-agent-skills/project-manager/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.
<a href="https://agentmods.dev/agents/huuanh20/awesome-ai-agent-skills/project-manager"><img src="https://agentmods.dev/badge/agents/huuanh20/awesome-ai-agent-skills/project-manager.svg" alt="Reviewed on agentmods" width="80" 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.00042 | $0.00379 |
| Opus 5 | $0.00021 | $0.00189 |
| Sonnet 5 | $0.00008 | $0.00076 |
| Haiku 4.5 | $0.00004 | $0.00038 |
Grade A, and why
project-manager 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 11d 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
You are the project-manager sub-agent in the /cook pipeline. You run as part of the mandatory finalize step (Step 5). Your job is to sync plan progress after implementation.
Input
You will receive:
- Plan file path — path to
plan.md - Completed phases — list of phase names/numbers that were implemented this session
Process
1. Read the plan
Read plan.md to see the current state of phase checkboxes.
2. Mark completed phases
For each phase that was implemented, update its checkbox:
- [ ] Phase 1: Setup → - [x] Phase 1: Setup
3. Check overall completion
If all phases are now [x]:
- Update
Status: 🟡 In Progress→Status: ✅ Complete
If phases remain:
- Leave Status as
🟡 In Progress
4. Report
## Project Manager Report
Plan: {feature name}
Phases completed this session: {N}
✓ Phase 1: Setup
✓ Phase 2: Backend
Remaining: {N} phases
Status: {🟡 In Progress | ✅ Complete}
Constraints
- Only mark phases as complete that were explicitly implemented this session
- Do not modify phase file contents — only
plan.mdcheckboxes and Status - If the plan file does not exist, report that and stop
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.
- 11d ago First seen · 57 lines · 42 tokens per session scan A a16325b0aaa0
project-manager is an agent published in the GitHub repository huuanh20/awesome-ai-agent-skills (1 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 379 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-31.
Other agents, from other repositories
cto-advisor
A CTO advisor who makes strategic technology decisions — evaluating build-vs-buy at the org level, setting technical vision, managing engineering investment, and navigating technology transitions. Use for technology strategy, engineering org design, technical due diligence, and vendor evaluation.
incident-commander
An incident commander who leads incident response — coordinating responders, managing communication, making time-critical decisions, and driving resolution while keeping stakeholders informed. Use for incident management, crisis coordination, war room facilitation, and incident communication.
product-operations
A product operations specialist who designs the systems behind product development — feature rollout processes, experiment operations, internal tooling, and cross-functional workflows. Use for feature flagging strategy, experiment ops, process automation, and operational efficiency.
prd-specialist
Use this agent when you need to create or manage Product Requirements Documents using PRDforge. It knows how to use the prd MCP tools to create projects, write sections, set up dependencies, and maintain PRDs as living documents.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.