Агент, создающий страницы часто задаваемых вопросов из документации по продукту.
$ 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] ```