🔧 chore: .agents/skills エイリアスを追加#266
Conversation
Agent Skills の open standard 対応として `.agents/skills` を `../.claude/skills` への symlink で追加。Codex / GitHub Copilot / Cursor / Windsurf など複数の AI エージェントが共通参照できる ようになる。 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
Disabled knowledge base sources:
概要
変更内容エージェントスキル設定リダイレクト
推定コードレビュー工数🎯 1 (Trivial) | ⏱️ ~1分 ポエム
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
This PR adds an interoperability alias so agent-skill consumers can find the repository’s shared skills via the open-standard .agents/skills path, while keeping .claude/skills/ as the source of truth.
Changes:
- Add
.agents/skillsas a symlink pointing to../.claude/skillsto support tools that search for agent skills under.agents/skills.
Summary
.agents/skillsを../.claude/skillsへの symlink として追加.claude/skills/を直接参照できるようになる.cursor/skillssymlink と同じパターン。Source of Truth は引き続き.claude/skills/背景
.agents/skillsは Anthropic 発の Agent Skills が open standard 化された相互運用パス。特に Codex は cwd から repo root まで遡って.agents/skills/を探索する仕様。Test plan
ls .agents/skills/で.claude/skills/配下のディレクトリが見えること../.claude/skillsであること(readlink .agents/skills)🤖 Generated with Claude Code