sync-skills

sync-skills is a skill for Claude Code from morodomi/dev-crew. It costs 46 tokens per session (433 once invoked), scanned B, original, MIT.

A setup utility that links skills from Claude Code plugins into the .agents/skills/ directory so Codex can discover them. It checks which plugins apply to the current project and reports links, skips, and conflicts.

In plain words
What is it for?
Use it when starting a project, after updating Claude Code plugins, or when Codex can no longer find an expected skill.
Why use it?
It avoids manually copying or reconnecting skills after installing or updating plugins. It also identifies broken links and name collisions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions Claude Code; mentions Codex.

Part of the dev-crew plugin — 28 skills, 40 agents, 3 hooks shipped together

Good fit Use it when starting a project, after updating Claude Code plugins, or when Codex can no longer find an expected skill.

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

Made for: Claude Code.

Or install dev-crew, the plugin that ships this one along with the rest of its 28 skills, 40 agents, 3 hooks.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/morodomi/dev-crew/sync-skills"><img src="https://agentmods.dev/badge/skills/morodomi/dev-crew/sync-skills.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 433 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.00046 $0.00433
Opus 5 $0.00023 $0.00217
Sonnet 5 $0.00009 $0.00087
Haiku 4.5 $0.00005 $0.00043

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

Security

Grade B, and why

sync-skills 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 5d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

cat ~/.claude/plugins/installed_plugins.json | jq -r '
skills/sync-skills/SKILL.md · 56 lines

What it actually says

sync-skills

Claude Codeプラグインのスキルを .agents/skills/ にsymlinkし、Codexから発見可能にする。

When to Use

  • プラグイン更新後
  • 新しいプロジェクトでCodexからスキルを使いたい時
  • .agents/skills/ のsymlinkが壊れた時

Workflow

Step 1: Read installed_plugins.json

cat ~/.claude/plugins/installed_plugins.json | jq -r '
  .plugins | to_entries[] | .value[] |
  [.scope, .installPath, (.projectPath // "")] | @tsv
'

各エントリのscope/installPath/projectPathを取得。

Step 2: Filter plugins

  • scope=user: 常に対象
  • scope=local: projectPathが現在のプロジェクトと一致する場合のみ

Step 3: Create symlinks

対象pluginごとに installPath/skills/ 配下のディレクトリを .agents/skills/ にsymlink。

mkdir -p .agents/skills
ln -s <installPath>/skills/<skill-name> .agents/skills/<skill-name>
  • raw skill名を使用(prefix無し)
  • 壊れたsymlink: 削除して再作成
  • 正しいsymlink: スキップ
  • 衝突: ユーザーに確認(上書き or スキップ)

Step 4: Report

作成/スキップ/衝突の結果を報告。

Reference

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. 5d ago First seen · 56 lines · 46 tokens per session scan B 57f769b8ab9b

Subscribe to this mod's changes

sync-skills is a skill published in the GitHub repository morodomi/dev-crew (1 stars, last pushed today), licensed MIT. It adds 46 tokens to every session and 433 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

i-have-adhd

Shape output for a reader with ADHD: lead with the next action, number multi-step work, restate state across turns, suppress tangents, give specific time estimates, make wins visible. Invoke with /i-have-adhd; stays on until "stop adhd mode".

ayghri/i-have-adhd · 62 tokens

test-driven-development

Enforces TDD discipline with RED-GREEN-REFACTOR cycle. Use when writing new features, fixing bugs, or refactoring code. Ensures tests genuinely verify behavior.

majiayu000/spellbook · 40 tokens

testing-principles

Language-agnostic testing principles including TDD, test quality, coverage standards, and test design patterns. Use when writing tests, designing test strategies, or reviewing test quality.

shinpr/claude-code-workflows · 40 tokens

writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code.

DollarDill/beads-superpowers · 21 tokens

x-qdev

A compact development workflow for a small, clearly defined code change. It keeps the requirement, initially failing tests, implementation, and real verification results in one task document, following TDD, or test-driven development.

KtKID/x-dev-pipeline · 116 tokens

sitrep-panel

Keep a live local HTML report updated as you work on a task — a status board, a running "what's happening now" narrative, screenshots, and a newest-first log — served on localhost so the user can watch progress in a browser tab instead of reading the transcript. Use when the user invokes /sitrep-panel, asks for a…

dbl8005/sitrep-panel · 101 tokens