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.
npx agentmods add skills/whitelonng/dshcode/manteamnpx skills add whitelonng/dshcode --skill manteamgit clone --depth 1 https://github.com/whitelonng/dshcodeWrote 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/whitelonng/dshcode/manteam)<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>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 | $0.00012 | $0.01254 |
| Opus 5 | $0.00006 | $0.00627 |
| Sonnet 5 | $0.00002 | $0.00251 |
| Haiku 4.5 | $0.00001 | $0.00125 |
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.
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.
- Reuse a
mancode status --brief --jsonsnapshot already obtained in this conversation. Only when none exists, run it once from the project root. Never read or write the legacy authority file. - If
identity.actorIdis absent, ask for a display name and runmancode team identity create --name "<display name>". - Reuse
session.sessionIdwhen present. If status has no current session, reuse an explicit session ID already retained in this conversation. Only if neither exists, runmancode context session new --client codexin Codex,mancode context session new --client zcodein ZCode, ormancode context session new --client kimi-codein Kimi Code exactly once, then retain the returned session ID. Use--client codexin Codex,--client zcodein ZCode, or--client kimi-codein Kimi Code on every command that uses this session. - Reuse the current TaskRef. To bind a supplied existing task, run
mancode context resume <namespace:ULID> --session <id> --client <active-client>. - 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.jsonwhen 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 asrepository_factordomain_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
confirmedScopeand the matchingacceptanceCriteria; accepted technical choices entertechnicalDecisions; Only explicitly excluded behavior entersexcludedScope; low-impact reversible details may enterdefaults; an unaccepted proposal remains unauthorized without being copied into every field. - Apply the same decision-readiness gate as
manbefore 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 asman; do not leave ownership questions or partial answers only in chat history. - Bind the confirmed team plan to the user-visible
implementationScopethrough 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-onlyNEEDS_REALIGNMENTand 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/sharedauthority changes together with the matching code head, then runmancode team sync push <shared:ULID> --expected-task-revision <n>. Never report cross-clone synchronization before the push returns a receipt. Use--synconly for a command whose contract performs an atomic git-ref mutation. If that atomic mutation leaves tracked.mancode/sharedprojection changes for a resumable in-progress or blocked task, commit them, then run the sameteam sync pushwith the unchanged task revision to rebind the remote code head before another clone resumes the task.
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.
- yesterday First seen · 38 lines · 12 tokens per session scan A 5ce307c6f8dc
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.
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.
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.
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…
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…
openspec-propose
Create a complete OpenSpec proposal with design, specs, prototype, and tasks. Use when the user wants a change ready for implementation.
prototype-workflow
Generate and lifecycle-manage HTML prototypes for UI exploration and OpenSpec changes. Use when creating, validating, completing, or archiving a UI prototype.