re
Explicit extra-research mode. Use only when the user says `/re` or clearly asks for a research-heavy pass before coding. This skill should bias Codex toward more source-checking and justification without replacing its normal orchestration.
git clone --depth 1 https://github.com/dgk-dev/dgk-gpt /tmp/re && cp -r /tmp/re/skills/re ~/.claude/skills/reSKILL.md
# Re Use this as a light override, not a rigid workflow. Keep Codex's default orchestration and only add extra diligence where it matters. ## Defaults - Inspect the local codebase first. - Do research in 3 passes when the task is genuinely research-heavy: 1. Plan 3-6 sub-questions. 2. Retrieve sources for each sub-question and follow 1-2 second-order leads when useful. 3. Synthesize only after resolving conflicts and gaps that could change the conclusion. - Use Context7 first for version-sensitive library or framework behavior. - Use native `web` first for current information. - Use Jina only when native `web` is not enough for long pages, PDFs, or parallel page reads. - Only cite sources retrieved in the current workflow, and label any inference that is not directly supported by those sources. - If sources conflict, state the conflict explicitly instead of averaging them into one answer. - If a search result is empty, partial, or suspiciously narrow, retry with a broader query, alternate wording, or a second source before concluding there is no answer. - Compare options only when there is a real tradeoff. - Implement once the decision is clear. - Run the smallest relevant verification commands before finishing. ## Avoid - Do not force phases. - Do not produce long research reports unless the user asked for them or the task materially benefits. - Do not ask extra questions if local context is already enough. - Do not delegate work just because this skill is active. ## Large Tasks For long tasks, optional scratch notes can live in `/tmp/re-research/<slug>/`. If useful, keep a short `decisions.md` with: - key findings - rejected options - remaining risks - pending verification ## Finish Keep the final response compressed: - decision - source-backed justification - key sources or citations when they materially matter - code or config changed - tests run - remaining unknowns
Local verify-commit-push wrapper for Codex. Use only when the user explicitly says `/cp` or clearly asks to finish the current work by running the relevant local checks, staging intended files explicitly, committing on the current branch, and pushing. This workflow may commit directly to `main` or `master` when that is the repo's chosen operating model.
Frontend design mode for strong visual direction, UI polish, redesigns, landing pages, and production-grade interface work, including shadcn-based surfaces. Use when the user says `/fd` or explicitly asks for better design, styling, layout, visual quality, or UX polish.
Persistent completion mode. Use when the user explicitly says `/ralph` or clearly wants you to keep iterating until the task is actually finished, repeating implement-verify-fix loops instead of stopping at partial progress.
코드 리뷰. 작업 후 변경사항을 Z.AI 모델로 검토하고, Codex가 결과를 다시 검증해 유효한 이슈만 정리한다. /rr 또는 'GLM 리뷰' 요청 시 사용.
GLM-5 코드 리뷰. /rr의 상위 버전으로 더 강한 모델로 변경사항을 검토하고, Codex가 결과를 다시 검증해 유효한 이슈만 정리한다.