๐ŸŽฏ

brainstorming

๐ŸŽฏSkill

from trancong12102/agentskills

VibeIndex|
What it does
|

Helps developers generate creative ideas, solutions, or approaches to a specific problem or project challenge by systematically exploring multiple perspectives and potential strategies.

๐Ÿ“ฆ

Same repository

trancong12102/agentskills(32 items)

brainstorming

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add trancong12102/agentskills --skill brainstorming
skills.sh Installโš  Installs to .agents/skills/
npx skills add trancong12102/agentskills --skill brainstorming
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/brainstorming/SKILL.md

SKILL.md

26Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
deps-dev๐ŸŽฏSkill

Deps.dev dependency analysis skill. Note: this repository has been moved to github.com/trancong12102/ccc.

๐ŸŽฏ
council-review๐ŸŽฏSkill

A multi-model AI code review skill that runs Codex (OpenAI) and Gemini (Google) reviews in parallel, then synthesizes findings into a single unified report for thorough review coverage.

๐ŸŽฏ
oracle๐ŸŽฏSkill

An oracle skill from an agent skills repository that has been moved to a new location (trancong12102/ccc).

๐ŸŽฏ
context7๐ŸŽฏSkill

Context7 skill from a collection of reusable Amp agent skills for common developer workflows.

๐ŸŽฏ
conventional-commit๐ŸŽฏSkill

Generates and validates commit messages following the Conventional Commits specification for consistent project history

๐ŸŽฏ
react-advanced๐ŸŽฏSkill

An opinionated skill defining advanced React patterns and conventions for data fetching with TanStack Query, form handling, state machines with XState, and table management. Enforces a useEffect ban for common misuses and works across web and React Native.

๐ŸŽฏ
godfetch๐ŸŽฏSkill

A unified external research skill that looks up library documentation, searches source code across git repositories, and checks package versions. Routes requests to tools like llms.txt, Sourcegraph, and npm registries based on intent.

๐ŸŽฏ
godgrep๐ŸŽฏSkill

A skill that routes codebase search tasks to the right tool based on intent, supporting keyword/symbol search, multi-pattern matching, file discovery, structural code analysis, and semantic search. Designed for local codebase exploration, not external library docs.

๐ŸŽฏ
react-native-advanced๐ŸŽฏSkill

A skill providing React Native and Expo development patterns for navigation, data fetching lifecycle, infinite scroll lists, form handling, state persistence, authentication routing, gesture-driven animations, push notifications, and OTA updates using TanStack, XState, and Zustand.

๐ŸŽฏ
react-web-advanced๐ŸŽฏSkill

A skill for advanced web-specific React patterns including type-safe file-based routing, route-level data loading, server-side rendering, search parameter validation, code splitting, and list virtualization using TanStack Router, Start, and Virtual.