One-click install
npx skills add https://github.com/shenxingy/Clade --skill go-shenxingy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/shenxingy/Clade/tree/main/configs/skills/go
Command: npx skills add https://github.com/shenxingy/Clade --skill go-shenxingy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It removes the friction of re-reading your previously offered A/B/C (or top-pick) options by letting you instantly confirm and run the recommendation you already made.

Core Features & Use Cases

  • Option-block detection: Finds the most recent actionable options set in recent assistant messages (including enumerated A/B/C or “Top pick/Recommended/Default” blocks).
  • Unambiguous recommendation execution: If the recommended choice is clearly flagged (e.g., explicit recommendation marker or visually indicated pick), it proceeds immediately without re-asking.
  • Fallback when unclear: If options exist but no clear default was flagged, it presents the top two with tradeoffs and asks the user to choose, rather than executing blindly.
  • Safety guard for destructive actions: If the recommended option implies destructive side effects (e.g., deleting files, hard resets, force-push, migrations, .env edits), it requires explicit confirmation once before executing.

Quick Start

When the user says “按推荐的来” or “go with your pick” right after you showed options, respond with /go to run the recommended branch immediately.

Frequently Asked Questions about go

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I instantly execute a recommended option from recent A/B/C choices in interactive coding?

To instantly execute a recommended option in interactive coding, you can trigger the command after an options block is shown. It detects the most recent actionable choices, selects the explicitly recommended label, and runs that option immediately without re-asking.

What happens when I automate a decision but no default option is clearly flagged?

When automating a decision without a clearly flagged default, the system does not execute blindly. It presents the top two options with tradeoffs and asks you to choose, ensuring you retain control over ambiguous recommendations.

How do safety checks work for destructive command execution during decision automation?

Safety checks for destructive command execution require explicit confirmation once before proceeding. If the recommended option implies side effects like deleting files, hard resets, or force-push, the system halts to request your approval.

Can I run options like .env edits or database migrations directly without re-reading previous recommendations?

You can run options like .env edits or migrations directly by confirming after a recommendation is shown. However, because these are destructive side effects, the system will pause and require your explicit confirmation once before executing the action.

When do I need to detect an actionable options set in Claude Code conversations?

You need to detect an actionable options set when you want to skip re-reading previously offered choices. This applies when an enumerated A/B/C or top-pick block appears in recent conversation turns and you want to proceed with the default.