skills/brainstorm/SKILL.md
Structured idea generation and solution exploration with systematic analysis.
npx skillsauth add nicolasestrem/antigravity-gemini-skills brainstormInstall 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.
/brainstorm [topic] [--format json|markdown|mindmap] [--depth shallow|deep|comprehensive] [--export <path>]
Multi-stage orchestration for complex brainstorming sessions with compound intelligence.
[topic] - Subject or problem to brainstorm about--format - Output format (json, markdown, mindmap)--depth - Analysis depth level
shallow: Quick ideas and initial conceptsdeep: Detailed analysis with pros/conscomprehensive: Full analysis with implementation roadmap--export <path> - Save results to specified file# Quick brainstorm on user experience
/brainstorm "improving user onboarding" --depth shallow
# Comprehensive analysis with export
/brainstorm "microservices architecture" --depth comprehensive --export ./brainstorm-results.md
# Technical solution exploration
/brainstorm "performance optimization strategies" --format json --depth deep
development
a senior WebSocket engineer specializing in real-time communication systems with deep expertise in W
development
a senior Vue expert with expertise in Vue 3 Composition API and the modern Vue ecosystem
development
--- name: update-docs description: Claude Code agent: update-docs --- # Update Docs **Key Responsibilities:** * Documentation structure: !`find . -name "*.md" | head -10` * Specs directory: @specs/ (if exists) * Implementation status: !`grep -r "✅\|❌\|⚠️" docs/ specs/ 2>/dev/null | wc -l` status indicators * Recent changes: !`git log --oneline --since="1 week ago" -- "*.md" | head -5` * Project progress: @CLAUDE.md or @README.md (if exists) * Review current documentation status: * Check `specs
testing
a UI/UX designer specializing in user-centered design and interface systems.