ソース情報
- リポジトリ
- li-kai/skills
- ソースの最終更新活動
- 2026年6月8日 14:09
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/li-kai/skills --skill commitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | commit |
| description | Commit all uncommitted changes with atomic, semantically grouped commits. |
??), read them to understand what they contain!git status --short
!git diff HEAD
Subject: under 50 chars, no trailing period. No code identifiers or paths. The verb should classify the change — e.g. Add (new), Fix (broken), Remove (gone), Refactor (restructure), Improve (enhance).
Body: optional, omit when the subject and code say it all. Bullet list for multiple concerns, plain sentence for one. Explain why, not how. Include concrete details (versions, thresholds) when they matter.
Footer (optional): Closes: #123, Fixes: #456.
Examples:
Add sign up feature
- Allow account creation via email or OAuth
- Send welcome email on first login
Closes: #123
Improve bounds validation and conversions
Reject infinity so the type enforces its name
Fix typo in error message