Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Rawknee-69/Beta-Claw --skill gitコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
SOC 職業分類に基づく
| name | git |
| command | /git |
| description | Perform git operations |
| allowed-tools | ["exec","read"] |
| version | 1.0.0 |
Perform git operations.
Use exec to run git commands: git status, git add, git commit -m "message", git push, git pull, git log, git diff, git branch, etc. Use read to inspect files before committing when needed.