一键导入
CareerPack
CareerPack 收录了来自 rahmanef63 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Scaffold a new feature slice in CareerPack and wire it into the two SSOT registries. Use when user says "/slice-new", "new slice", "buat fitur baru", or asks to add a new dashboard page.
Rules + protocol for refactoring long files and reorganising slice contents in CareerPack. Use when user says "/slice-refactor", "refactor long files", "audit slice structure", or asks to split / reorganise an oversized component / hook / module.
Cross-framework best-practice auditor — Next.js 16 (App Router + Cache Components) / React 19 / Convex (cloud + self-hosted) / TypeScript / security / performance / deployment. Pulls latest docs via Context7 MCP before scoring. Emits a pragmatic review AND a machine-readable YAML appendix with numeric score.
Rotate the Convex self-hosted admin key and sync it across the three places it must match (backend container, Dokploy Compose env, local .env.local). Use when user says "/rotate-admin-key", "rotate admin key", or reports "admin key leaked / rejected / out of sync".
Run full release gate (typecheck + lint + test + build) on CareerPack. If all pass, create a conventional commit of pending changes and push to origin/main. Use when user says "/ship", "ship it", "release", or asks to push changes to main after a coding session.