> ## Documentation Index
> Fetch the complete documentation index at: https://docs.befailproof.ai/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
```
