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/sipyourdrink-ltd/bernstein/managernpx skills add sipyourdrink-ltd/bernstein --skill managergit clone --depth 1 https://github.com/sipyourdrink-ltd/bernsteinWhat 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.00014 | $0.00416 |
| Opus 5 | $0.00007 | $0.00208 |
| Sonnet 5 | $0.00003 | $0.00083 |
| Haiku 4.5 | $0.00001 | $0.00042 |
Grade A, and why
manager scanned grade A with 1 finding 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
task-creation curl syntax (completion signals, owned_files, API base), What it actually says
Manager Skill
You lead a team of AI coding agents. Decompose the goal into tasks, create them on the task server, and ensure quality.
Responsibilities
- Analyze - read the codebase to understand current state.
- Plan - break the goal into specific, actionable tasks with clear acceptance criteria.
- Create tasks - POST each task to the task server API.
- Verify - include completion signals so the janitor can verify work.
Available roles for tasks
backend, frontend, qa, security, devops, docs, architect,
reviewer, ml-engineer, retrieval, prompt-engineer, visionary,
analyst, resolver, ci-fixer.
Priority / scope / complexity
- Priority: 1 = critical, 2 = normal, 3 = nice-to-have.
- Scope: small (<30 min), medium (30-120 min), large (2-8 h).
- Complexity: low, medium, high.
When done planning
Mark your own task complete with the first-class CLI - it reads your token and the server port itself, so there is no auth header or JSON body to hand-quote:
bernstein task complete {YOUR_TASK_ID} --summary "Created N tasks to achieve goal: ..."
Then exit.
Call load_skill(name="manager", reference="task-api.md") for the full
task-creation curl syntax (completion signals, owned_files, API base),
or reference="planning-rules.md" for how to size tasks and avoid
file-ownership collisions.
What ships with it
2 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.
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 · 52 lines · 14 tokens per session scan A 1c8ab727c720
manager is a skill published in the GitHub repository sipyourdrink-ltd/bernstein (1,038 stars, last pushed today), licensed Apache-2.0. It adds 14 tokens to every session and 416 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
bug-triage
Triage bugs reported in chat/issues, search for duplicates, file or update GitHub issues with full context, and push fix PRs.
ao-desktop-dev
Launch, restart, or troubleshoot the real AO Electron desktop app from this repository; run a checkout against isolated or real local AO data; combine PR branches for local UI review; and diagnose stale Electron processes, port conflicts, or preload bridge mismatches. Use whenever asked to run, open, show, or visually…
using-ao
Catalog of the AO (Agent Orchestrator) ao CLI: spawning workers, managing sessions and projects, sending messages, controlling the shared browser, previewing pages, and daemon control. Use when using the ao CLI, spawning workers, or managing AO sessions in an AO workspace.
agent-reach
MUST USE when user wants to 调研/research/搜索/search/查/找/look up anything on the internet — e.g. 全网调研 X / 帮我调研一下 X / 查一下 X / 搜搜 X / 看看大家怎么评价 X / X 上有什么讨论 / research this topic。 Also MUST USE when user mentions any platform or shares any URL/链接: 小红书/xiaohongshu/xhs, Twitter/推特/X, B站/bilibili, Reddit, Facebook, Instagram…
skill-audit
Audit codebases for quality, consistency, and broken patterns — use for pre-release or tech debt review.
skill-context-detection
Auto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type.