team

team is a skill for Claude Code from Jkudjo/oh-my-cursor. It costs 17 tokens per session (194 once invoked), scanned A, original, MIT.

A way to split coding work between several Cursor chat sessions working in the same project. A coordinator assigns tasks, while worker sessions complete them and share status through files.

In plain words
What is it for?
Use it to coordinate separate tracks such as authentication, testing, and documentation. It is intended for multiple sessions in one project.
Why use it?
It helps divide a large task into parallel pieces without losing track of assignments or progress.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to coordinate separate tracks such as authentication, testing, and documentation. It is intended for multiple sessions in one project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jkudjo/oh-my-cursor/team
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 Jkudjo/oh-my-cursor --skill team
Clone the repo
git clone --depth 1 https://github.com/Jkudjo/oh-my-cursor

Made for: Claude Code.

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 team

README.md
[![agentmods](https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/team.svg)](https://agentmods.dev/skills/jkudjo/oh-my-cursor/team)
Your own site
<a href="https://agentmods.dev/skills/jkudjo/oh-my-cursor/team"><img src="https://agentmods.dev/badge/skills/jkudjo/oh-my-cursor/team.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 194 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.
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.00017 $0.00194
Opus 5 $0.00009 $0.00097
Sonnet 5 $0.00003 $0.00039
Haiku 4.5 $0.00002 $0.00019

Measured 7d ago against content hash 0244289917e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

team 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 7d 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.

skills/team/SKILL.md · 28 lines

What it actually says

team

Coordinate parallel execution across multiple Cursor chat sessions using shared state in .omc/team/.

Coordinator mode

@team "implement the auth module — split into 3 parallel tracks"

Creates a team session, breaks the plan into parallel tasks, assigns to workers.

Worker mode

@team worker team-1234567890 task-1234567890

Loads assigned task, executes it, reports back via shared state.

How it works

  • Coordinator and workers share .omc/team/{session-id}.json
  • Each worker runs in a separate Cursor chat session in the same project
  • State is synced through the filesystem — no network needed
  • Coordinator monitors with get_team_status
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. 7d ago First seen · 28 lines · 17 tokens per session scan A 0244289917e5

Subscribe to this mod's changes

team is a skill published in the GitHub repository Jkudjo/oh-my-cursor (1 stars, last pushed 5mo ago), licensed MIT. It adds 17 tokens to every session and 194 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-08-31.

Related

Other skills, from other repositories

intent-discovery

This skill guides a user to draft and clarify the intent and scope of a change or feature to be implemented. This skill can be used to create user stories, tasks, plans or other artifacts that will be used to implement code changes.

usrrname/cursorrules · 51 tokens

pre-mortem-facilitator

Facilitate a pre-mortem session using Shreyas Doshi's Tigers/Paper Tigers/Elephants framework. Use when the user is planning a launch, starting a critical project, preparing for a major initiative, or wants to proactively identify risks before something goes wrong.

luisabwk/kraken · 65 tokens

task

Use when creating, updating, or managing task files for projects and plans.

luisabwk/kraken · 14 tokens

nx-generate

Generate code using Nx generators — scaffold projects, libraries, features, or run workspace-specific generators with proper discovery, validation, and verification. Use when user says "create a new library", "scaffold a component", "generate code with Nx", "run a generator", "nx generate", or any code scaffolding…

tech-leads-club/agent-skills · 110 tokens

housekeep-backlog

Apply-now inventory of parked work — unfinished plans, deferred phases, TODO/FIXME, skipped tests, open findings — into a living BACKLOG.md that diffs new/done/stale. Use when "what's left behind", "inventory TODOs", "consolidate the backlog". Execute → complete-everything. Decisions → docs-adr.

kensaurus/cursor-kenji · 77 tokens

plan-docs-sync

Audit documentation against actual code behavior and plan corrections — no rewrites in this pass. Use when asked to "docs drift", "sync docs with code", "audit documentation", "stale README", "onboarding docs broken", "doc sync plan", "phantom docs", or "docs out of date". Why-we-chose-X / ADRs → docs-adr.

kensaurus/cursor-kenji · 81 tokens