ソース情報
- リポジトリ
- vivainio/agent-skills
- ソースの最終更新活動
- 2026年7月30日 18:54
- 検出された 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/vivainio/agent-skills --skill worktree-doneコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Create GitHub releases with release notes using gh CLI. Use when publishing a new release, generating changelogs, or creating release notes from commits.
Work on the leo-editor codebase (leo-editor/leo-editor). Use when editing leo-editor's own source, since its .py/.toml/.txt files are round-tripped from .leo outline files (like leo/core/LeoPyRef.leo) that go stale after a plain-text edit unless synced back via leoBridge. Also covers running its test/lint/type-check suite and known test quirks.
Replace internal registry mirror URLs in package-lock.json/uv.lock with public npm/pypi URLs. Needed to fix CI failures where the CI runner can't reach internal PyPI/npm mirrors baked into the lockfile. Never activates automatically — only engages after explicit `/lockfile-mirror-fix` invocation.
SOC 職業分類に基づく
SKILL.md を表示中
| name | worktree-done |
| description | Wrap up a finished git worktree. Manual-only, invoked via `/worktree-done`. |
| disable-model-invocation | true |
Before deleting anything, verify the work actually landed where it belongs:
right base branch (don't assume main — check what it really branched
from), actually merged/cherry-picked/PR'd, nothing uncommitted left behind
in the worktree. Only then delete the branch.
Leave removing the worktree checkout directory itself to the user — don't
git worktree remove / ExitWorktree it.
Ask before force-deleting, or before pushing to a remote.