double-shot-latte

Stop 'Would you like me to continue?' interruptions. Automatically evaluates whether Claude should continue working using Claude-judged decision making.

Content Preview
{
  "name": "double-shot-latte",
  "source": {
    "source": "url",
    "url": "https://github.com/obra/double-shot-latte.git"
  },
  "description": "Stop 'Would you like me to continue?' interruptions. Automatically evaluates whether Claude should continue working using Claude-judged decision making.",
  "version": "1.2.0",
  "strict": true
}
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/double-shot-latte.md \
  https://raw.githubusercontent.com/obra/superpowers-marketplace/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/obra/superpowers-marketplace

Then reference at .claude-plugin/marketplace.json

Related Skills