ReflexioAI/reflexio

Make your agents improve themselves. Reflexio is an AI agent self-improvement harness that enables your AI agents to continuously learn from real user interactions.

338Stars on the repository
25Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

agent-browser

01

ReflexioAI/reflexio

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…

338 2d ago A 108 tokens copy · 89% Apache-2.0

fastapi

02

ReflexioAI/reflexio

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.

338 2d ago A 57 tokens copy · 100% Apache-2.0

prd

03

ReflexioAI/reflexio

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.

338 2d ago A 60 tokens copy · 92% Apache-2.0

ralph

04

ReflexioAI/reflexio

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.

338 2d ago A 64 tokens copy · 97% Apache-2.0

ReflexioAI/reflexio

Skill Claude CodeCodex

Sync AI coding tool instruction files (AGENTS.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.

338 2d ago A 61 tokens copy · 88% Apache-2.0

update-public-docs

06

ReflexioAI/reflexio

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.

338 2d ago A 57 tokens copy · 100% Apache-2.0

check-and-test

07

ReflexioAI/reflexio

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…

338 2d ago A 97 tokens copy · 98% Apache-2.0

commit

08

ReflexioAI/reflexio

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…

338 2d ago A 122 tokens copy · 100% Apache-2.0

create-pr

09

ReflexioAI/reflexio

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.

338 2d ago A 74 tokens copy · 100% Apache-2.0

review

10

ReflexioAI/reflexio

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.

338 2d ago A 52 tokens copy · 100% Apache-2.0

run-services

11

ReflexioAI/reflexio

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.

338 2d ago C 38 tokens copy · 92% Apache-2.0

update-pr

12

ReflexioAI/reflexio

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.

338 2d ago A 71 tokens copy · 100% Apache-2.0

reflexio-embedded

13

ReflexioAI/reflexio

Skill Claude CodeCodex

Captures user facts and procedural corrections into .reflexio/ so the agent learns across sessions. Use when: (1) user states a preference, fact, config, or constraint; (2) user corrects the agent and confirms the fix with an explicit 'good'/'perfect' or by moving on without re-correcting for 1-2 turns; (3) at start…

338 2d ago A 102 tokens original Apache-2.0

ReflexioAI/reflexio

Skill Claude CodeCodex

Run a full-sweep consolidation over all .reflexio/ files — TTL sweep + n-way cluster merge. Use when the user asks to 'clean up reflexio', 'consolidate memory', 'deduplicate playbooks', or suspects drift across sessions.

338 2d ago A 60 tokens original Apache-2.0

reflexio-embedded

15

ReflexioAI/reflexio

Skill Claude CodeCodex

Captures user facts and procedural corrections into .reflexio/ so the agent learns across sessions. Use when: (1) user states a preference, fact, config, or constraint; (2) user corrects the agent and confirms the fix with an explicit 'good'/'perfect' or by moving on without re-correcting for 1-2 turns; (3) at start…

338 2d ago A 102 tokens copy · 100% Apache-2.0

clear-all

16

ReflexioAI/reflexio

Skill Claude CodeCodex

When to use: The user explicitly asks to delete all locally-stored skills/preferences. This is destructive and unrecoverable.

338 2d ago A 0 tokens original Apache-2.0

dashboard

17

ReflexioAI/reflexio

Skill Claude CodeCodex

When to use: The user wants to open the reflexio web UI to manage skills/preferences.

338 2d ago A 0 tokens original Apache-2.0

learn

18

ReflexioAI/reflexio

Skill Claude CodeCodex

When to use: The user wants immediate extraction of skills/preferences from the current session — e.g., after a major correction, before context compaction, or to test the loop.

338 2d ago A 0 tokens original Apache-2.0

reflexio

19

ReflexioAI/reflexio

Skill Claude CodeCodex

When to use: Always active. This skill is the contract between you and the reflexio cross-session memory plugin.

338 2d ago A 0 tokens original Apache-2.0

restart

20

ReflexioAI/reflexio

Skill Claude CodeCodex

When to use: The user is hitting "reflexio unreachable" errors or wants to restart the local backend cleanly.

338 2d ago A 0 tokens original Apache-2.0

show

21

ReflexioAI/reflexio

Skill Claude CodeCodex

When to use: The user wants to see what reflexio currently knows about this project.

338 2d ago A 0 tokens original Apache-2.0

integrate-reflexio

22

ReflexioAI/reflexio

Skill Claude CodeCodex

Integrate Reflexio Enterprise into an existing AI agent application by retrieving learned context, publishing completed interactions, and optionally routing evaluation setup. Use when a developer asks to add, install, wire, verify, or evaluate Reflexio in an agent codebase; do not use for operating Reflexio data…

338 2d ago C 75 tokens original Apache-2.0