Skip to content

Commit 52a79cb

Browse files
authored
feat(docs): translate ai/agent-skills to Japanese (#1164)
1 parent c835a65 commit 52a79cb

2 files changed

Lines changed: 35 additions & 11 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Agent Skills
2+
3+
Agent Skills are specialized, domain-specific instructions and capabilities designed for AI agents like Gemini CLI. These skills provide architectural guidance, generate idiomatic Angular code, and help scaffold new projects using modern best practices.
4+
5+
By using Agent Skills, you can ensure that the AI agent you are working with has the most up-to-date information about Angular's conventions, reactivity models (like Signals), and project structure.
6+
7+
## Available Skills
8+
9+
The Angular team maintains a collection of official skills that are regularly updated to stay in sync with the latest framework improvements.
10+
11+
| Skill | Description |
12+
| :---------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
13+
| **`angular-developer`** | Generates Angular code and provides architectural guidance. Useful for creating components, services, or obtaining best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling, testing, or CLI tooling. |
14+
| **`angular-new-app`** | Creates a new Angular app using the Angular CLI. Provides important guidelines for effectively setting up and structuring a modern Angular application. |
15+
16+
## Using Agent Skills
17+
18+
Agent Skills are designed to be used with agentic coding tools like [Gemini CLI](https://geminicli.com/docs/cli/skills/), [Antigravity](https://antigravity.google/docs/skills) and more. Activating a skill loads the specific instructions and resources needed for that task.
19+
20+
To use these skills in your own environment you may follow the instructions for your specific tool or use a community tool like [skills.sh](https://skills.sh/).
21+
22+
```bash
23+
npx skills add https://github.com/angular/skills
24+
```

adev-ja/src/content/ai/agent-skills.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# Agent Skills
1+
# エージェントスキル
22

3-
Agent Skills are specialized, domain-specific instructions and capabilities designed for AI agents like Gemini CLI. These skills provide architectural guidance, generate idiomatic Angular code, and help scaffold new projects using modern best practices.
3+
エージェントスキルは、Gemini CLIのようなAIエージェント向けに設計された、ドメイン固有の専門的な指示と機能です。これらのスキルはアーキテクチャ上のガイダンスを提供し、慣用的なAngularコードを生成し、モダンなベストプラクティスを使用した新しいプロジェクトの足場作りを支援します。
44

5-
By using Agent Skills, you can ensure that the AI agent you are working with has the most up-to-date information about Angular's conventions, reactivity models (like Signals), and project structure.
5+
エージェントスキルを使用することで、現在作業しているAIエージェントが、Angularの規約、リアクティビティモデル(シグナルなど)、プロジェクト構造に関する最新の情報を持つことを保証できます。
66

7-
## Available Skills
7+
## 利用可能なスキル {#available-skills}
88

9-
The Angular team maintains a collection of official skills that are regularly updated to stay in sync with the latest framework improvements.
9+
Angularチームは、最新のフレームワークの改善と同期を保つために定期的に更新される公式スキルのコレクションを管理しています。
1010

11-
| Skill | Description |
11+
| スキル | 説明 |
1212
| :---------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
13-
| **`angular-developer`** | Generates Angular code and provides architectural guidance. Useful for creating components, services, or obtaining best practices on reactivity (signals, linkedSignal, resource), forms, dependency injection, routing, SSR, accessibility (ARIA), animations, styling, testing, or CLI tooling. |
14-
| **`angular-new-app`** | Creates a new Angular app using the Angular CLI. Provides important guidelines for effectively setting up and structuring a modern Angular application. |
13+
| **`angular-developer`** | Angularコードを生成し、アーキテクチャ上のガイダンスを提供します。コンポーネントやサービスの作成、またはリアクティビティ(signalslinkedSignalresource)、フォーム、依存性の注入、ルーティング、SSR、アクセシビリティ(ARIA)、アニメーション、スタイリング、テスト、CLIツーリングに関するベストプラクティスの取得に役立ちます。 |
14+
| **`angular-new-app`** | Angular CLIを使用して新しいAngularアプリケーションを作成します。モダンなAngularアプリケーションを効果的にセットアップし、構造化するための重要なガイドラインを提供します。 |
1515

16-
## Using Agent Skills
16+
## エージェントスキルの使用 {#using-agent-skills}
1717

18-
Agent Skills are designed to be used with agentic coding tools like [Gemini CLI](https://geminicli.com/docs/cli/skills/), [Antigravity](https://antigravity.google/docs/skills) and more. Activating a skill loads the specific instructions and resources needed for that task.
18+
エージェントスキルは、[Gemini CLI](https://geminicli.com/docs/cli/skills/)[Antigravity](https://antigravity.google/docs/skills)などのエージェント型コーディングツールで使用できるよう設計されています。スキルをアクティベートすると、そのタスクに必要な特定の指示とリソースが読み込まれます。
1919

20-
To use these skills in your own environment you may follow the instructions for your specific tool or use a community tool like [skills.sh](https://skills.sh/).
20+
ご自身の環境でこれらのスキルを使用するには、お使いの特定のツールの手順に従うか、[skills.sh](https://skills.sh/)のようなコミュニティツールを使用できます。
2121

2222
```bash
2323
npx skills add https://github.com/angular/skills

0 commit comments

Comments
 (0)