agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
Update public API reference docs to match Python source code. Compares client.py, schema files, and config models against MDX docs and fixes any gaps. Triggers on: update docs, sync docs, update public docs, update api reference, refresh documentation.
$ npx -y skills add ReflexioAI/claude-smart --skill update-public-docs --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/update-public-docsContext preview
The summary Claude sees to decide when to auto-load this skill.
Update public API reference docs to match Python source code. Compares client.py, schema files, and config models against MDX docs and fixes any gaps. Triggers on: update docs, sync docs, update public docs, update api reference, refresh documentation.
name: update-public-docs description: "Update public API reference docs to match Python source code. Compares client.py, schema files, and config models against MDX docs and fixes any gaps. Triggers on: update docs, sync docs, update public docs, update api reference, refresh documentation."
Keep the public documentation at `reflexio/public_docs/` in sync with the Python source code (client library, schemas, config models).
Read these files to understand the current API surface:
Read all MDX docs under `reflexio/public_docs/content/docs/`:
Read every source file listed above. Extract:
Read every MDX file under `reflexio/public_docs/content/docs/`.
For each doc category, compare source against docs and fix discrepancies:
**Client methods** (`client-*.mdx`):
**Schema docs** (`schemas-*.mdx`):
**Enums** (`schemas-enums.mdx`):
**Config docs** (`schemas-config.mdx`):
**Concepts/examples** (`concepts/`, `getting-started/`, `examples/`):
**INCLUDE:**
**EXCLUDE:**
Run the docs build to ensure no errors:
cd reflexio/public_docs && npx next build
Fix any build errors before finishing.
Summarize what changed:
Turns corrections into Preferences, Project-specific skills, and Shared skills for Claude Code, Codex, and OpenCode.
Repo: ReflexioAI/claude-smart
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…
FastAPI best practices and conventions. Use when working with FastAPI APIs and Pydantic models for them. Keeps FastAPI code clean and up to date with the…
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers…
Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format.…
Sync AI coding tool instruction files (CLAUDE.md, GEMINI.md, AGENTS.md) so they stay aligned. Detects which file changed and copies it to the others. Use when…
Codex-only — use when the user asks to run claude-smart commands in Codex, including claude-smart show, learn, restart, dashboard, clear-all, or slash-like…