원클릭으로
LLM-Dot-files
LLM-Dot-files에는 JoeCP17에서 수집한 skills 26개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
코드 분석/탐색 시 토큰을 최소화하면서 정확도를 최대화하는 도구 선택과 검색 전략. ast-grep(sg) 구문 인식 검색, ripgrep, fd, LSP, Glob의 우선순위·조합 가이드. 코드 검색, 심볼 탐색, 리팩토링, 패턴 찾기, "어디서 쓰이는지", "구현체 찾아줘" 등의 요청 시 자동 적용. 출처: msbaek/dotfiles `<tool_preferences>` 패턴을 로컬 환경에 어댑테이션.
Save the current Codex session's work summary before ending a conversation. Use when the user says /wrap, wrap, 세션 정리, 세션 저장, 작업 내용 저장, 메모리 저장, 세션 마무리, 오늘 여기까지, or asks to preserve progress for the next Codex session.
Upgrade all development tools via Homebrew, sync Brewfile packages, and verify RTK hooks. Use this skill whenever the user mentions daily upgrade, brew update, package upgrade, claude-code update, 데일리 업그레이드, 브루 업데이트, 패키지 업데이트, 일일 업그레이드, or any request to bring their dev environment up to date — even casual mentions like 'update everything' or '오늘 업데이트 좀'.
Use when the user asks to brainstorm, design before coding, refine requirements, or turn an idea into an approved spec before implementation. This skill explores intent, compares approaches, presents a design, writes a spec to `docs/specs/.local/`, and blocks code changes until the design is approved.
Analyze the current changes and conversation context, generate an intent-focused Git commit message, and run `git commit`. Use when the user asks to commit changes or wants commit automation around `git commit`, `commit`, `--amend`, `--push`, or `--no-verify`. The skill instructions are in English, but the generated commit message itself must be written in Korean.
Copy only the meaningful, paste-ready artifact from the current task to the clipboard, usually code, SQL, JSON, shell commands, or a clean text snippet without surrounding explanation. Use when the user asks to put something on the clipboard, copy only the useful part, copy just the query/code, remove commentary, or prepare a clean paste-ready result from recent work.
Clean Codex crew state. Use when the user says /crew-cleanup, crew-cleanup, crew 정리, or asks to remove old .codex/crew seed/run/cycle files.
End-to-end plan, work, and review cycle. Use when the user says /crew-flow, crew-flow, Plan → Work → Review, or asks Codex to plan, implement, and review in one loop.
Multi-pass implementation planning for Codex. Use when the user says /crew-plan, crew-plan, 합의 기반 계획, multi-agent plan, or asks for a plan that should be stress-tested before implementation.
Code review mode for Codex. Use when the user says /crew-review, crew-review, 리뷰해줘, review this, or asks for adversarial review of a path, staged diff, working tree, or PR.
Summarize Codex crew state. Use when the user says /crew-status, crew-status, crew 상태, or asks for current plan/work/review run status.
Implement a task with a review loop. Use when the user says /crew-work, crew-work, 구현하고 검증, or asks Codex to implement work with self-review and tests.
Safely merge the current branch into the latest `origin/dev` and push `dev`. Use when the user asks to merge the current branch into dev, update dev from the latest remote first, or deploy changes by pushing the shared dev branch. If a merge conflict occurs, stop and ask the user to choose exactly one option: `1. Recreate origin/dev from origin/main, then merge the current branch.` or `2. Stop.`
Use after an approved plan when implementing or revising Java/Spring code. This skill applies the repository's Java/Spring rules, performs a self-review loop, fixes clear violations, and verifies the result.
Confirm or create a Jira issue, validate the target project, update local `main` safely, confirm the branch name, and create the working branch before implementation starts.
Convert Markdown files to PDF with pandoc and WeasyPrint. Use when the user wants to export a `.md` note, document, README, or Obsidian page as a PDF, preserve readable styling, or produce a PDF copy of Markdown content without manually rebuilding the conversion pipeline.
Run read-only MySQL queries against the Thomas local Docker MySQL or the dev Aurora hmmall/thomas databases. Use when the user wants quick schema inspection, SQL lookups, NATION/STATE mapping checks, or direct read-only validation without relying on MCP.
Use when one Java `ActionSet.newAction(...)` write path in this project still calls a shared `m_*_merge` upsert-like query, and you want to replace that single `actionId(queryId)` with a dedicated `update` query after tracing which DB-read values actually change. This skill is specific to the project's Java service plus SQL XML mapper flow and enforces a mandatory coverage gate before code edits.
Patch the Claude Octo plugin timeout and Gemini provider behavior. Use when the user says /octo-patch, octo-patch, Octo 타임아웃 패치, or asks to reapply the Octo plugin patch.
Draft an intent-focused pull request, confirm it with the user, push the current branch when needed, and create a GitHub PR against `main`. The skill instructions are written in English and should explicitly account for Korean-user collaboration context.
Obsidian vault 및 마크다운 문서 작업 시 사용. markdown-oxide LSP 기반 백링크/태그 검색, ripgrep 기반 fallback, 토큰 최적화 전략 제공. Obsidian, vault, 마크다운, 태그, 노트 정리, zettelkasten, 백링크, wiki-link, PKM 관련 작업 시 자동 적용. 출처: msbaek/dotfiles의 obsidian-vault skill을 로컬 환경에 맞게 어댑테이션.
Create a git commit and push to remote in one step. Use this skill whenever the user says /commit-push, '커밋하고 푸시', 'commit and push', 'push it up', '올려줘', '푸시해줘', or any request that implies both committing and pushing. Also trigger on 'cp' shorthand when in a git context, or casual phrases like '커밋 푸시 한번에', 'save and push'.
Create a git commit with a well-crafted conventional commit message. Use this skill whenever the user says /commit, 커밋, 'commit this', 'save changes', '변경사항 저장', or any request to commit staged or unstaged changes. Also trigger on casual phrases like 'commit 해줘', '커밋 좀', 'wrap this up as a commit'.
Generate a comprehensive error status report for a service instance using Datadog MCP. Use this skill whenever the user asks about error reports, error status, service health, latency analysis, API performance, incident checks — including Korean phrases like 서비스 현황, 에러 리포트, 장애 현황, latency 분석, API 성능, or even casual requests like 'thomas 어제 에러 좀 봐줘' or 'check alice errors last week'. If the user mentions a service name and wants to know what went wrong, this is the right skill.
Rebase current branch onto target base branch, analyze full commit history, and create a GitHub Pull Request. Use this skill whenever the user says /pr, 'PR 만들어', 'create a PR', 'pull request', '풀리퀘', 'PR 올려줘', or any request to open a pull request. Also trigger on casual phrases like 'PR 좀', 'open a PR against main', 'merge request'. This skill handles the full workflow: rebase, push, and PR creation with comprehensive summary.
Save the current session's work summary to memory before ending a conversation. Use this skill whenever the user wants to wrap up, save progress, or preserve session context — including phrases like /wrap, 세션 정리, 세션 저장, 작업 내용 저장, 메모리 저장, 세션 마무리, wrap-up, '오늘 여기까지', 'save what we did', or any signal that the conversation is ending and work should be recorded.