project-management

project-management is a skill for Claude Code, Codex from agentscope-ai/AgentTeams. It costs 43 tokens per session (497 once invoked), scanned A, original, Apache-2.0.

A project-management workflow for coordinating multi-worker projects through a shared project room, plan, metadata file, and task files.

In plain words
What is it for?
Use it to start projects, manage plans, handle blocked or revised tasks, coordinate workers, synchronize project records, and notify the administrator when work is complete.
Why use it?
It keeps assignments, dependencies, status changes, revisions, and completion records in one agreed source of truth.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to start projects, manage plans, handle blocked or revised tasks, coordinate workers, synchronize project records, and notify the administrator when work is complete.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agentscope-ai/agentteams/project-management
About the project

AgentTeams is a runtime platform where multiple AI agents collaborate in shared Matrix rooms under the coordination of a manager. It is for human-supervised or enterprise workflows that need visible, auditable cooperation among agents running on different runtimes, with shared files and centralized traffic management.

agentscope-ai/AgentTeams · 5,576 stars · on GitHub · aliyun.com

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.

Any agent
npx skills add agentscope-ai/AgentTeams --skill project-management
Clone the repo
git clone --depth 1 https://github.com/agentscope-ai/AgentTeams

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/agentscope-ai/agentteams/project-management.svg)](https://agentmods.dev/skills/agentscope-ai/agentteams/project-management)
Your own site
<a href="https://agentmods.dev/skills/agentscope-ai/agentteams/project-management"><img src="https://agentmods.dev/badge/skills/agentscope-ai/agentteams/project-management.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 497 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 18
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00043 $0.00497
Opus 5 $0.00022 $0.00249
Sonnet 5 $0.00009 $0.00099
Haiku 4.5 $0.00004 $0.00050

Measured 8d ago against content hash 8df3f266590b, 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create-project.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

manager/agent/skills/project-management/SKILL.md · 37 lines

What it actually says

Project Management

A project has: a Project Room (Matrix), a plan.md (single source of truth), a meta.json, and individual task files under shared/tasks/{task-id}/.

shared/projects/{project-id}/
├── meta.json
└── plan.md

Gotchas

  • Check YOLO mode BEFORE drafting the plan[ "${AGENTTEAMS_YOLO:-}" = "1" ] || [ -f ~/yolo-mode ]. In YOLO mode you MUST auto-confirm in create-project.md Step 1c; never post a "please confirm" question, the admin will not reply and the project stalls forever. See references/create-project.md Step 0.
  • Project room MUST always include the human admin — non-negotiable. The script handles this, but if you ever create a room manually, always invite admin
  • plan.md is the single source of truth — all task status, assignments, and dependencies live here. Always sync to MinIO after changes
  • Do NOT proceed to next phase while REVISION_NEEDED is pending — revision must complete first
  • "All tasks complete" step is mandatory even in YOLO mode — always update meta.json, plan.md, and notify admin
  • plan.md had duplicate sections in the old version — use references/plan-format.md as the canonical format
  • Always adapt language to admin's preferred language when posting in rooms or DMs
  • Always read SOUL.md before composing notifications — use the persona and language defined there

Operation Reference

Read the relevant doc before executing. Do not load all of them.

Situation Read
Admin asks to start a new project references/create-project.md
Need to assign a task or handle completion references/task-lifecycle.md
Need plan.md / result.md format references/plan-format.md
Blocked task, plan changes, mid-project onboarding, headcount request, heartbeat monitoring references/plan-changes.md
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 · 37 lines · 43 tokens per session scan A 8df3f266590b

Subscribe to this mod's changes

project-management is a skill published in the GitHub repository agentscope-ai/AgentTeams (5,576 stars, last pushed 2d ago), licensed Apache-2.0. It adds 43 tokens to every session and 497 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.