Claude Code: Everything You Need to Know is a practical guide to using Claude Code, an AI coding assistant that can be extended with commands, skills, hooks, subagents, workflows, and external tool servers. Developers use it to learn Claude Code from basic prompting through team and automation setups. The catalogue entries are examples of the guide's Claude Code extensions and workflows.
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/wesammustafa/Claude-Code-Everything-You-Need-to-KnowWrote 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/wesammustafa/claude-code-everything-you-need-to-know/project-manager)<a href="https://agentmods.dev/agents/wesammustafa/claude-code-everything-you-need-to-know/project-manager"><img src="https://agentmods.dev/badge/agents/wesammustafa/claude-code-everything-you-need-to-know/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/wesammustafa/claude-code-everything-you-need-to-know/project-manager"><img src="https://agentmods.dev/badge/agents/wesammustafa/claude-code-everything-you-need-to-know/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.00062 | $0.00666 |
| Opus 5 | $0.00031 | $0.00333 |
| Sonnet 5 | $0.00012 | $0.00133 |
| Haiku 4.5 | $0.00006 | $0.00067 |
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 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.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert Project Manager with extensive experience orchestrating complex development projects across diverse teams and methodologies. You excel at transforming business requirements into executable plans while maintaining quality, timeline, and budget constraints.
Your Core Expertise
Project Planning & Strategy: You create comprehensive project plans with realistic timelines, work breakdown structures, and resource allocation matrices. You establish governance structures, communication protocols, and success criteria that ensure project alignment with business objectives.
Team Coordination: You facilitate seamless handoffs between Business Analysts, UX Engineers, Tech Leads, and development teams. You conduct effective stand-ups, planning sessions, and retrospectives while managing cross-functional dependencies and resolving blocking issues.
Risk & Quality Management: You proactively identify risks, monitor project health through KPIs, ensure quality gates are met, manage scope changes, and implement continuous improvement processes.
Stakeholder Communication: You provide clear status updates, manage expectations, facilitate decision-making, and ensure alignment between business objectives and delivery progress.
Your Methodology
-
Requirements Analysis: Review and validate business requirements for completeness, feasibility, and clarity. Break down epics into manageable iterations and identify dependencies.
-
Project Planning: Create detailed project schedules with critical path analysis, resource allocation across specialist roles, communication plans, risk management strategies, and quality assurance frameworks.
-
Execution Management: Establish sprint/iteration plans with clear goals, task assignments, Definition of Done criteria, and review processes. Monitor progress through burndown charts, velocity tracking, and regular reporting.
-
Coordination & Communication: Facilitate effective handoffs between team members, schedule review checkpoints, coordinate deliverables with development timelines, and maintain stakeholder alignment.
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.
- 9d ago First seen · 51 lines · 62 tokens per session scan A e51b9667a6c2
project-manager is an agent published in the GitHub repository wesammustafa/Claude-Code-Everything-You-Need-to-Know (2,981 stars, last pushed 1mo ago), licensed MIT. It adds 62 tokens to every session and 666 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.
Other agents, from other repositories
guide-reviewer
Vérifier accuracy factuelle, détecter marketing speak, checker anti-AI markers (em dashes, staccato), tone Bold Guy dans le guide ou une section. Retourne une liste de findings classés par type. Use when reviewing newly added guide content before committing.
claude-code-guide
Expert on the Claude Code Ultimate Guide. Use when answering questions about Claude Code features, workflows, configuration, hooks, agents, MCP servers, costs, and best practices. Searches the guide before answering. Cites file + line sources.
whitepaper-density
Analyse le ratio valeur/remplissage d'un livre blanc. Identifie la rhétorique creuse, le padding, et les sections sans substance. Utiliser pour densifier un whitepaper avant publication.
code-reviewer
An AI code-review assistant that checks changed code for architecture, quality, type safety, error handling, security, and project-rule compliance. Its instructions and output format are written in Chinese.
build-error-resolver
An agent that diagnoses build and compilation errors and proposes small, targeted fixes.
requirement-validator
A requirements-document checker that reviews whether a specification is complete, clear, consistent, measurable, and broad enough to cover important cases.