shubh72010
- 4 skills
- 0 followers
- 1 day ago last updated
- ▌ Setup · shubh72010Bootstrap an existing codebase into a documented, GitHub-configured, CI-enabled project. Use when the user says "/setup", "bootstrap this repo", "setup GitHub", "push to GitHub and setup releases", or wants the agent to analyze the codebase then generate README, ARCHITECTURE, DESIGN_LANGUAGE, CLAUDE.md, AGENTS.md, configure repo settings/topics/Dependabot, create a nightly branch, and add GitHub Actions for APK builds and releases.
- ▌ Crossthink · shubh72010 bundleForces exploration from multiple independent thinking directions before producing conclusions. Uses a five-phase workflow (primary exploration, independent domain exploration, cross-pollination, challenge, synthesis) to avoid tunnel vision, anchoring bias, and superficial ideation. Triggers on "brainstorm", "explore this topic", "think about", "discuss from multiple angles", or when the user explicitly requests divergent thinking.
- ▌ Centered Hero Carousel · shubh72010Build a horizontally scrollable "hero carousel" where a big center card continuously morphs its width into different-size rectangles as it scrolls (the Material 3 / music-app "Quick Picks" effect). Explains why it is a pager with clipping + translation (not resizing), then gives three clearly-labeled fidelity tiers - exact Material replication, a faithful custom keyline implementation (no experimental API), and a scale-based approximation. Includes the real keyline interpolation math and cross-framework porting notes. Use when implementing hero carousels, morphing/expanding cards, centered featured-card rows, "big card shrinks as it scrolls", or cover-flow-style pager UIs.
- ▌ Segmented Connect List · shubh72010Build a Jetpack Compose list where each row looks separate but connected, like a single rounded panel split into segments. Each row is its own Card, spaced 2dp apart, with corner radii that change per position — big (28dp) rounded corners on the group's outer edges and small (6dp) inner corners, so the group reads as one unified panel. Use when implementing segmented/grouped row lists, connected pill lists, split-list UI, "separate but connected" rows, or grouped cards with rounded corners.