skills-organization

skills-organization is a skill for Codex from dirtybits/agent-skills. It costs 92 tokens per session (2,328 once invoked), scanned B, original, MIT.

A workflow for organizing and synchronizing local skill folders used by coding-agent tools such as Codex, Claude, Cursor, Hermes, and OpenClaw.

In plain words
What is it for?
Use it to audit, mirror, link, migrate, or reconcile skill folders across agent tools, after choosing a canonical source directory.
Why use it?
It helps compare and reconcile separate skill directories while preserving existing folders and accounting for differences between tools.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions Codex; built for openclaw.

Good fit Use it to audit, mirror, link, migrate, or reconcile skill folders across agent tools, after choosing a canonical source directory.

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

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 skills-organization

README.md
[![agentmods](https://agentmods.dev/badge/skills/dirtybits/agent-skills/skills-organization/github.svg)](https://agentmods.dev/skills/dirtybits/agent-skills/skills-organization)
Your own site
<a href="https://agentmods.dev/skills/dirtybits/agent-skills/skills-organization"><img src="https://agentmods.dev/badge/skills/dirtybits/agent-skills/skills-organization/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 skills-organization

Your own site · 80×15
<a href="https://agentmods.dev/skills/dirtybits/agent-skills/skills-organization"><img src="https://agentmods.dev/badge/skills/dirtybits/agent-skills/skills-organization.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,328 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00092 $0.02328
Opus 5 $0.00046 $0.01164
Sonnet 5 $0.00018 $0.00466
Haiku 4.5 $0.00009 $0.00233

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

Security

Grade B, and why

skills-organization scanned grade B 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 9d 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.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- Do not use `rm -rf` for reconciliation. Move to backups instead.

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/skills-organization/SKILL.md · 189 lines

How it starts

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

Skills Organization

Use this skill when keeping local agent skill folders aligned across tools. Treat it as a power-user local workflow: audit first, explain the isolation tradeoffs, then make writes only after the user approves the exact paths.

Core Stance

  • Treat ~/.agents/skills as the canonical source of truth for personal/shared skills.
  • Mirror an agent tool's normal skills path to the canonical root with a directory symlink only when the user intentionally wants shared cross-agent skills.
  • Prefer a hub-and-spoke layout over cross-linking every directory to every other directory.
  • Do not blindly import product-managed, vendor-managed, plugin-cache, backup, or bundled skill directories.
  • Shared storage does not guarantee shared compatibility. Codex, Claude, Cursor, Hermes, OpenClaw, and other tools may expect different skill schemas, frontmatter, file layouts, or install metadata.
  • Preserve anything you replace. Move real directories to timestamped backups before creating symlinks.

Hermes Profile Warning

Hermes can use both the active-profile skills path and named profile skill directories:

  • Active profile: ~/.hermes/skills
  • Named profiles: ~/.hermes/profiles/<profile>/skills

Only link ~/.hermes/skills if the user explicitly wants the active Hermes profile to share the common skill set. Do not symlink ~/.hermes/profiles/*/skills automatically. Profile directories can represent intentionally isolated contexts, and flattening them into ~/.agents/skills can make skills from one context bleed into another.

If the user wants Hermes integration but not shared storage, prefer normal Hermes skill install or management commands and leave profile-specific directories alone.

If ~/.codex/skills, ~/.claude/skills, and ~/.cursor/skills are symlinks to ~/.agents/skills, then adding a skill through any of those paths already lands in the shared directory. A mesh of symlinks between tool directories is harder to reason about, easier to loop, and offers no practical benefit over one canonical target.

Read the full file on GitHub · 189 lines

Files

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.

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. 9d ago First seen · 189 lines · 92 tokens per session scan B 89ee939a65e0

Subscribe to this mod's changes

skills-organization is a skill published in the GitHub repository dirtybits/agent-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 92 tokens to every session and 2,328 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.