Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
gsd:undo - Skill - OpenSmartRoute
Skillv1.0.0
gsd:undo
Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.
Imported from davepoon/buildwithclaude (plugins/gsd/skills/undo/SKILL.md). Install upstream with npx skills add davepoon/buildwithclaude --skill undo. Copyright stays with the author.
Three modes:
--last N: Show recent GSD commits for interactive selection
--phase NN: Revert all commits for a phase (manifest + git log fallback)
--plan NN-MM: Revert all commits for a specific plan
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/davepoon-buildwithclaude-undo/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
davepoon-buildwithclaude-undo.ocm.jsonjson
{
"ocm": "1",
"id": "davepoon-buildwithclaude-undo",
"kind": "skill",
"name": "gsd:undo",
"description": "Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks.",
"publisher": "davepoon",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Safe git revert. Roll back phase or plan commits using the phase manifest with dependency checks."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/davepoon/buildwithclaude",
"path": "plugins/gsd/skills/undo/SKILL.md",
"ref": "HEAD",
"url": "https://github.com/davepoon/buildwithclaude/blob/HEAD/plugins/gsd/skills/undo/SKILL.md",
"key": "davepoon/buildwithclaude/plugins/gsd/skills/undo/SKILL.md"
},
"allowed_tools": [
"Read",
"Bash",
"Glob",
"Grep",
"AskUserQuestion"
]
},
"instructions": "<objective>\nSafe git revert — roll back GSD phase or plan commits using the phase manifest, with dependency checks and a confirmation gate before execution.\n\nThree modes:\n- **--last N**: Show recent GSD commits for interactive selection\n- **--phase NN**: Revert all commits for a phase (manifest + git log fallback)\n- **--plan NN-MM**: Revert all commits for a specific plan\n</objective>\n\n<execution_context>\n@${CLAUDE_PLUGIN_ROOT}/workflows/undo.md\n@${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md\n@${CLAUDE_PLUGIN_ROOT}/references/gate-prompts.md\n</execution_context>\n\n<context>\n$ARGUMENTS\n</context>\n",
"cost": {
"context_tokens": 176
}
}
Fetch it by URL: GET /api/v1/registry/davepoon-buildwithclaude-undo/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.