> ## Documentation Index
> Fetch the complete documentation index at: https://exosphere-auto-translate-docs-20260626-1023.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` מגלה אילו סוכנים יש לך מותקנים ומוסיף את הכישור בפורמט הנכון לכל אחד מהם באופן אוטומטי.

## מה הכישור כולל

| תחום            | מה כלול                                                                |
| --------------- | ---------------------------------------------------------------------- |
| Policies        | שמות policy מובנים, סוגי אירועים, פרמטרים, הפעלה/כיבוי                 |
| Custom policies | `customPolicies.add()`, מסננים התאמה, API של `allow`/`deny`/`instruct` |
| Context object  | `ctx.eventType`, `ctx.toolName`, `ctx.toolInput`, `ctx.session`        |
| Configuration   | מבנה `policies-config.json`, מיזוג scopes, `policyParams`              |
| CLI             | `failproofai policies --install`, `--uninstall`, `--custom`, scopes    |
| Dashboard       | מציג סשן, פעילות policy, משתנים סביבה                                  |
| Architecture    | זרימת Hook handler, קודי יציאה, חוזה stdin/stdout                      |

## האם הכישור שלם?

Mintlify מייצר `llms.txt` מכל העמודים בניווט. התיעוד של Failproof AI מכסה את ה-API המלא - כל policy, אפשרות וכל דוגמה כלולים. אם אתה מוצא משהו חסר, המקור נמצא ב-`https://docs.befailproof.ai/llms-full.txt`.

להקשר ממוקד, קשר ישירות לעמוד ספציפי:

```bash theme={null}
# רק Custom policies API
npx skills add https://docs.befailproof.ai/custom-policies

# רק ה-built-in policies
npx skills add https://docs.befailproof.ai/built-in-policies
```
