بنقرة واحدة
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 المهني
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.
| 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.