con un clic
sync-agents-symlinks
AGENTS.md 파일이 있는 모든 디렉토리에 CLAUDE.md 심볼릭 링크를 생성하는 절차를 정의합니다.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
AGENTS.md 파일이 있는 모든 디렉토리에 CLAUDE.md 심볼릭 링크를 생성하는 절차를 정의합니다.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | sync-agents-symlinks |
| description | AGENTS.md 파일이 있는 모든 디렉토리에 CLAUDE.md 심볼릭 링크를 생성하는 절차를 정의합니다. |
Use this prompt to ensure every directory that contains an AGENTS.md file also has a CLAUDE.md symlink pointing to it. This keeps Claude Code reading the same doctrinal file without duplication.
<commit> — Optional. Set to yes to stage and commit the newly created symlinks after creation. If omitted, defaults to no (create symlinks but do not commit).<commit_scope> — Optional Conventional Commit scope (e.g., docs, chore). Defaults to no scope if omitted.Find every AGENTS.md in the repository. For each one, ensure a CLAUDE.md symlink exists in the same directory pointing to AGENTS.md. Skip directories where the symlink already exists and is correct. Optionally commit only the newly created symlinks.
Confirm the working directory is the repository root:
pwdDiscover all AGENTS.md files:
find search to locate every AGENTS.md recursively from the repo root.For each discovered directory, check the CLAUDE.md status:
CLAUDE.md does not exist → create a symlink: ln -s AGENTS.md <dir>/CLAUDE.md.CLAUDE.md exists and is a symlink pointing to AGENTS.md → skip (already correct, note it).CLAUDE.md exists but is a regular file or points to something other than AGENTS.md → stop and report to the user without modifying it.Report the outcome:
If <commit> is yes:
git add <file> [<file> ...]. Do not use git add -A or git add ..chore type unless <commit_scope> suggests otherwise.
chore: add CLAUDE.md symlinks for missing AGENTS.md directoriesgit commit -m "$(cat <<'EOF'
chore: add CLAUDE.md symlinks for missing AGENTS.md directories
- <dir1>
- <dir2>
EOF
)"
--amend, --no-verify, or any hook bypass.Report the result in Korean:
AGENTS.md files found.CLAUDE.md that is a regular file or points to a target other than AGENTS.md. Report it as a conflict instead.AGENTS.md file.AGENTS.md file in that directory does not exist (i.e., do not create dangling symlinks).<commit> is explicitly yes.Diagnose over-abstraction in a package, then consolidate files by domain and deduplicate functional logic.
git worktree 생성과 제거 라이프사이클을 하나의 절차로 통합해 실행하는 스킬입니다.
Per-carrier request-block contracts and dispatch composition rules for carrier_dispatch requests. Load before the first dispatch of the session; skip reloading if already in context.
Host-owned Fleet Plan authoring and mutation workflow. Load before the first host plan_write call in a session and skip reloading when already in context. Use it for the required Plan template, optional Nimitz Plan assurance, Genesis Plan-driven handoff, host completion marking after artifact inspection, and Plan-state verification boundaries.
Drive a headless real-browser end-to-end test or diagnosis of the Fleet Console web UI with agent-browser. Use for Console SPA behavior such as blank screens, terminal rendering, Theater or Operation interactions, modal and keyboard boundaries, responsive layout, browser errors, HTTP requests, WebSockets, or final browser verification after a Console change. Do not use for Electron lifecycle, native menus or dialogs, Desktop security policy, packaging, or installed-app behavior; use desktop-e2e instead.
Use the coordinated Fleet protocol mode for multi-carrier or parallel ownership work.