rexleimo

31 mods across 2 repositories, 61 stars between them.

aios AGENTS.md

01

rexleimo/aios

Instructions file CodexOpenCode

Instructions for rexleimo/aios, covering repository guidelines, path conventions (路径约定), workflow selection (required), project structure & module organization and build, test, and development commands.

52 2d ago C 3,876 tokens original MIT

aios CLAUDE.md

02

rexleimo/aios

Instructions file

Instructions for rexleimo/aios, covering claude.md, path conventions (路径约定), two key paths, why this matters and verification commands.

52 2d ago B 3,418 tokens original MIT

aios GEMINI.md

03

rexleimo/aios

Instructions file Gemini CLI

Instructions for rexleimo/aios, covering mcp tools: code-review-graph, bounded checkpoints, planning context proposals, aios workflow policy and rex ownership and safety.

52 2d ago A 1,138 tokens original MIT

skill-creator

04

rexleimo/aios

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends the agent's capabilities with specialized knowledge, workflows, or tool integrations.

52 2d ago A 46 tokens copy · 80% MIT

skill-creator

05

rexleimo/aios

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

52 2d ago A 63 tokens copy · 89% MIT

skill-installer

06

rexleimo/aios

Skill Claude CodeCodex

Install Codex skills into $CODEXHOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

52 2d ago A 54 tokens copy · 89% MIT

aios-codemap-ops

07

rexleimo/aios

Skill Claude CodeCodex

Quick reference for code-review-graph (CRG) MCP tools. Use when you need to look up a CRG tool name, parameter, or pattern. For workflow guidance, see AGENTS.md decision checkpoints. Requires aios internal codemap install.

52 2d ago B 60 tokens original MIT

rexleimo/aios

Skill Claude CodeCodex

RTK + Caveman community token compression tools install and config guide. RTK (github.com/rtk-ai/rtk) compresses command output 60-90%. Caveman (github.com/JuliusBrussee/caveman) cuts output tokens 75%. Both run locally, no external services. The AIOS native interception runtime is deprecated.

52 2d ago C 80 tokens original MIT

rexleimo/aios

Skill Claude CodeCodex

AIOS-native long-running agent harness with rex Command execution, ContextDB, checkpoint recovery, and evidence capture. Use for a planned resumable objective when AIOS is installed. If AIOS is NOT installed, use harness-init-runner for a lightweight standalone alternative.

52 2d ago A 63 tokens original MIT

aios-offload-recall

10

rexleimo/aios

Skill Claude CodeCodex

Use when recalling prior AIOS tool/browser outputs from offloaded refs; inspect Mermaid canvas first, then read only matching node-level evidence.

52 2d ago A 34 tokens original MIT

aios-project-system

11

rexleimo/aios

Skill Claude CodeCodex

Use when operating in the aios repository and needing the canonical architecture, memory schema, MCP browser tool behavior, and execution constraints before changing workflows.

52 2d ago A 34 tokens original MIT

aios-work-dispatch

12

rexleimo/aios

Skill Claude CodeCodex

Decide when a coding agent may use aios work for independent parallel work, preview the dispatch, and require explicit approval before live model execution. TRIGGER: aios work、parallel dispatch、并发派发、independent work items、独立工作项并行、多 agent 派发、multi-agent dispatch.

52 2d ago A 70 tokens original MIT

rexleimo/aios

Skill Claude CodeCodex

Route AIOS host dispositions and execute the current rex-harness software Capability Command. TRIGGER: 分析、设计、实现、调试、并发、agent team、长任务、harness、plan、工作流、多步骤.

52 2d ago A 53 tokens original MIT

awesome-design-md

14

rexleimo/aios

Skill Claude CodeCodex

Create a DESIGN.md style baseline BEFORE building UI. Use FIRST when no design draft exists — installs a proven visual style, then invoke frontend-design to implement. For borrowing a known product style, getting consistent typography/colors/spacing, or needing a fast visual starting point.

52 2d ago A 59 tokens original MIT

cap-commit-push

15

rexleimo/aios

Skill Claude CodeCodex

Use when the user sends cap or asks for a fast commit-and-push shortcut for current repository changes.

52 2d ago A 29 tokens original MIT

contextdb-autopilot

16

rexleimo/aios

Skill Claude CodeCodex

Automatic ContextDB session lifecycle — init, session events, checkpoints, and continuity artifacts. Use when you need AIOS context persistence without prompt injection. NOT for general task execution — only for ContextDB session management. TRIGGER: contextdb、session persist、checkpoint save.

52 2d ago A 60 tokens original MIT

debug-hub

17

rexleimo/aios

Skill Claude CodeCodex

Evidence-first debugging WITH MCP tools. Use when debughub MCP server is available. Inject log calls, collect via HTTP API (port 39200), analyze through MCP tools, clean up when done. If debughub MCP is unavailable, use debug skill (bundled Python collector) instead.

52 2d ago B 66 tokens original MIT

find-skills

18

rexleimo/aios

Skill Claude CodeCodex

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

52 2d ago A 67 tokens copy · 86% MIT

frontend-design

19

rexleimo/aios

Skill Claude CodeCodex

Build production-grade frontend UI with distinctive design. Use AFTER establishing design direction — if no DESIGN.md exists, invoke awesome-design-md first to create one, then use this skill to implement. For web components, pages, landing pages, dashboards, React components, HTML/CSS layouts, or styling any web UI.

52 2d ago A 67 tokens copy · 94% MIT

harness-init-runner

20

rexleimo/aios

Skill Claude CodeCodex

Initialize a lightweight repo-local Node.js harness (harness/ + .harness/) WITHOUT AIOS dependency. Use ONLY when you need a standalone, portable harness. If AIOS is installed, use aios-long-running-harness instead — it has rex Command hosting, ContextDB integration, and checkpoint recovery.

52 2d ago A 70 tokens original MIT

model-router

21

rexleimo/aios

Skill Claude CodeCodex

A model-selection workflow that assigns different coding tasks to different AI models based on their abilities, cost, and the task’s risk or complexity.

52 2d ago A 60 tokens original MIT

rexleimo/aios

Skill Claude CodeCodex

Prepare a safe, current, and maintainable code change before editing. Use before a cohesive code or workflow change to assess the request and existing structure, then choose a local change, reuse, extension, or necessary refactor with clear ownership. Do not use to block ordinary TDD or authorized refactors.

52 2d ago A 68 tokens original MIT

rexleimo/aios

Skill Claude CodeCodex

Use when the user wants to generate an image, edit an image, create visual artwork, produce text-to-image output, transform an existing image with image-to-image, or asks for 生图, 生成图片, 文生图, 图生图, text-to-image, image-to-image, AI image, picture generation, image result, image edit, or visual generation.

52 2d ago A 80 tokens original MIT

search-first

24

rexleimo/aios

Skill Claude CodeCodex

Research-before-building workflow. Use when adding new behavior, dependencies, or integrations to avoid reinventing and to stay compatible across codex/claude/gemini/opencode.

52 2d ago A 38 tokens original MIT