self improving ai skills

63 tagged self improving ai, measured the same way as everything else here.

Browse within: self-improvement 35ai-assistant 28ai-memory 28persistent memory 28semantic-memory 28self-improving-agent 22self-learning 22

fastapi

01

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.

772 +2 4d ago A 57 tokens original Apache-2.0

check-and-test

02

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…

772 +2 4d ago A 97 tokens original Apache-2.0

review

03

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.

772 +2 4d ago A 52 tokens original Apache-2.0

reflexio-embedded

04

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 3d 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 3d ago A 60 tokens original Apache-2.0

reflexio

06

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 3d ago A 0 tokens original Apache-2.0

add-connector

07

sliamh11/Deus

Skill Claude CodeCodex

Onboard a deus connect connector — a way to route Claude Code sessions to non-Claude models (e.g. GPT via CLIProxyAPI) alongside normal Claude access. Generic orchestrator over whichever connector is selected.

51 8d ago A 49 tokens original MIT

add-editor

08

sliamh11/Deus

Skill Claude CodeCodex

Wire Deus's memory + evolution layers into an external code editor (Zed and other ACP/MCP clients) so the editor's own agent gains Deus's vault recall and self-improving reflexion loop. Configuration only — no new code. Triggers on "add editor", "use Deus in my editor", "zed integration", "editor integration", "wire…

51 8d ago A 89 tokens original MIT

add-llama-cpp

09

sliamh11/Deus

Skill Claude CodeCodex

Install and verify a local llama.cpp server for optional Deus local-generation experiments. Keeps Ollama as the required default for embeddings and judge work.

51 8d ago A 35 tokens original MIT