Skills 分布在哪些仓库
按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。
仓库与代表性 skills
End-to-end workflow for adding a user-facing feature to SubKan — domain model, Room schema, repository, ViewModel, Compose screen, strings and tests, in the order that keeps the build green. Use when asked to add or extend a feature (a new field, a filter,…
Safely change the SubKan Room schema — add/rename/drop a column, add an entity or index — with a version bump, a tested Migration, and a regenerated schema JSON. Use whenever an @Entity in data/local/entity changes, before writing any UI that depends on the…
End-to-end workflow for adding a user-facing feature to TasKan — domain model, Room schema, repository, ViewModel, Compose screen, bilingual strings and tests, in the order that keeps the build green. Use when asked to add or extend a feature (tags,…
Safely change the TasKan Room schema — add/rename/drop a column, add an entity or index — with a version bump, a tested Migration, and a regenerated schema JSON. Use whenever an @Entity in data/local/entity changes, before writing any UI that depends on the…