一键导入
forge-flow-ai
forge-flow-ai 收录了来自 berkcangumusisik 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Implement a scoped backend change: endpoint, validation, data access, auth, or business logic. Keeps contracts stable and i18n-friendly. Use when the task is clearly backend-only.
Implement a scoped React Native change for Android and iOS with modern UI, dark mode, and i18n. Use when the task is clearly mobile-only.
Implement a scoped web UI or frontend change with modern UI quality, dark mode, and i18n. Use when the task is clearly web-only and the relevant patterns are known.
Scoped repository inspection for a specific task. Returns a short map of relevant files, patterns, dependencies, and risks without scanning the whole repo. Use before any implementation when the area is unfamiliar.
Review only the current diff and directly related contracts. Flag regressions, parity gaps, missing logic, quality issues, dark mode misses, and i18n misses. Do not rewrite.