Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-capture/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-capture
description: Automatically capture local project context into a clean-room DoneGraph collaboration graph.
argument-hint: ["[--goal <goal>] [--platform codex|claude|cursor|generic]"]
argument-hint: "[--goal <goal>] [--platform codex|claude|cursor|generic]"
---

# /donegraph-capture
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-checkpoint/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-checkpoint
description: Record a meaningful DoneGraph progress checkpoint for the current AI collaboration.
argument-hint: ["<what changed> [--command <cmd>] [--path <file>]"]
argument-hint: "<what changed> [--command <cmd>] [--path <file>]"
---

# /donegraph-checkpoint
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-dashboard/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-dashboard
description: Build and open the local DoneGraph dashboard for the current project.
argument-hint: ["[--no-open]"]
argument-hint: "[--no-open]"
---

# /donegraph-dashboard
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-done/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-done
description: Record a DoneGraph completion milestone and regenerate handoff artifacts.
argument-hint: ["<completion summary>"]
argument-hint: "<completion summary>"
---

# /donegraph-done
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-proof/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-proof
description: Record verification evidence in DoneGraph, including pass, fail, blocked, or unknown status.
argument-hint: ["<proof text> --pass|--fail|--blocked|--unknown [--command <cmd>]"]
argument-hint: "<proof text> --pass|--fail|--blocked|--unknown [--command <cmd>]"
---

# /donegraph-proof
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-recap/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-recap
description: One-click session recap. AI-analyzes git history, runs checks, and generates a visual dashboard with narrative story, insights, and risks.
argument-hint: ["[--last <n>] [--since <time>] [--lang en|zh]"]
argument-hint: "[--last <n>] [--since <time>] [--lang en|zh]"
---

# /donegraph-recap
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-start/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-start
description: Start a DoneGraph collaboration session for the current project.
argument-hint: ["<goal> [--platform codex|claude|cursor|generic]"]
argument-hint: "<goal> [--platform codex|claude|cursor|generic]"
---

# /donegraph-start
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph-summary/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph-summary
description: Print the current DoneGraph collaboration summary and next handoff steps.
argument-hint: [""]
argument-hint: ""
---

# /donegraph-summary
Expand Down
2 changes: 1 addition & 1 deletion plugins/donegraph/skills/donegraph/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: donegraph
description: AI Accountability Infrastructure. Use /donegraph-recap to auto-summarize what this session accomplished with a visual dashboard, or use sub-commands to track progress step by step.
argument-hint: ["recap|capture|start <goal>|checkpoint <text>|proof <text>|done <text>|dashboard|summary"]
argument-hint: "recap|capture|start <goal>|checkpoint <text>|proof <text>|done <text>|dashboard|summary"
---

# /donegraph
Expand Down