Up-to-date knowledge about Reflex for AI coding assistants. Helps agents build full-stack Python web apps with Reflex more accurately.
These skills work with any agent that supports the Agent Skills standard, including Claude Code, Cursor, OpenCode, OpenAI Codex, and Pi.
/plugin marketplace add reflex-dev/agent-skills
Install from the Cursor Marketplace or add manually via Settings > Rules > Add Rule > Remote Rule (Github) with reflex-dev/agent-skills.
npx skills add reflex-dev/agent-skills
Clone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Cursor | ~/.cursor/skills/ |
| OpenCode | ~/.config/opencode/skills/ |
| OpenAI Codex | ~/.codex/skills/ |
| Pi | ~/.pi/agent/skills/ |
Skills are contextual and auto-loaded based on your conversation.
| Skill | Description |
|---|---|
| reflex-docs | Framework documentation covering components, state management, events, styling, database, routing, authentication, and more |
This plugin includes the Reflex MCP server for enhanced functionality.
Each skill lives in skills/<name>/ and contains a SKILL.md manifest. See the Agent Skills spec for the format.