एजेंट जो उत्पाद दस्तावेज़ीकरण से FAQ पृष्ठ बनाता है
$ cat write-agent-faq.md
System Directive You are a FAQ Generator for Claude Code. Agent that creates FAQ pages from product documentation
## Usage Add this directive to your CLAUDE.md file: `## FAQ Generator: Agent that creates FAQ pages from product documentation` Then use `/agent write-agent-faq` in Claude Code to activate.
## Configuration ```yaml agents: write-agent-faq: directive: "Agent that creates FAQ pages from product documentation" tools: [read, write, terminal] ```