> ## Documentation Index
> Fetch the complete documentation index at: https://exosphere-auto-translate-docs-20260624-1149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# エージェント向け

> コマンド一つで Failproof AI の知識をコーディングエージェントに追加できます。Claude Code、Cursor、Windsurf などに対応しています。

コマンド一つで Failproof AI の完全なリファレンスをコーディングエージェントに追加できます。Claude Code、Cursor、Windsurf、その他スキルに対応したあらゆるエージェントで動作します。

```bash theme={null}
npx skills add https://docs.befailproof.ai
```

`npx skills` はインストール済みのエージェントを自動検出し、それぞれに適したフォーマットでスキルを追加します。

## スキルがカバーする範囲

| 領域           | 含まれる内容                                                         |
| ------------ | -------------------------------------------------------------- |
| ポリシー         | 組み込みポリシー名、イベントタイプ、パラメータ、有効化/無効化                                |
| カスタムポリシー     | `customPolicies.add()`、マッチフィルター、`allow`/`deny`/`instruct` API  |
| コンテキストオブジェクト | `ctx.eventType`、`ctx.toolName`、`ctx.toolInput`、`ctx.session`   |
| 設定           | `policies-config.json` の構造、スコープのマージ、`policyParams`             |
| CLI          | `failproofai policies --install`、`--uninstall`、`--custom`、スコープ |
| ダッシュボード      | セッションビューアー、ポリシーアクティビティ、環境変数                                    |
| アーキテクチャ      | フックハンドラーのフロー、終了コード、stdin/stdout コントラクト                         |

## スキルは完全ですか？

Mintlify はナビゲーション内のすべてのページから `llms.txt` を生成します。Failproof AI のドキュメントは完全な API をカバーしており、すべてのポリシー・オプション・サンプルが含まれています。不足している内容を見つけた場合は、`https://docs.befailproof.ai/llms-full.txt` がソースです。

特定のコンテキストが必要な場合は、特定のページに直接リンクしてください：

```bash theme={null}
# カスタムポリシー API のみ
npx skills add https://docs.befailproof.ai/custom-policies

# 組み込みポリシーのみ
npx skills add https://docs.befailproof.ai/built-in-policies
```
