# Gendox Agent Skills

Portable skills for AI coding assistants (Cursor, Claude Code, OpenAI Codex).

Copy a skill folder into your project:

| Agent | Directory |
|-------|-----------|
| Cursor / OpenAI Codex | `.agents/skills/<skill-name>/` |
| Claude Code | `.claude/skills/<skill-name>/` |

## Catalog

| Skill | Entry point | Description |
|-------|-------------|-------------|
| [gendox-widget-integration](./gendox-widget-integration/SKILL.md) | `SKILL.md` | Embed the Gendox chat widget, wire up local page context, and register browser-side agent tools. |
| [gendox-wordpress-integration](./gendox-wordpress-integration/SKILL.md) | `SKILL.md` | Set up the Gendox WP AI Agent plugin, and register agent tools/local context on WordPress specifically. |

Install instructions: [/](/#for-ai-coding-assistants) · Human widget docs: [/website-widget/website-widget-installation](/website-widget/website-widget-installation)
