ReflexioAI

51 mods across 2 repositories, 1.1k stars between them.

agent-browser

01

ReflexioAI/claude-smart

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

774 3d ago A 108 tokens copy · 89% Apache-2.0

fastapi

02

ReflexioAI/claude-smart

Skill Claude CodeCodex

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 latest features and patterns, updated with new versions. Write new code or refactor and update old code.

774 3d ago A 57 tokens original Apache-2.0

prd

03

ReflexioAI/claude-smart

Skill Claude CodeCodex

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 on: create a prd, write prd for, plan this feature, requirements for, spec out.

774 3d ago A 60 tokens copy · 92% Apache-2.0

ralph

04

ReflexioAI/claude-smart

Skill Claude CodeCodex

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. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json.

774 3d ago A 64 tokens copy · 97% Apache-2.0

ReflexioAI/claude-smart

Skill Claude CodeCodex

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 syncing md files, syncing instructions, updating GEMINI.md, or updating AGENTS.md.

774 3d ago A 62 tokens original Apache-2.0

update-public-docs

06

ReflexioAI/claude-smart

Skill Claude CodeCodex

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.

774 3d ago A 57 tokens original Apache-2.0

check-and-test

07

ReflexioAI/claude-smart

Skill Claude CodeCodex

Run lint checks (ruff for Python, Biome for TS/JS), type checks (pyright for Python, tsc for TS/JS), and the standard pytest tiers (unit + e2e + tests skipped during pre-commit). Investigates failures to determine if they are application bugs or test issues, and fixes application bugs rather than weakening tests. Does…

774 3d ago A 97 tokens original Apache-2.0

commit

08

ReflexioAI/claude-smart

Skill Claude CodeCodex

Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Use when the user wants to commit changes. Handles precommit hooks that modify files (formatting, linting) by re-staging and retrying. Runs ruff lint and pyright type checks on staged Python files, and…

774 3d ago A 122 tokens original Apache-2.0

create-pr

09

ReflexioAI/claude-smart

Skill Claude CodeCodex

Create high-quality pull requests via gh pr create. Use when the user wants to create a PR, submit a PR, open a pull request, submit for review, or push changes for review. Triggers on: create a pr, create-pr, submit a pr, open a pull request, submit for review, make a pr, gh pr create.

774 3d ago A 74 tokens original Apache-2.0

review

10

ReflexioAI/claude-smart

Skill Claude CodeCodex

Rigorous code review of all uncommitted changes. Analyzes architecture, code quality, security, and engineering best practices. Embeds questions and assumptions inline, then summarizes all proposed changes as a plan for user approval before any edits are made.

774 3d ago A 52 tokens original Apache-2.0

run-services

11

ReflexioAI/claude-smart

Skill Claude CodeCodex

Start all local services (backend, frontend, docs) with dependency checking, error diagnosis, and automatic recovery. Handles missing npm/python packages, port conflicts, and stale processes.

774 3d ago C 38 tokens original Apache-2.0

update-pr

12

ReflexioAI/claude-smart

Skill Claude CodeCodex

Update an existing pull request with new changes. Use when the user wants to update a PR, push follow-up changes to a PR, refresh a PR description, or sync a PR with latest commits. Triggers on: update pr, update-pr, update the pr, push to pr, refresh pr, sync pr, update pull request.

774 3d ago A 71 tokens original Apache-2.0

claude-smart

13

ReflexioAI/claude-smart

Plugin Claude Code

Self-improving Claude Code, Codex, and OpenCode plugin that turns corrections into Preferences, Project-specific skills, and Shared skills.

774 3d ago A tokens not measured original Apache-2.0

clear-all

14

ReflexioAI/claude-smart

Command

Delete ALL local claude-smart learned data and restart the backend (destructive).

774 3d ago A 19 tokens original Apache-2.0

dashboard

15

ReflexioAI/claude-smart

Command

Open the claude-smart dashboard (http://localhost:3001) in the browser, starting the backend and dashboard if they aren't running.

774 3d ago A 29 tokens original Apache-2.0

learn

16

ReflexioAI/claude-smart

Command

Force claude-smart to extract learnings from this session now.

774 3d ago A 14 tokens original Apache-2.0

restart

17

ReflexioAI/claude-smart

Command

Restart the reflexio backend and dashboard to pick up new changes.

774 3d ago A 14 tokens original Apache-2.0

show

18

ReflexioAI/claude-smart

Command

Show current project-specific skills and session preferences.

774 3d ago A 10 tokens original Apache-2.0

Setup

19

ReflexioAI/claude-smart

Hook

Runs once when the project is set up, executing smart-install.sh. From ReflexioAI/claude-smart.

774 3d ago A tokens not measured original Apache-2.0

SessionStart

20

ReflexioAI/claude-smart

Hook

Runs when a session starts on startup, clear, compact and resume, executing ensure-plugin-root.sh, hook_entry.sh, backend-service.sh and dashboard-service.sh (4 commands). From ReflexioAI/claude-smart.

774 3d ago A tokens not measured original Apache-2.0

UserPromptSubmit

21

ReflexioAI/claude-smart

Hook

Runs when you submit a prompt, before the agent sees it, executing hook_entry.sh. From ReflexioAI/claude-smart.

774 3d ago A tokens not measured original Apache-2.0

PreToolUse

22

ReflexioAI/claude-smart

Hook

Runs before the agent uses a tool for Edit, Write, NotebookEdit and Bash tool calls, executing hook_entry.sh. From ReflexioAI/claude-smart.

774 3d ago A tokens not measured copy · 89% Apache-2.0

PostToolUse

23

ReflexioAI/claude-smart

Hook

Runs after a tool call finishes, executing hook_entry.sh. From ReflexioAI/claude-smart.

774 3d ago A tokens not measured original Apache-2.0

Stop

24

ReflexioAI/claude-smart

Hook

Runs when the agent finishes a response, executing hook_entry.sh. From ReflexioAI/claude-smart.

774 3d ago A tokens not measured original Apache-2.0