ソース情報
- リポジトリ
- deathrashed/agents
- ソースの最終更新活動
- 2026年7月28日 18:05
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/deathrashed/agents --skill workspaceコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Control the in-app Browser for opening, navigating, inspecting visible or interactive page state, clicking, typing, screenshots, and local web testing. It can have existing signed-in sessions. For semantic operations on linked resources, prefer a purpose-built connector, API, or CLI when available.
Control the user's Chrome browser for tasks that depend on existing Chrome state: tabs, logged-in sessions, or extensions. Prefer purpose-built connectors, APIs, or CLIs when available.
Control local Mac apps through Computer Use for tasks that require reading or operating app UI. Prefer purpose-built connectors, APIs, or CLIs when available.
SOC 職業分類に基づく
| name | workspace |
| description | Inspect or set the active workspace/worktree map for OmG execution lanes. |
Run OmG workspace manager.
Input: $ARGUMENTS
Protocol:
statusset <root-or-path>add <path> <lane-or-owner>auditclearclean, dirty, unknown)trusted, untrusted, unknown)ready, needs-review, blocked)v0.36.0+ capabilities, prefer native Git worktree lanes for parallel execution; otherwise keep explicit path-lane ownership with stricter collision notes.audit, treat these as execution blockers until reconciled:
ready, needs-review, blocked) so follow-up commands can reuse the result without reinterpreting prose..omg/state/session-lock.json.
.omg/state/workspace.json.omg/state/sessions/[session-slug]/workspace.json instead and report the ownership conflictSuggested workspace.json shape:
{
"primary_root": ".",
"lanes": [
{
"id": "main",
"path": ".",
"owner": "omg-director",
"purpose": "merge-ready baseline",
"baseline": {
"branch": "main",
"commit": "abc1234"
},
"health": {
"cleanliness": "clean",
"trusted": "trusted",
"handoff": "ready"
}
}
],
"cross_lane_policy": "explicit-handoff",
"source": "omg:workspace"
}
Response:
Workspace Status, Lane Map, Lane Health, Baseline Anchors, Collision Risks, and Next Command.audit finds blockers, make the blocker lane and the unblock action explicit.