🎯

brainstorm

🎯Skill

from ladderchaos/tora-skills

VibeIndex|
What it does

Facilitates structured ideation by guiding systematic exploration of ideas, potential solutions, and implementation approaches before diving into development.

πŸ“¦

Part of

ladderchaos/tora-skills(17 items)

brainstorm

Installation

πŸ“‹ No install commands found in docs. Showing default command. Check GitHub for actual instructions.
Quick InstallInstall with npx
npx skills add ladderchaos/tora-skills --skill brainstorm
2Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

# tora-skills

Custom Claude Code skills for development workflows.

Installation

Copy desired skill folders to ~/.claude/skills/ or your project's .claude/skills/ directory.

Skills

| Skill | Description |

|-------|-------------|

| brainstorm | Structured ideation and exploration before implementation |

| conventional-commits | Standardized commit message format (Conventional Commits spec) |

| coordinator | Project context tracking, ADRs, session handoffs |

| frontend-dev | UI/React components with high design quality |

| fullstack-dev | Contract + frontend coordination for synchronized changes |

| playwriter | Browser automation via Chrome extension with Playwright API |

| ponder-gen | Generate Ponder indexer handlers from ABIs |

| preflight | Session startup checklist and context loading |

| process-rules | SOPs, lessons learned, workflow governance |

| repo-librarian | Repository cleanup, dead code removal, doc reorganization |

| repo-maintenance | Versioning, releases, deployments, changelogs |

| research-assistant | Technical research, DeFi analysis (read-only) |

| solidity-dev | Smart contracts, gas optimization, security scanning |

| sync-github-to-obsidian | Sync markdown docs to Obsidian vault |

| synpress-e2e | E2E testing with MetaMask/wallet automation |

| ui-rules | Opinionated UI design constraints |

| webapp-testing | Playwright browser testing for web apps |

Usage

Skills activate automatically based on context, or invoke explicitly:

```

/brainstorm

/solidity-dev

/conventional-commits

```

Structure

Each skill is a folder containing:

```

skill-name/

└── skill.md # Skill definition with frontmatter

```

License

MIT

More from this repository10

🎯
frontend-dev🎯Skill

Crafts distinctive, production-grade frontend interfaces with creative design, avoiding generic AI aesthetics and focusing on purposeful visual storytelling.

🎯
process-rules🎯Skill

Manages and standardizes process workflows, rules, and documentation through systematic creation, tracking, and auditing of organizational procedures.

🎯
coordinator🎯Skill

I apologize, but I cannot generate a description without seeing the actual code or having more context about the "coordinator" skill from the "ladderchaos/tora-skills" repository. Could you provide...

🎯
fullstack-dev🎯Skill

Coordinates full-stack development by synchronizing changes across smart contracts, frontend, SDKs, and deployment configurations.

🎯
repo-maintenance🎯Skill

Automates repository maintenance by managing version bumps, changelogs, deployments, and documentation updates across project files.

🎯
ponder-gen🎯Skill

Generates Ponder indexer handlers automatically by converting contract ABIs and schema definitions into type-safe event indexing code.

🎯
ui-rules🎯Skill

Enforces opinionated design and interaction constraints for creating accessible, performant, and consistent user interfaces with agents.

🎯
repo-librarian🎯Skill

Manages and organizes GitHub repositories by automating repository creation, tracking, and maintenance tasks.

🎯
research-assistant🎯Skill

Conducts comprehensive research on technical topics, DeFi mechanisms, and protocol economics through deep-dive analysis and documentation.

🎯
preflight🎯Skill

Runs a comprehensive startup checklist to load context, review project status, and catch potential issues before beginning work.