manteam

manteam is a skill for Claude Code, Codex from whitelonng/dshcode. It costs 12 tokens per session (1,254 once invoked), scanned A, original, MIT.

A mancode workflow for coordinating shared, governed work between people or agents. It assigns ownership and supports handoffs.

In plain words
What is it for?
Planning team tasks, assigning owners, handing work between contributors, and continuing it through verification.
Why use it?
Shared tasks can lose context or duplicate effort when responsibility and handoffs are unclear. This keeps the work tied to an explicit team process.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/whitelonng/dshcode/manteam
Any agent
npx skills add whitelonng/dshcode --skill manteam
Clone the repo
git clone --depth 1 https://github.com/whitelonng/dshcode

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 manteam

README.md
[![agentmods](https://agentmods.dev/badge/skills/whitelonng/dshcode/manteam.svg)](https://agentmods.dev/skills/whitelonng/dshcode/manteam)
Your own site
<a href="https://agentmods.dev/skills/whitelonng/dshcode/manteam"><img src="https://agentmods.dev/badge/skills/whitelonng/dshcode/manteam.svg" alt="Measured on agentmods" height="20"></a>
Per session 12 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,254 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00012 $0.01254
Opus 5 $0.00006 $0.00627
Sonnet 5 $0.00002 $0.00251
Haiku 4.5 $0.00001 $0.00125

Measured yesterday against content hash 5ce307c6f8dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

manteam 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 yesterday.

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.

.agents/skills/manteam/SKILL.md · 38 lines

How it starts

The opening of the file, as written. The whole thing — 38 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mancode mode: manteam

Purpose: plan and execute work with explicit team ownership and handoff.

Enter through mancode

Before the first command, use ./node_modules/.bin/mancode when it exists, otherwise mancode; check that selected binary with --version once and never mix binaries or versions. In every command below, replace the literal mancode with that selected binary path when the local binary exists.

  1. Reuse a mancode status --brief --json snapshot already obtained in this conversation. Only when none exists, run it once from the project root. Never read or write the legacy authority file.
  2. If identity.actorId is absent, ask for a display name and run mancode team identity create --name "<display name>".
  3. Reuse session.sessionId when present. If status has no current session, reuse an explicit session ID already retained in this conversation. Only if neither exists, run mancode context session new --client codex in Codex, mancode context session new --client zcode in ZCode, or mancode context session new --client kimi-code in Kimi Code exactly once, then retain the returned session ID. Use --client codex in Codex, --client zcode in ZCode, or --client kimi-code in Kimi Code on every command that uses this session.
  4. Reuse the current TaskRef. To bind a supplied existing task, run mancode context resume <namespace:ULID> --session <id> --client <active-client>.
  5. For an existing task, read only the needed Context Pack with mancode context show --purpose plan --session <id> --client <active-client>; include --task <namespace:ULID> when it is not yet bound. For a new task, create it through the mode action first, then read the returned TaskRef's Context Pack.

Mode action

  • Confirm team membership with mancode team status; join invited participants before assigning shared work.
  • Read .mancode/shared/context/glossary.json when it exists and prefer its confirmed terms in shared requirements, plans, and handoffs.
  • For a new shared task, run mancode workflow create manteam "<task>" --visibility shared --coordination team --confirm-shared --session <id> --client <active-client>.
  • Run the same bounded read-only discovery as man, with at most F-1 through F-3 typed as premise, scope, technical, risk, or acceptance and marked as repository_fact or domain_hypothesis; an unverified domain hypothesis becomes a focused question, never a fact. Discovery produces evidence and recommendations, never execution authority.
  • Give every F-ID one type-directed disposition: Accepted scope or behavior findings enter confirmedScope and the matching acceptanceCriteria; accepted technical choices enter technicalDecisions; Only explicitly excluded behavior enters excludedScope; low-impact reversible details may enter defaults; an unaccepted proposal remains unauthorized without being copied into every field.
  • Apply the same decision-readiness gate as man before finalizing requirements: validate both clarity and soundness against project facts and team authority. If the goal, scope, acceptance, owner/source of truth, and constraints are clear and consistent, continue without ceremonial questions; if a decision-changing ambiguity, ownership conflict, or hard-risk direction remains, give evidence and a recommendation, ask focused questions, and wait before writing confirmed requirements.
  • Persist unresolved team clarification through the same workflow requirements <namespace:ULID> draft --file <requirements.json> command as man; do not leave ownership questions or partial answers only in chat history.
  • Bind the confirmed team plan to the user-visible implementationScope through plan revise --scope-file; claims, edits, and review must stay inside include and outside exclude. Before editing, state material assumptions and verifiable success criteria, reuse existing code and dependencies, and make the smallest direct plan-traceable change; newly proposed behavior outside confirmed requirements requires read-only NEEDS_REALIGNMENT and operator-approved reframe.
  • If the operator explicitly approves a file-boundary-only adjustment that leaves confirmed behavior and acceptance unchanged, use mancode workflow scope change <shared:ULID> --expected-revision <n> --file <scope.json> --session <id> --client <active-client>. It versions the plan authority, stales prior review/verification, and reissues compatible claims. Behavior or acceptance changes still require reframe.
  • Use claims, checkpoints, sync, and handoffs through mancode team; never infer ownership from an adapter prompt.
  • With git-ref transport, workflow creation plus requirements, plan, review, and verification mutations use an explicit deferred publication boundary: run the workflow command without --sync, commit the resulting .mancode/shared authority changes together with the matching code head, then run mancode team sync push <shared:ULID> --expected-task-revision <n>. Never report cross-clone synchronization before the push returns a receipt. Use --sync only for a command whose contract performs an atomic git-ref mutation. If that atomic mutation leaves tracked .mancode/shared projection changes for a resumable in-progress or blocked task, commit them, then run the same team sync push with the unchanged task revision to rebind the remote code head before another clone resumes the task.

Read the full file on GitHub · 38 lines

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. yesterday First seen · 38 lines · 12 tokens per session scan A 5ce307c6f8dc

Subscribe to this mod's changes

manteam is a skill published in the GitHub repository whitelonng/dshcode (712 stars, last pushed today), licensed MIT. It adds 12 tokens to every session and 1,254 once invoked, about $0.0001 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-09-03.

Related

Other skills, from other repositories

visionary-cli

Analyze images with DeepSeek's vision model via the visionary-server CLI. Use this whenever the user provides an image, photo, screenshot, or document with images - run vision to look at it rather than guessing.

xlight/deepseek-visionary · 46 tokens

deepseek-harness

Use when building AI agent applications with a plugin-based architecture — Web UI, CLI, Python SDK, Cordis plugin system, multi-model orchestration. DeepSeek Harness (dsh): open-source agent harness by DeepSeek AI where everything is a plugin, powered by Cordis for spatiotemporal composability.

znlgis/opengis-skills · 68 tokens

deepseek-harness

Use this skill whenever the user wants to call DeepSeek V4-Pro / V4-Flash (or its legacy aliases deepseek-chat / deepseek-reasoner), or you see code that imports from openai import OpenAI with baseurl="https://api.deepseek.com". This skill teaches you the 10 protocol contract rules required to avoid the 16 documented…

HenryZ838978/deepseek-harness · 144 tokens

web-ui-motion

Build polished front-end UI together with a signature motion effect in a single self-contained HTML file, combining SVG.js / SVG filters and the Canvas 2D API. Use when the user asks to build a web page, landing page, dashboard, or component that has a special visual effect, animation, particle system, fluid/water…

creativedswork/dscode · 152 tokens

openspec-propose

Create a complete OpenSpec proposal with design, specs, prototype, and tasks. Use when the user wants a change ready for implementation.

creativedswork/dscode · 32 tokens

prototype-workflow

Generate and lifecycle-manage HTML prototypes for UI exploration and OpenSpec changes. Use when creating, validating, completing, or archiving a UI prototype.

creativedswork/dscode · 34 tokens