fim-ai/fim-one

Open-source agent platform for Global × China enterprises — wire every system through one agent core. Self-hosted, any LLM.

1.5kStars on the repository
5Mods indexed here, across every type
todayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

alembic-migration

01

fim-ai/fim-one

Skill Claude CodeCodex

Write an Alembic migration for a new ORM model, column, or index. Covers the SQLite/PG dual-track rules, idempotency helpers, the timezone-aware timestamp trap, dialect branching in data migrations, and when to apply. Use whenever a change adds or alters anything in src/fimone/db/models/.

not rated 1.5k +13 today A 70 tokens

cut-release

02

fim-ai/fim-one

Skill Claude CodeCodex

A release checklist that prepares the project for shipping a new version. It archives the Unreleased changelog entries, updates the roadmap and version values, and checks that the version records match.

not rated 1.5k +13 today A 53 tokens

user-owned-module

03

fim-ai/fim-one

Skill Claude CodeCodex

Wire a new user-owned module into user deletion. Use whenever a change adds a table with a FK to users, or writes files under uploads/ or data/ keyed by user, conversation, or any other per-user id. Covers purgeuserdata(), the file cleanup registry, and the FK-cascade trap.

not rated 1.5k +13 today A 66 tokens