GAN Skill for Claude Code: Adversarial AI Tool for Idea Refinement

GAN Skill for Claude Code
A Claude Code skill called /gan implements an adversarial AI approach to idea refinement, using alternating Discriminator and Generator roles to critique and evolve concepts through multiple rounds of iteration.
How It Works
The system operates with two alternating roles:
- Discriminator (🔴): Steel-mans your idea first, then systematically attacks it
- Generator (🟢): Concedes valid hits, defends with substance, evolves the idea
Each round builds on all previous rounds with no repetition. The tool was developed through self-iteration where the creator used /gan to stress-test /gan itself, resulting in multiple feature improvements over 20+ rounds.
Features Developed Through Self-Iteration
- ✅ Added forced role selection (
/gan d,/gan g) - ✅ Added intensity modes (
hard= pre-mortem,soft= Socratic questions) - ✅ Added multi-language output (
:en,:ja,:ko) - ✅ Added Reconnaissance Mode (smarter first-round critique)
- ❌ Tried adding explicit "soft Generator" rules —
/ganrejected it (the old implicit behavior was actually better)
Every feature was either born from or survived adversarial pressure. The initial version was rough — just a Discriminator that attacks. When the creator ran /gan on its own design, the Discriminator found that "there's no defense, only attack." The Generator responded by adding itself — a role that absorbs the critique, concedes what's valid, and evolves the idea into something stronger.
Installation and Security
Installation takes approximately 30 seconds:
mkdir -p ~/.claude/skills/gan && curl -o ~/.claude/skills/gan/SKILL.md https://raw.githubusercontent.com/GAN-Thinking/gan-skill/main/SKILL.mdThe skill is contained in one SKILL.md file with zero permissions — no Bash, no file access, no internet. The creator notes they're not a native English speaker and used Claude to help write the original post, demonstrating the tool's purpose: to make AI work harder for you.
📖 Read the full source: r/ClaudeAI
👀 See Also

User Experience: Switching from OpenClaw to Hermes Agent on Local LLM
A developer reports switching from OpenClaw to Hermes Agent using Qwen3.5-9B on an RX 9070 XT with 16GB VRAM. Hermes completed a complex task with 5 correct tool calls versus OpenClaw's 50+ steps, running 2:30 minutes faster while maintaining RAG, tool calling, and persistent memory functionality.

Crow: Open-Source MCP Platform Adds Persistent Memory and P2P Sharing to LLM Frontends
Crow is an open-source, self-hosted MCP server platform that provides LLM frontends with SQLite-backed persistent memory, structured research tools, and encrypted peer-to-peer sharing. It works with any MCP-compatible client like Claude Desktop, Cursor, or Windsurf and requires no cloud dependency by default.

Cowork Chrome Extension Automates Personal Data Removal from Data Brokers
A Reddit user reports that using the Cowork Chrome extension with a Gmail connection automated filling forms, writing emails, and verifying removal requests to delete personal data from major data providers in just a few hours.

Open-Sourced Claude Code Skills: A /do Pipeline That Cut Follow-Ups by 80%
A developer open-sourced 15 Claude Code skills built over 100+ freelance projects. The /do command runs a 5-step pipeline (/todo → /dev → /verify-dev → /build → /test → push) with auto-fix loops, resulting in 80% fewer follow-ups and 60-65% better code quality across 2000+ commits.