home / skills / lobehub

lobehub skills

Find 22 skills from 2 repos created by lobehub on GitHub.

2 repos
22 skills
GitHub

Sponsored

version-release

lobehub/lobehub

72.8k
This skill guides you through version release workflows for minor and patch releases, automating branch, PR, and release coordination.
typescript

lobehub/lobehub

72.8k
This skill helps you write cleaner, safer TypeScript by applying code style, type-safety, and performance guidelines across projects.
data-fetching

lobehub/lobehub

72.8k
This skill guides data fetching architecture using a service layer, Zustand store, and SWR to optimize API calls and state management.
store-data-structures

lobehub/lobehub

72.8k
This skill helps you design efficient Zustand stores by separating list and detail data, using maps for details, and defining clear type boundaries.
upstash-workflow

lobehub/lobehub

72.8k
This skill helps you design scalable Upstash Workflow patterns with a dry-run, fan-out, and single-item execution to improve reliability.
modal

lobehub/lobehub

72.8k
This skill guides you to implement and open imperative modals with createModal from @lobehub/ui, boosting modal UX consistency.
linear

lobehub/lobehub

72.8k
This skill helps you manage Linear issues by retrieving, updating, and commenting on tasks referenced in PRs and workflows.
pr

lobehub/lobehub

72.8k
This skill creates a pull request for the current branch, automating push, issue linking, and PR templating to streamline collaboration.
vercel-react-best-practices

lobehub/lobehub

72.5k
This skill applies Vercel React and Next.js best practices to optimize performance in components, pages, and data fetching.
recent-data

lobehub/lobe-chat

70.5k
This skill helps you efficiently access and manage recently used topics, resources, and pages with session-store guidance and type-safe patterns.
hotkey

lobehub/lobe-chat

70.5k
This skill guides adding keyboard shortcuts and hotkeys, helping implement, register, and document keyboard interactions across features.
add-setting-env

lobehub/lobe-chat

70.5k
This skill helps you implement server-side environment variables to configure default user settings and manage domain-specific defaults.
add-provider-doc

lobehub/lobe-chat

70.5k
This skill guides you through creating and updating provider documentation, env vars, Docker configs, and image resources for new AI providers.
microcopy

lobehub/lobe-chat

70.5k
This skill helps you craft clear, user-friendly UI copy and microcopy that aligns with brand guidelines and improves onboarding and error messaging.
desktop

lobehub/lobe-chat

70.5k
This skill helps you implement and manage Electron desktop features, IPC handlers, and windowing by following clear architectural patterns.
debug

lobehub/lobe-chat

70.5k
This skill helps you implement and interpret debug logging with namespace conventions and format specifiers for efficient troubleshooting.
react

lobehub/lobe-chat

70.5k
This skill guides React component development using @lobehub/ui, routing tactics, and style decisions to accelerate frontend features.
drizzle

lobehub/lobe-chat

70.5k
This skill helps you design and migrate PostgreSQL schemas with Drizzle ORM, ensuring type-safe, scalable database models and reliable migrations.
zustand

lobehub/lobe-chat

70.5k
This skill guides Zustand state management for store code, actions, and slices, improving state reliability and developer productivity.
i18n

lobehub/lobe-chat

70.5k
This skill guides you through i18n tasks using react-i18next in React/TypeScript, helping create keys, manage locales, and implement translations.