Skip to main content
Run any Skill in Manus
with one click
GitHub repository

LLM-Dot-files

LLM-Dot-files contains 26 collected skills from JoeCP17, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
26
Stars
8
updated
2026-06-04
Forks
1
Occupation coverage
8 occupation categories ยท 100% classified
repository explorer

Skills in this repository

code-search-efficient
software-developers

์ฝ”๋“œ ๋ถ„์„/ํƒ์ƒ‰ ์‹œ ํ† ํฐ์„ ์ตœ์†Œํ™”ํ•˜๋ฉด์„œ ์ •ํ™•๋„๋ฅผ ์ตœ๋Œ€ํ™”ํ•˜๋Š” ๋„๊ตฌ ์„ ํƒ๊ณผ ๊ฒ€์ƒ‰ ์ „๋žต. ast-grep(sg) ๊ตฌ๋ฌธ ์ธ์‹ ๊ฒ€์ƒ‰, ripgrep, fd, LSP, Glob์˜ ์šฐ์„ ์ˆœ์œ„ยท์กฐํ•ฉ ๊ฐ€์ด๋“œ. ์ฝ”๋“œ ๊ฒ€์ƒ‰, ์‹ฌ๋ณผ ํƒ์ƒ‰, ๋ฆฌํŒฉํ† ๋ง, ํŒจํ„ด ์ฐพ๊ธฐ, "์–ด๋””์„œ ์“ฐ์ด๋Š”์ง€", "๊ตฌํ˜„์ฒด ์ฐพ์•„์ค˜" ๋“ฑ์˜ ์š”์ฒญ ์‹œ ์ž๋™ ์ ์šฉ. ์ถœ์ฒ˜: msbaek/dotfiles `<tool_preferences>` ํŒจํ„ด์„ ๋กœ์ปฌ ํ™˜๊ฒฝ์— ์–ด๋Œ‘ํ…Œ์ด์…˜.

2026-06-04
wrap
software-developers

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.

2026-05-16
daily-upgrade
network-and-computer-systems-administrators

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 '์˜ค๋Š˜ ์—…๋ฐ์ดํŠธ ์ข€'.

2026-05-16
brainstorm
project-management-specialists

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.

2026-05-16
commit
software-developers

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.

2026-05-16
copy-meaningful-snippet
software-developers

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.

2026-05-16
crew-cleanup
network-and-computer-systems-administrators

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.

2026-05-16
crew-flow
project-management-specialists

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.

2026-05-16
crew-plan
project-management-specialists

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.

2026-05-16
crew-review
software-quality-assurance-analysts-and-testers

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.

2026-05-16
crew-status
project-management-specialists

Summarize Codex crew state. Use when the user says /crew-status, crew-status, crew ์ƒํƒœ, or asks for current plan/work/review run status.

2026-05-16
crew-work
software-quality-assurance-analysts-and-testers

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.

2026-05-16
dev-deploy
software-developers

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.`

2026-05-16
java-spring-workflow
software-developers

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.

2026-05-16
jira-kickoff
project-management-specialists

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.

2026-05-16
md-to-pdf
desktop-publishers-439031

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.

2026-05-16
mysql-read
database-architects

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.

2026-05-16
narrow-upsert-to-update
software-developers

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.

2026-05-16
octo-patch
software-developers

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.

2026-05-16
pull-request
software-developers

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.

2026-05-16
obsidian-vault
file-clerks-434071

Obsidian vault ๋ฐ ๋งˆํฌ๋‹ค์šด ๋ฌธ์„œ ์ž‘์—… ์‹œ ์‚ฌ์šฉ. markdown-oxide LSP ๊ธฐ๋ฐ˜ ๋ฐฑ๋งํฌ/ํƒœ๊ทธ ๊ฒ€์ƒ‰, ripgrep ๊ธฐ๋ฐ˜ fallback, ํ† ํฐ ์ตœ์ ํ™” ์ „๋žต ์ œ๊ณต. Obsidian, vault, ๋งˆํฌ๋‹ค์šด, ํƒœ๊ทธ, ๋…ธํŠธ ์ •๋ฆฌ, zettelkasten, ๋ฐฑ๋งํฌ, wiki-link, PKM ๊ด€๋ จ ์ž‘์—… ์‹œ ์ž๋™ ์ ์šฉ. ์ถœ์ฒ˜: msbaek/dotfiles์˜ obsidian-vault skill์„ ๋กœ์ปฌ ํ™˜๊ฒฝ์— ๋งž๊ฒŒ ์–ด๋Œ‘ํ…Œ์ด์…˜.

2026-04-11
commit-push
software-developers

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'.

2026-03-20
commit
software-developers

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'.

2026-03-20
datadog-error-report
network-and-computer-systems-administrators

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.

2026-03-20
pr
software-developers

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.

2026-03-20
wrap
receptionists-and-information-clerks-434171

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.

2026-03-20