
JetBrains Junie が Agent Skills をサポート!相互運用性と使い心地をレビュー
2026-02-03JetBrains Junie でAgent Skillsを実際に試してみた体験レポートです。
こんにちは、 wand です!
今回は、JetBrains の AI Agent「Junie」が 2026年2月2日 にサポートした Agent Skills について、早速この記事執筆にも活用してみたので、その体験をシェアします。
前提条件
本記事の検証では、以下の環境を使用しています:
- Junie バージョン: 2xx.620.40(Agent Skills サポート版)
- Junie モデル: Sonnet-4
Agent Skills とは何か
Agent Skills とは、AIエージェントが特定のタスクを実行するための知識やワークフローを記述するための軽量なフォーマットです。
再利用可能性と、必要なものだけが遅延読み込みされることが特徴です。
もともとは Anthropic 社の Claude の機能だったものが、 2025年12月19日にオープンスタンダードとなりました。
その後、各社 AI Agent によるサポートが進み、 JetBrains の Junie では、 2026年2月2日リリースのバージョン 2xx.620.40 でサポートされました。
相互運用性への懸念と検証
他のAIエージェントとの比較
Agent Skills を使う上で最も気になったのが、他の AI Agent との相互運用性でした。
各エージェントがサポートするスキル配置場所は以下の通りです:
- Cursor:
.cursor/skills/と.claude/skills/に配置可能 - GitHub Copilot:
.github/skills/と.claude/skills/に配置可能 - Junie: 公式には
.junie/skills/のみ記載
To install a skill, add its folder to .junie/skills with a required SKILL.md file used for discovery and execution
(https://plugins.jetbrains.com/plugin/26104-junie-the-ai-coding-agent-by-jetbrains, 2026/2/2 現在)
多くのエージェントが .claude/skills/ をサポートしているため、相互運用性の観点から Junie でも対応してほしいと思っていました。
実行計画の比較検証
心配していた相互運用性の問題について、実際にテストしてみました。
下記の場所にスキルを配置し、 利用可能な Agent Skills を一覧してください。と指示を出して、実行計画と結果を比較検証しました:
.junie/skills/.claude/skills/.codex/skills/
.junie/skills/ の場合
まずは公式の置き場所である junie/skills/ :
1. Explore the .junie/skills directory structure to understand the available Agent Skills
2. Examine the content of existing skill files to understand their structure and capabilities
3. Create a comprehensive list of available Agent Skills with their descriptions
4. Present the findings in a clear, organized format for the userA comprehensive list of available Agent Skills was created, including detailed information about the "article-writing" skill, which assists in writing blog articles with specific guidelines for SEO and content structure.問題なく読み込まれました。
.claude/skills/ の場合
続いて、多くのエージェントがサポートしている .claude/skills/ :
1. Explore the project structure to understand the organization
2. Look for `.claude/skills/` directory and examine its contents
3. Identify all available agent skills by examining skill definition files
4. Create a comprehensive list of available agent skills with descriptions
5. Present the findings to the userA comprehensive list of available agent skills was created, confirming that there is a single skill called "article-writing" with detailed functionality for creating blog articles.驚いたことに、 .claude/skills に置いた場合でも正しく読み込まれました!
実行計画が1ステップ多くなっていますが、これくらいなら許容範囲でしょう。
.codex/skills/ の場合
最後に、 .codex/skills/ の場合:
1. Explore the project structure to understand the codebase and identify what "Agent Skills" refers to
- Check README.md for documentation
- Examine the template directory structure
- Look for any agent-related configuration or code
2. Search for agent-related files, configurations, or documentation throughout the project
- Check for `.junie/skills/` directory
- Check for any other agent skills directories mentioned
- Found `.codex/skills/` directory with article-writing skill
3. Identify and list all available agent skills/capabilities based on findings
4. Present the comprehensive list to the userThe project has one available Agent Skill: "article-writing," which is designed for writing blog articles from drafts or mind maps, complete with specific format and SEO guidelines.その他の非標準の場所 ( .codex/skills/ ) に配置した場合は、より探索的なアプローチを取ることがわかります。
一応見つけてはくれましたが、明らかに遠回りしている感じでした。
使ってみた感想
良かった点
- 相互運用性の確保: 他の多くの AI Agent と同様に
.claude/skills/にある Agent Skills も認識してくれるので、既存のスキルをそのまま活用できます。 - 軽快な動作: レスポンスが速く、ストレスなく使用できました。実際にこの記事も Agent Skills を使って執筆しています。
- 適応性: 標準的でない場所にスキルがあっても、探索して見つけてくれる柔軟性があります。
改善の余地
公式ドキュメントでは .junie/skills/ のみがサポートされているように見えるため、 .claude/skills/ のサポートを明示的に公表してくれると、より多くの開発者が安心して利用できると思います。
まとめ
JetBrains Junie の Agent Skills サポートは、相互運用性と使い勝手の両面で期待以上の出来でした。
特に .claude/skills/ への対応により、シンボリックリンクなどを作成しなくても多くの AI Agent との間でスキルを共有できるのは大きなメリットです。
今後もプログラミングや記事執筆といった様々なタスクで Agent Skills を活用していきたいと思います。
JetBrains IDE をお使いの方は、ぜひ Junie の Agent Skills を試してみてください!

wand
「wand」は魔法の杖を意味します。魔法のようにさまざまなものを自分の手で生み出せるようになりたい、そんな思いを込めました。 ハンドメイド、家庭菜園、DIY、プログラミング等、「つくる」をテーマに色々なことをしていきたいと思っています。 Amazonのアソシエイトとして、wand は適格販売により収入を得ています。 GitHub: https://github.com/wand2016