원클릭으로
unify-agents
Consolidate CLAUDE.md into AGENTS.md and symlink CLAUDE.md -> AGENTS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Consolidate CLAUDE.md into AGENTS.md and symlink CLAUDE.md -> AGENTS.md.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | unify-agents |
| description | Consolidate CLAUDE.md into AGENTS.md and symlink CLAUDE.md -> AGENTS.md. |
Ensure the canonical agent instructions live in AGENTS.md, with CLAUDE.md as a symlink pointing to it. This lets multiple AI tools share a single source of truth.
find . -name CLAUDE.md -not -path '*/node_modules/*' -not -path '*/.git/*' to locate all CLAUDE.md files in the repo.CLAUDE.md files are found, stop and tell the user there is nothing to unify.For each CLAUDE.md found, in its containing directory:
Check if it is already a symlink. Run test -L <path>/CLAUDE.md. If it is already a symlink, skip it and report that it's already unified.
Check if AGENTS.md exists in the same directory.
mv <path>/CLAUDE.md <path>/AGENTS.md to move the content.ln -s AGENTS.md <path>/CLAUDE.md to create the symlink.Verify the symlink works: run test -L <path>/CLAUDE.md && test -f <path>/AGENTS.md.
git add <path>/AGENTS.md <path>/CLAUDE.md.git status so the user can review.ln -s AGENTS.md CLAUDE.md), not absolute paths.$ARGUMENTS is a path, only process that specific directory instead of scanning the whole repo.Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.
Check GitHub Actions status, diagnose failures from logs, fix, push, and loop until CI passes.
Read PR comments on the current branch and address each one through plan mode.
Explore the project and list setup steps needed to run it locally — dependencies, config, services, and manual actions.
Commit, push, and create a PR with summary and test checklist.
Create .superset/config.json with setup and teardown scripts for Superset workspaces.