top skills
pricing
resources
install
github
sign in
sign up
back to leaderboard
LO
@lobehub
contributor on implexa, with 39 skills ranked by
SkillRank
across 2 sources.
lobehub on github
publishes to skills.sh
publishes to smithery
skills, ranked by SkillRank
score
source
skill
6.2
skills.sh
microcopy
microcopy covers ui text patterns for a collaborative agent platform, including terminology tables, brand principles, writing rules, and error message templates. provides tone guidance and specific phrase examples but lacks systematic trigger conditions.
6.1
skills.sh
microcopy
microcopy covers ui text conventions for lobehub's multi-agent interface, including terminology tables, tone calibration rules, and error messaging patterns in english and chinese.
5.7
skills.sh
add-provider-doc
add-provider-doc guides the creation of localized documentation and configuration for new ai provider integrations, covering usage docs, environment variables, dockerfiles, and cdn image resources.
5.3
skills.sh
modal
modal covers lobehub's imperative modal patterns using base-ui headless primitives, with guidance on ModalHost setup and migration from antd. partially incomplete.
5.2
skills.sh
i18n
i18n covers react-i18next setup in lobeHub with flat key naming, locale file generation, and string externalization for multi-language support in tsx/ts files.
4.2
skills.sh
add-setting-env
add-setting-env documents a pattern for configuring server environment variables to set default user settings via a three-tier priority system (user custom > env var > hardcoded), implemented with nextjs tooling and zod validation.
—
skills.sh
typescript
TypeScript code style and type-safety guide for LobeHub. Read before writing or editing any `.ts` / `.tsx` / `.mts` — covers `interface` vs `type`,…
—
skills.sh
zustand
LobeHub Zustand store conventions: public/internal/dispatch action layers, optimistic update pattern, slice composition via `flattenActions`, and class-based…
—
skills.sh
react
react — an installable skill for AI agents, published by lobehub/lobehub.
—
smithery
add-setting-env
Add server-side environment variables that control default values for user settings.
—
skills.sh
debug
Debug package usage guide. Use when adding debug logging, understanding log namespaces, or implementing debugging features. Triggers on debug logging requests…
—
skills.sh
drizzle
Drizzle ORM schema authoring and query style for LobeHub (postgres, strict mode). Use when editing anything under `src/database/schemas/`, defining `pgTable`…
—
skills.sh
desktop
Electron desktop development guide — IPC handlers, controllers, preload scripts, window/menu management.
—
skills.sh
add-provider-doc
Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.
—
skills.sh
recent-data
Guide for using Recent Data (topics, resources, pages). Use when working with recently accessed items, implementing recent lists, or accessing session store…
—
skills.sh
zustand
LobeHub Zustand store conventions: public/internal/dispatch action layers, optimistic update pattern, slice composition via `flattenActions`, and class-based…
—
skills.sh
react
LobeHub React component conventions — styling via `antd-style` `createStaticStyles` + `cssVar.*` (zero-runtime preferred over `createStyles` + `token`),…
—
skills.sh
project-overview
LobeHub open-source monorepo architecture map — flat `apps/` + `packages/@lobechat/*` + `src/` layout, per-layer location table, and `src/business/` stubs that…
—
skills.sh
testing
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on…
—
skills.sh
store-data-structures
Zustand store data structure patterns for LobeHub. Covers List vs Detail data structures, Map + Reducer patterns, type definitions, and when to use each…
—
skills.sh
version-release
Version release workflow — release process and GitHub Release notes (not docs/changelog pages).
—
skills.sh
pr
Create a PR for the current branch. Use when the user asks to create a pull request, submit PR, or says 'pr'.
—
skills.sh
project-overview
project-overview — an installable skill for AI agents, published by lobehub/lobehub.
—
skills.sh
i18n
LobeHub internationalization with react-i18next. Use when adding any user-facing string in `.tsx`/`.ts` files, creating or renaming a key under…
—
skills.sh
drizzle
Drizzle ORM schema authoring and query style for LobeHub (postgres, strict mode). Use when editing anything under `src/database/schemas/`, defining `pgTable`…
—
skills.sh
vercel-react-best-practices
vercel-react-best-practices — an installable skill for AI agents, published by lobehub/lobehub.
—
skills.sh
recent-data
Guide for using Recent Data (topics, resources, pages). Use when working with recently accessed items, implementing recent lists, or accessing session store…
—
skills.sh
linear
linear — an installable skill for AI agents, published by lobehub/lobe-chat.
—
skills.sh
add-setting-env
add-setting-env — an installable skill for AI agents, published by lobehub/lobe-chat.
—
skills.sh
hotkey
hotkey — an installable skill for AI agents, published by lobehub/lobe-chat.
—
skills.sh
upstash-workflow
Upstash Workflow implementation guide. Use when creating async workflows with QStash, implementing fan-out patterns, or building 3-layer workflow architecture…
—
skills.sh
typescript
TypeScript code style and type-safety guide for LobeHub. Read before writing or editing any `.ts` / `.tsx` / `.mts` — covers `interface` vs `type`,…
—
skills.sh
data-fetching
Data fetching architecture guide using Service layer + Zustand Store + SWR. Use when implementing data fetching, creating services, working with store hooks,…
—
skills.sh
linear
Linear issue management. Use when the user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), says 'linear' / 'linear issue' / 'link linear', or when creating PRs…
—
skills.sh
hotkey
Adding or editing keyboard shortcuts in LobeHub. Use when registering a new hotkey, changing a key combo, scoping a shortcut to chat vs global, or wiring a…
—
skills.sh
debug
Debug package usage guide. Use when adding debug logging, understanding log namespaces, or implementing debugging features. Triggers on debug logging requests…
—
skills.sh
modal
LobeHub imperative-modal conventions. Use whenever creating, editing, opening, or migrating a modal/dialog/popup — prefer `createModal` / `confirmModal` /…
—
skills.sh
testing
Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on…
—
skills.sh
desktop
Electron desktop development guide — IPC handlers, controllers, preload scripts, window/menu management.