Source

flpbalada/my-opencode-config

53 skills · 1.1K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
progressive-disclosure Reduce complexity by revealing information progressively. Use when designing onboarding, complex forms, feature-rich …
flpbalada/my-opencode-config
56
2
social-proof-psychology Leverage social proof principles to build trust and influence user behavior. Use when designing landing pages, adding…
flpbalada/my-opencode-config
39
3
react-useeffect-avoid Guides when NOT to use useEffect and suggests better alternatives. Use when reviewing React code, troubleshooting per…
flpbalada/my-opencode-config
38
4
trust-psychology Build trust signals that reduce perceived risk and enable user action. Use when designing landing pages, checkout flo…
flpbalada/my-opencode-config
37
5
five-whys Conduct root cause analysis using the Five Whys technique. Use when investigating problems, debugging issues, underst…
flpbalada/my-opencode-config
34
6
cognitive-fluency-psychology Apply cognitive fluency principles to improve clarity, trust, and conversion. Use when designing landing pages, writi…
flpbalada/my-opencode-config
32
7
cognitive-biases Apply cognitive bias knowledge to product design and decision-making. Use when designing user experiences, analyzing …
flpbalada/my-opencode-config
29
8
fogg-behavior-model Design behavior change using the B=MAP framework. Use when designing onboarding flows, improving conversion, building…
flpbalada/my-opencode-config
29
9
graph-thinking Apply graph-based thinking to visualize complex relationships and solve problems non-linearly. Use when mapping depen…
flpbalada/my-opencode-config
29
10
code-architecture-wrong-abstraction Guides when to abstract vs duplicate code. Use this skill when creating shared utilities, deciding between DRY/WET ap…
flpbalada/my-opencode-config
28
11
naming-cheatsheet Apply language-agnostic naming conventions using the A/HC/LC pattern. Use when naming variables, functions, or review…
flpbalada/my-opencode-config
28
12
game-theory-tit-for-tat Apply Tit for Tat strategy for negotiations, relationships, and repeated interactions. Use when navigating workplace …
flpbalada/my-opencode-config
27
13
project-structure Guides React/Next.js/TypeScript project organization using feature-based architecture. Use when structuring new proje…
flpbalada/my-opencode-config
27
14
business-model-canvas Design and analyze business models using the Business Model Canvas framework. Use when evaluating startups, planning …
flpbalada/my-opencode-config
26
15
halo-effect-psychology Apply the halo effect in product design and UX. Use when designing first impressions, brand perception, feature prese…
flpbalada/my-opencode-config
26
16
loss-aversion-psychology Leverage loss aversion in product design and messaging. Use when designing retention features, pricing strategies, on…
flpbalada/my-opencode-config
26
17
visual-cues-cta-psychology Design effective CTAs using visual attention and gaze psychology principles. Use when designing landing pages, button…
flpbalada/my-opencode-config
26
18
cognitive-load Design experiences that optimize mental resources using Cognitive Load Theory. Use when designing interfaces, creatin…
flpbalada/my-opencode-config
25
19
making-product-decisions Framework for structured product decision-making. Use when facing complex tradeoffs, aligning stakeholders, documenti…
flpbalada/my-opencode-config
25
20
code-architecture-tailwind-v4-best-practices Guides Tailwind CSS v4 patterns for buttons and components. Use this skill when creating components with variants, ch…
flpbalada/my-opencode-config
24
21
typescript-best-practices Guides TypeScript best practices for type safety, code organization, and maintainability. Use this skill when configu…
flpbalada/my-opencode-config
24
22
curiosity-gap Create engagement through strategic information gaps that drive user action. Use when designing notifications, writin…
flpbalada/my-opencode-config
23
23
user-story-fundamentals Capture requirements from user perspective with structured user stories. Use when writing backlog items, defining acc…
flpbalada/my-opencode-config
23
24
css-container-queries Apply CSS container queries for component-based responsive design. Use when implementing responsive components that a…
flpbalada/my-opencode-config
22
25
hicks-law Optimize decision-making speed by managing choice quantity. Use when designing navigation, menus, feature sets, onboa…
flpbalada/my-opencode-config
21
26
hypothesis-tree Structure complex questions into testable hypotheses. Use when validating product ideas, debugging problems, planning…
flpbalada/my-opencode-config
21
27
jobs-to-be-done Understand customer motivations through job theory. Use when defining product strategy, conducting user research, ide…
flpbalada/my-opencode-config
21
28
kanban Visualize and optimize workflow with Kanban boards. Use when managing team work, identifying bottlenecks, improving d…
flpbalada/my-opencode-config
20
29
react-use-callback Guides proper usage of the useCallback hook in React. Use this skill when optimizing function references, passing cal…
flpbalada/my-opencode-config
20
30
react-use-state Guides proper usage of React useState hook. Use this skill when adding state to components, deciding between useState…
flpbalada/my-opencode-config
20
31
hooked-model Design habit-forming products using the Hook cycle. Use when building engagement loops, improving retention, designin…
flpbalada/my-opencode-config
19
32
nextjs-image-art-direction Implement art direction for Next.js images using getImageProps(). Use when showing different images for different vie…
flpbalada/my-opencode-config
19
33
status-quo-bias Understand and design for users' preference for current state over change. Use when planning migrations, introducing …
flpbalada/my-opencode-config
19
34
what-not-to-do-as-product-manager Anti-patterns and mistakes to avoid as a product manager. Use when evaluating leadership behaviors, improving team dy…
flpbalada/my-opencode-config
19
35
pest-analysis Guides PEST (Political, Economic, Social, Technological) analysis for strategic planning. Use when analyzing external…
flpbalada/my-opencode-config
18
36
react-key-prop Guides proper usage of the key prop in React lists. Use this skill when rendering lists, mapping arrays to components…
flpbalada/my-opencode-config
18
37
theme-epic-story Structure product work hierarchically using themes, epics, and stories. Use when organizing backlogs, planning releas…
flpbalada/my-opencode-config
18
38
react-use-client-boundary Guides proper usage of "use client" directive in React/Next.js. Use this skill when adding client components, trouble…
flpbalada/my-opencode-config
17
39
self-initiated-triggers Design internal triggers for sustained user engagement. Use when building habit-forming features, improving retention…
flpbalada/my-opencode-config
17
40
typescript-advanced-types Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and …
flpbalada/my-opencode-config
17
41
typescript-interface-vs-type Guides when to use interface vs type in TypeScript. Use this skill when defining object types, extending types, or ch…
flpbalada/my-opencode-config
17
42
typescript-satisfies-operator Guides proper usage of TypeScript's satisfies operator vs type annotations. Use this skill when deciding between type…
flpbalada/my-opencode-config
16
43
value-realization Analyze if end users discover clear value. Use when evaluating product concepts, analyzing adoption, or uncertain abo…
flpbalada/my-opencode-config
15
44
conventional-commit Structure commit messages following the Conventional Commits specification. Use when drafting commit messages before …
flpbalada/my-opencode-config
4
45
agent-browser Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, …
flpbalada/my-opencode-config
3
46
deliberate-practice Apply deliberate practice principles for rapid skill acquisition and expert-level performance. Use when learning new …
flpbalada/my-opencode-config
3
47
kaizen Apply Kaizen continuous improvement methodology. Use when optimizing processes, eliminating waste, conducting improve…
flpbalada/my-opencode-config
3
48
tailwind-v4-configuration Configure Tailwind CSS v4 with CSS-first approach. Use when installing, migrating from v3, setting up build tools (Vi…
flpbalada/my-opencode-config
3
49
dogfood Systematically explore and test a web application to find bugs, UX issues, and other problems. Use when asked to "dog…
flpbalada/my-opencode-config
2
50
electron Automate Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify, etc.) using agent-browser via Chrome…
flpbalada/my-opencode-config
2
Page 1 · 53 total Next