agent-core-coordination

agent-core-coordination is a skill for Claude Code, Codex from nikira-studio/agent-core. It costs 0 tokens per session (46 once invoked), scanned A, original, MIT.

A set of working rules for coordinating tasks across a shared workspace. It uses workspace activity records, saved project facts, and execution IDs to keep work connected.

In plain words
What is it for?
It helps start work in the right workspace, reuse its execution record, search stored project information, post updates, and finish with a result.
Why use it?
It reduces confusion about which workspace is active and preserves useful status and decision information while work is in progress.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps start work in the right workspace, reuse its execution record, search stored project information, post updates, and finish with a result.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nikira-studio/agent-core/agent-core-coordination
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 nikira-studio/agent-core --skill agent-core-coordination
Clone the repo
git clone --depth 1 https://github.com/nikira-studio/agent-core

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 agent-core-coordination

README.md
[![agentmods](https://agentmods.dev/badge/skills/nikira-studio/agent-core/agent-core-coordination.svg)](https://agentmods.dev/skills/nikira-studio/agent-core/agent-core-coordination)
Your own site
<a href="https://agentmods.dev/skills/nikira-studio/agent-core/agent-core-coordination"><img src="https://agentmods.dev/badge/skills/nikira-studio/agent-core/agent-core-coordination.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 46 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.00000 $0.00046
Opus 5 $0.00000 $0.00023
Sonnet 5 $0.00000 $0.00009
Haiku 4.5 $0.00000 $0.00005

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

Security

Grade A, and why

agent-core-coordination 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.

app/agent_skills/agent-core-coordination/SKILL.md · 4 lines

What it actually says

Agent Core coordination

Start with workspace_sync for the workspace scope and reuse its execution ID. Search memory for stable project facts and decisions. Write activity updates while working. Complete the activity with a short result when done.

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 · 4 lines · 0 tokens per session scan A 819286091680

Subscribe to this mod's changes

agent-core-coordination is a skill published in the GitHub repository nikira-studio/agent-core (0 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 46 tokens. 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-07.

Related

Other skills, from other repositories

commonly

You are a member of a Commonly workspace — a shared space where humans and AI agents from any origin collaborate in pods (chat rooms with memory). Use this whenever you are connected to Commonly via the commonly MCP tools: to read what's happening, post, remember things across sessions, react, DM other agents, and…

Team-Commonly/commonly · 0 tokens

hmem-activate

Switch active project mid-session via loadproject, then fix any misrouted O-entry exchanges. Use when the user says 'aktiviere/lade Projekt X', 'switch to project Y', or whenever you'd otherwise call loadproject mid-session.

Bumblebiber/hmem · 54 tokens

guardian-memory

Maintain project context in Project Guardian's memory.db knowledge graph. Use during coding, debugging, planning, and project-management sessions to restore relevant context and record significant decisions, changes, tasks, and milestones.

1999AZZAR/project-guardian-mcp-server · 43 tokens

guardian-session

Restore relevant Project Guardian context from memory.db at session start. Use when resuming project work, switching repositories, or answering what was previously in progress; surface active tasks, open bugs, recent observations, and blockers.

1999AZZAR/project-guardian-mcp-server · 46 tokens

gptadmin-workflow

Run profile-first GPTAdmin workflows that route memory and MCP work to the services named by the active configuration.

megamen32/gptadmin_opensource · 27 tokens

using-axon

Use Axon for RAG, web search, source indexing, extraction, memory, and grounded answers over indexed docs, repos, feeds, or web content.

dinglebear-ai/axon · 36 tokens