collaboration-status

collaboration-status is a skill for Claude Code, Codex from hoangsonww/AI-Agents-Orchestrator. It costs 26 tokens per session (126 once invoked), scanned A, original, MIT.

A read-only report of the current AI Collaboration task and repository activity. It includes task status, Git state, participating agent sessions, recent failures, and the latest checkpoint.

In plain words
What is it for?
Use it to inspect the active task, branch, changed-file count, agent activity, and saved progress before continuing work.
Why use it?
It gives a quick, evidence-based view of what is happening without changing files or task status. This helps identify the most useful next action when several agents are involved.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the ai-collaboration plugin — 5 skills shipped together

Good fit Use it to inspect the active task, branch, changed-file count, agent activity, and saved progress before continuing work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hoangsonww/ai-agents-orchestrator/collaboration-status
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 hoangsonww/AI-Agents-Orchestrator --skill collaboration-status
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/AI-Agents-Orchestrator

Made for: Claude Code, Codex.

Or install ai-collaboration, the plugin that ships this one along with the rest of its 5 skills.

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 collaboration-status

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/ai-agents-orchestrator/collaboration-status/github.svg)](https://agentmods.dev/skills/hoangsonww/ai-agents-orchestrator/collaboration-status)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/ai-agents-orchestrator/collaboration-status"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-agents-orchestrator/collaboration-status/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for collaboration-status

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/ai-agents-orchestrator/collaboration-status"><img src="https://agentmods.dev/badge/skills/hoangsonww/ai-agents-orchestrator/collaboration-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 126 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.00026 $0.00126
Opus 5.5 $0.00010 $0.00050
Sonnet 5 $0.00005 $0.00025
Haiku 4.5 $0.00003 $0.00013

Measured 2d ago against content hash 468e9824f219, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-23, from the pricing page.

Security

Grade A, and why

collaboration-status 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 2d 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.

AI-Collaboration-Skills/skills/collaboration-status/SKILL.md · 17 lines

What it actually says

Collaboration Status

Call ai_collaboration.status for the current repository and report:

  • active task ID, title, and status;
  • current branch, head, and changed-file count;
  • providers and session event counts;
  • latest checkpoint and recent failures;
  • the most useful next action supported by the data.

Keep this operation read-only. If there is no active task, say so and offer to call ai_collaboration.start_task with the user's title.

Files

What ships with it

1 file 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. 2d ago First seen · 17 lines · 26 tokens per session scan A 468e9824f219

Subscribe to this mod's changes

collaboration-status is a skill published in the GitHub repository hoangsonww/AI-Agents-Orchestrator (84 stars, last pushed 2d ago), licensed MIT. It adds 26 tokens to every session and 126 once invoked, about $0.0001 per session on Opus 5.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-21.

Related

Other skills, from other repositories

github-review-pr

Review GitHub pull requests with detailed, multi-perspective code analysis using parallel subagents. Use this skill whenever the user wants to review a PR, asks for code review on a pull request, mentions "review PR", "check this PR", "look at pull request", or references a PR number or GitHub PR URL. Do NOT use for…

feiskyer/claude-code-settings · 90 tokens

github-fix-issue

Fix GitHub issues end-to-end — analysis, branch creation, implementation, testing, and PR submission. Use whenever the user mentions fixing a GitHub issue, says "fix issue.

feiskyer/claude-code-settings · 42 tokens

github-review-pr

Review a GitHub pull request with evidence-backed, multi-angle analysis and false-positive filtering. Use when the user asks to review, inspect, or check a pull request by number or URL. Not for local uncommitted changes.

feiskyer/codex-settings · 50 tokens

respond-to-pr-comments

Respond to pull request review comments on GitHub or Azure DevOps Services. Reads review threads, validates each, proposes fixes or explanations, applies changes with user confirmation, and updates thread status via the platform's API. Use when the user wants to address PR feedback or resolve review threads.

microsoft/PromptKit · 62 tokens

apex-github-operations

WORKFLOW SKILL — Full GitHub contribution lifecycle: branches, conventional commits, issues, PRs, Actions, releases. gh CLI-first with MCP fallback. WHEN: "commit", "push", "open PR", "create branch", "create issue", "cut release", "GitHub operation". DO NOT USE FOR: Azure infrastructure, Bicep/Terraform code…

jonathan-vella/apex-accelerator · 104 tokens

apex-host-git-commit

Stage scoped changes, commit, push, and offer a PR in Agent Host. Use /apex-host-git-commit only after selecting the built-in agent owner and MAI-Code-1.1-Flash.

jonathan-vella/apex-accelerator · 52 tokens