원클릭으로
codex-kit
Use the Codex Kit CLI to initialize, update, or inspect a Codex-ready project scaffold in the current workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use the Codex Kit CLI to initialize, update, or inspect a Codex-ready project scaffold in the current workspace.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when a change may affect rollout, deployment, migrations, or operational stability and needs a higher-confidence validation pass.
Review patches, branches, or implementations for correctness, regressions, security, and missing tests. Use when the task is to inspect a diff or code change and identify concrete risks before merge.
Reproduce, isolate, and explain bugs before fixing them. Use when the task is about a bug, regression, failure, flaky behavior, unexpected output, or unclear runtime behavior that must be narrowed to a concrete cause.
Produce implementation plans that are decision-complete and execution-ready. Use when the task needs decomposition, sequencing, acceptance criteria, explicit assumptions, risk handling, or a concrete plan before coding or operational work starts.
Use when a bug is real but poorly scoped and you need a disciplined pass to reproduce it, bound it, and isolate the most likely root cause before fixing.
Use when documentation needs to be published, refreshed, or aligned with the actual product behavior, commands, and failure cases instead of sounding generally correct.
| name | codex-kit |
| description | Use the Codex Kit CLI to initialize, update, or inspect a Codex-ready project scaffold in the current workspace. |
Use this skill when the user wants to bootstrap or maintain the Codex Kit scaffold, or when they want to use the local Codex Kit workflows that are already present in the current repository.
npx @daominhhiep/codex-kit init or npx @daominhhiep/codex-kit install to initialize the scaffold in the current repository.npx @daominhhiep/codex-kit update to refresh managed files from the shipped template.npx @daominhhiep/codex-kit install --target plugin to install only the workspace plugin into the current project.npx @daominhhiep/codex-kit install --target mcp to install the shipped MCP bundle into the current project's .codex/config.toml.npx @daominhhiep/codex-kit install --target skills to install only the shipped project skill bundle into the current project.npx @daominhhiep/codex-kit install --target mcp --scope local to install the shipped MCP bundle into ${CODEX_HOME:-~/.codex}/config.toml.npx @daominhhiep/codex-kit sync --target plugin to sync the workspace plugin in a scaffolded project.npx @daominhhiep/codex-kit sync --target mcp to sync the shipped MCP bundle in the current project config.npx @daominhhiep/codex-kit sync --target skills to sync the shipped project skill bundle in the current project.npx @daominhhiep/codex-kit setup-codex to scaffold the plugin into the workspace and install shipped skills locally.npx @daominhhiep/codex-kit sync-codex to sync the workspace plugin and local shipped skills after upgrading Codex Kit.npx @daominhhiep/codex-kit list --target skills to list all shipped skills grouped by category.npx @daominhhiep/codex-kit list --target skills --query frontend to search shipped skills by query.npx @daominhhiep/codex-kit list --target skills --scope local to show which shipped skills are already installed in local Codex.npx @daominhhiep/codex-kit status to inspect managed-file state.npx @daominhhiep/codex-kit install --target skills --scope local to copy the shipped Codex Kit skills into local Codex.npx @daominhhiep/codex-kit sync --target skills --scope local to overwrite local Codex skills with the shipped Codex Kit version.npx @daominhhiep/codex-kit remove --target skills --scope local --skills clean-code,planning to remove specific Codex Kit skills from local Codex.npx @daominhhiep/codex-kit autoskills to auto-detect the project's tech stack and install matching shipped skills into .agents/skills/.npx @daominhhiep/codex-kit autoskills --scope local to install matching shipped skills into ${CODEX_HOME:-~/.codex}/skills instead.npx @daominhhiep/codex-kit autoskills --dry-run to preview the detected stack and matching skills without writing any files.npx @daominhhiep/codex-kit ... so the plugin works as a standalone published package.update, inspect current status so local modifications to managed files are visible.install / sync / list command family in suggestions, but continue to recognize legacy aliases..agents/workflows/, prefer following those workflow files directly instead of searching npm or package cache.ui-ux-promax, ui ux promax, uix promax -> ui-ux-pro-maxreview workflow -> reviewship workflow -> shipnpx @daominhhiep/codex-kit init or npx @daominhhiep/codex-kit install.npx @daominhhiep/codex-kit list --target skills.npx @daominhhiep/codex-kit list --target skills --query <query>.npx @daominhhiep/codex-kit install --target skills.npx @daominhhiep/codex-kit install --target mcp.npx @daominhhiep/codex-kit install --target mcp --scope local.npx @daominhhiep/codex-kit install --target skills --scope local --skills <name>.frontend, debug, or seo, search first, then either:
npx @daominhhiep/codex-kit list --target skills --scope local.npx @daominhhiep/codex-kit sync-codex.npx @daominhhiep/codex-kit setup-codex.npx @daominhhiep/codex-kit autoskills.npx @daominhhiep/codex-kit autoskills --scope local.npx @daominhhiep/codex-kit autoskills --dry-run..agents/workflows/<name>.md exists in the workspace and then follow that workflow locally.ui-ux-promax, map it to the canonical file name ui-ux-pro-max.liệt kê skills debug -> npx @daominhhiep/codex-kit list --target skills --query debugcài skill frontend-design -> npx @daominhhiep/codex-kit install --target skills --scope local --skills frontend-designcài skill frontend -> search first, then suggest exact matches such as frontend-design, nextjs-react-expert, or tailwind-patternsxem local codex đã cài skill gì -> npx @daominhhiep/codex-kit list --target skills --scope localđồng bộ lại plugin và skills -> npx @daominhhiep/codex-kit sync-codextự động cài skill theo stack -> npx @daominhhiep/codex-kit autoskillsauto detect stack and install skills -> npx @daominhhiep/codex-kit autoskillsxem trước autoskills / preview autoskills -> npx @daominhhiep/codex-kit autoskills --dry-rundùng workflow ui-ux-promax của codex kit -> resolve to .agents/workflows/ui-ux-pro-max.md in the current repository and follow that workflowuse the plan workflow from codex kit -> resolve to .agents/workflows/plan.md in the current repository and follow it directlyfollow the review workflow in this repo -> use .agents/workflows/review.md from the workspace, not the npm packagecontext7 and a commented mysql example using @benborla29/mcp-server-mysql.