# PatternFly AI Helpers AI coding helpers for PatternFly development — plugins, skills, agents, and documentation for Claude Code and Cursor. ## Working in this repo - Plugin manifests must be identical in `.claude-plugin/` and `.cursor-plugin/` — always update both - After adding or renaming skills/agents, run `bash scripts/generate-plugins-md.sh` to regenerate PLUGINS.md and the README plugin table - Skills in consumer plugins use the `pf-` prefix and are PatternFly-specific. Generic or non-PF skills belong in `pf-workshop`. - Do not add `mcpServers` to plugin.json files — the PatternFly MCP is a separate user install documented in each plugin's README ## Key paths See [PLUGINS.md](PLUGINS.md) for the full list of plugins, skills, and agents. - `plugins//skills/` — Skill definitions (SKILL.md) - `plugins//agents/` — Agent definitions (markdown) - `plugins//.claude-plugin/plugin.json` — Plugin manifest - `docs/` — AI-friendly PatternFly documentation (see `docs/README.md`) - `.claude-plugin/marketplace.json` / `.cursor-plugin/marketplace.json` — Marketplace config