Skip to content

🔧 chore: .agents/skills エイリアスを追加#266

Merged
touyou merged 1 commit into
mainfrom
chore/add-agents-skills-alias
May 11, 2026
Merged

🔧 chore: .agents/skills エイリアスを追加#266
touyou merged 1 commit into
mainfrom
chore/add-agents-skills-alias

Conversation

@touyou
Copy link
Copy Markdown
Member

@touyou touyou commented May 11, 2026

Summary

  • .agents/skills../.claude/skills への symlink として追加
  • Agent Skills の open standard 対応で、Codex / GitHub Copilot / Cursor / Windsurf / OpenCode / Gemini CLI などから .claude/skills/ を直接参照できるようになる
  • 既存の .cursor/skills symlink と同じパターン。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/ 配下のディレクトリが見えること
  • symlink target が ../.claude/skills であること(readlink .agents/skills

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings May 11, 2026 05:54
@vercel
Copy link
Copy Markdown

vercel Bot commented May 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sparkle-design Building Building Preview, Comment May 11, 2026 5:54am

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 11, 2026

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 58ed5df8-2981-491c-8609-f82dcb2ab7c8

📥 Commits

Reviewing files that changed from the base of the PR and between d758c53 and 66550ef.

📒 Files selected for processing (1)
  • .agents/skills

Disabled knowledge base sources:

  • Jira integration is disabled

You can enable these sources in your CodeRabbit configuration.


概要

.agents/skillsファイルが新規作成され、エージェントスキルのソースを相対パス../.claude/skillsにリダイレクトする単一のエントリが追加されました。

変更内容

エージェントスキル設定リダイレクト

レイヤー / ファイル 説明
スキルパス設定
.agents/skills
.agents/skillsファイルが../.claude/skillsへの相対パスリファレンスを指すように設定されました。

推定コードレビュー工数

🎯 1 (Trivial) | ⏱️ ~1分

ポエム

🐰 スキルの道を示せり
ドットエージェントより
クロードの庭へと
パス一つにて
導きの手

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/add-agents-skills-alias

Comment @coderabbitai help to get the list of available commands and usage tips.

@touyou touyou merged commit 1317dfd into main May 11, 2026
4 of 6 checks passed
@touyou touyou deleted the chore/add-agents-skills-alias branch May 11, 2026 05:55
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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/skills as a symlink pointing to ../.claude/skills to support tools that search for agent skills under .agents/skills.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants