用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/meain/dotfiles --skill commit命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create a literate org-mode document with executable bash source blocks (org-babel) so the user can re-run commands/queries themselves in Emacs, then open it via emacsclient. Triggers: /literate-org, 'literate org document', 'org file with runnable blocks', 'org doc I can execute', 'make this verifiable in org', 'create an org document with executable commands'
Manage Jira issues using the jira CLI — lookup, create, edit, transition, assign, comment, link, and search. Triggers: /jira, "look up jira issue", "check jira ticket", "create jira issue", "update jira", "move ticket to", "assign issue", "add comment to", "what's the status of PROJ-123", any mention of a Jira issue key like PROJ-123
Generate an interactive local HTML review page for a large PR or diff, grouping the changed files by logical concern (not just by file) so a reviewer can go through one theme at a time instead of a flat file list. Each concern gets its own section with a description, per-file summaries, the real diff (sliced to just the hunks relevant to that concern when a file serves more than one), and callouts for anything genuinely non-obvious. Triggers: /concern-review, "review this PR by concern", "review this large PR", "build a review dashboard", "group this diff by concern", "concern review", "help me review this PR".
基于 SOC 职业分类
正在显示 SKILL.md
| name | commit |
| description | Create git commits for dotfiles changes, grouping by component with conventional prefix style |
When the user asks you to commit changes in this dotfiles repo, follow these steps:
emacs/, zsh/, home-manager/, scripts/, etc.[component] brief descriptionCo-Authored-By lines unless the user asks for itRun these in parallel:
git status
git diff --staged
git diff
git log --oneline -10
emacs/, zsh/, home-manager/)For each group, draft a message following the existing style:
[component] brief-area: what changed[emacs] fix dired block brackets[zsh] tweak how reporoot and gitroot is set[scripts] ,markdown-to-pdf: use gfm input format and fix parameter handling[home-manager] add emacs-lsp-booster packageutils:, web:) when it clarifies which part of the component changedFor each group, stage the relevant files and commit:
git add <specific-files> && git commit -m "$(cat <<'EOF'
[component] brief description
Optional detailed explanation of why this change was made,
if not obvious from the diff itself.
EOF
)"
git add -A or git add .git add && git commit calls as parallel tool calls in a single response so the user can approve them all at onceRun git log --oneline -5 to confirm all commits were created, then show the output to the user.
claude/.claude/settings.json model changes — the "model" field changes frequently and is not worth tracking; omit it from commits unless other meaningful settings changed alongside it