multi-agent-skill-sharing

multi-agent-skill-sharing is a skill for Codex from BreetyGreen/Myco. It costs 141 tokens per session (2,471 once invoked), scanned A, original, MIT.

A skill for keeping one repository-based ruleset available to several AI coding agents, such as Claude Code, Codex CLI, Cursor, Gemini CLI, or Cline. Each agent gets its own committed copy in the repository because agents do not share one skills folder.

In plain words
What is it for?
Use it when multiple AI coding products work on the same project and need to share, switch, install, or maintain the same skill or ruleset.
Why use it?
It prevents one coding tool from being unable to find a skill that another tool can use, while keeping versions synchronized through Git.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it when multiple AI coding products work on the same project and need to share, switch, install, or maintain the same skill or ruleset.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/breetygreen/myco/multi-agent-skill-sharing
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 BreetyGreen/Myco --skill multi-agent-skill-sharing
Clone the repo
git clone --depth 1 https://github.com/BreetyGreen/Myco

Made for: 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 multi-agent-skill-sharing

README.md
[![agentmods](https://agentmods.dev/badge/skills/breetygreen/myco/multi-agent-skill-sharing.svg)](https://agentmods.dev/skills/breetygreen/myco/multi-agent-skill-sharing)
Your own site
<a href="https://agentmods.dev/skills/breetygreen/myco/multi-agent-skill-sharing"><img src="https://agentmods.dev/badge/skills/breetygreen/myco/multi-agent-skill-sharing.svg" alt="Measured on agentmods" height="20"></a>
Per session 141 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,471 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.00141 $0.02471
Opus 5 $0.00071 $0.01236
Sonnet 5 $0.00028 $0.00494
Haiku 4.5 $0.00014 $0.00247

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

Security

Grade A, and why

multi-agent-skill-sharing 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/multi-agent-skill-sharing/SKILL.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

multi-agent-skill-sharing

Install a skill once and make every AI coding agent working on the same repository able to read it and invoke it in its own way.

This skill is tool-agnostic. It works whether you use two agents or six.

When to use

  • You use multiple AI coding products on the same project (e.g. Claude Code
    • Codex + Cursor) and want a skill / ruleset / prompt to be shared and switchable between them.
  • Someone asks "why can only one tool use this skill?" or "why can't I call it in tool X?"
  • A skill is installed but one agent can't find it.
  • You want a skill to live inside the repo and travel with Git, so it survives a new machine or a new teammate.

The core mental model (read this first, or you'll install it wrong)

There is no shared skills directory across agents. "Install once, all tools see it" is literally false. Each product reads skills from a different directory, and the invocation syntax differs too.

Real sharing is achieved by installing the skill into per-agent directories that live inside the repository, so it travels with Git. One physical copy per agent, all committed, all in sync.

Where each agent reads skills + how you invoke them

⚠️ Verify paths against the current version of each tool before relying on this table. These conventions move fast. Last verified: 2026-07 (see "Verification" below). When in doubt, check the tool's own docs or probe the filesystem.

Agent Repo-level dir (travels with Git) User-level dir How to invoke
Claude Code <repo>/.claude/skills/ ~/.claude/skills/ Mention the skill by name in chat. Some suites (e.g. gstack) add /slash commands on top.
WorkBuddy <repo>/.workbuddy/skills/ ~/.workbuddy/skills/ Mention the skill by name (same convention as Claude Code).
Codex CLI <repo>/.agents/skills/ and/or <repo>/.codex/skills/ (see note) ~/.agents/skills/ or ~/.codex/skills/ (see note) $skill-name, the /skills picker, or just name it in the prompt. NOT a /design-style slash command.
Cursor <repo>/.cursor/skills/ (also reads .cursor/rules/ .mdc) Rules auto-inject; also tolerates .agents/ skills.
Antigravity <repo>/.antigravity/skills/ (VS Code–based, convention) Mention the skill by name; vendor path unverified.
Gemini CLI <repo>/.agents/skills/ Auto-discovered; name it in the prompt.
Cline <repo>/.cline/skills/, .clinerules/skills/, or .claude/skills/ ~/.cline/skills/ Name it; gated behind an experimental toggle.

Read the full file on GitHub · 207 lines

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 · 207 lines · 141 tokens per session scan A b2c4dc8a3ea5

Subscribe to this mod's changes

multi-agent-skill-sharing is a skill published in the GitHub repository BreetyGreen/Myco (2 stars, last pushed 1mo ago), licensed MIT. It adds 141 tokens to every session and 2,471 once invoked, about $0.0007 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