files/skills/debate/SKILL.md
Three-way AI debate with Gemini and Codex CLI advisors for multi-perspective analysis on technical decisions or architectural questions
npx skillsauth add arlimus/setup debateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read and follow the full skill instructions from:
/pub/git/claude-skills/skills/debate/SKILL.md
Load that file now and execute the skill as specified.
data-ai
Summarize and analyze a YouTube video by extracting its transcript, description, chapters, and metadata via yt-dlp, then synthesizing a structured summary. Accepts a YouTube URL as the first argument. Use when the user asks to summarize, analyze, extract quotes from, or interact with a YouTube video.
development
Comprehensive app validation with browser testing, element discovery, verification, and HTML report generation
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------