implexa
back to leaderboard
LO

@lobehub

contributor on implexa, with 44 skills ranked by SkillRank across 2 sources.

lobehub on githubpublishes to skills.shpublishes to smithery
skills
44
avg SkillRank
5.4
18 scored / 44 total
total stars
432,666
across 8 repos
total installs
13
across 8 repos

skills, ranked by SkillRank

scoresourceskill
7.8skills.sh
store-data-structures
store-data-structures establishes patterns for zustand state organization in lobehub, distinguishing list arrays from detail maps to enable caching, optimistic updates, and per-item loading states without heavy-field bloat.
7.3skills.sh
version-release
version-release routes release workflows across minor and patch scenarios, with ci-driven tagging and github release creation. delegates procedural detail to references/ and mandates microcopy skill application.
7.2smithery
project-overview
lobehub-project-overview maps the open-source monorepo structure, tech stack, and directory layout for developers onboarding or locating code across apps, packages, and src layers. covers architecture patterns and data flow.
6.3skills.sh
pr
pr creates a pull request to the canary branch after gathering git context, handling uncommitted changes, pushing, searching related issues, and populating a pr template with gitmoji-formatted titles and issue links.
6.2skills.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.1skills.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.8skills.sh
debug
debug provides namespace-filtered logging for lobehub projects across browser, node, and electron runtimes. outputs to console via environment controls and wildcard filters. strict naming conventions organize logs by platform and module.
5.7skills.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.4skills.sh
typescript
typescript documents style conventions for type safety, module patterns, and interface design within the lobeHub codebase. coverage is incomplete and lacks actionable workflows for common editing scenarios.
5.3skills.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.3smithery
typescript
lobehub-typescript documents style conventions and type-safety patterns for typescript codebases, covering imports, async patterns, and structural decisions. reference material rather than actionable procedure.
5.2skills.sh
hotkey
hotkey provides a structured framework for registering keyboard shortcuts in a typescript codebase, with step-by-step integration points across constants, hooks, and ui components.
5.2skills.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.7skills.sh
testing
vitest command reference for lobehub with package-specific test runners and silent output modes. covers database client and server test variants but lacks actionable guidance for test writing or debugging.
4.6skills.sh
i18n
i18n covers react-i18next setup for lobehub react apps using flat dot-notation keys. provides naming conventions and basic workflow for multi-language translation generation and component access patterns.
4.2skills.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.
2.8skills.sh
data-fetching
data-fetching provides an incomplete outline of a multi-layer architecture pattern without actionable guidance, specific triggers, or concrete implementation steps.
2.3skills.sh
project-overview
project-overview provides reference documentation of lobehub's monorepo structure, tech stack, and layered architecture. it is not an executable skill.
skills.sh
drizzle
LobeHub Drizzle ORM schema and query style. Use for pgTable schemas, indexes, joins, inferred types, db.select/db.query, schema fields, foreign keys, junction…
skills.sh
react
LobeHub React component conventions. Use when editing TSX UI, choosing base-ui vs @lobehub/ui vs antd, styling with antd-style, routing, desktop variants,…
skills.sh
zustand
LobeHub Zustand store conventions. Use when editing src/store, store slices, public/internal actions, dispatch actions, flattenActions, optimistic updates,…
smithery
microcopy
UI copy and microcopy guidelines. Use for user-facing copy, buttons, errors, empty states, onboarding, i18n wording, translation, or copy improvements in Chinese or English.
smithery
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
smithery
react
LobeHub React component conventions. Use when editing TSX UI, choosing base-ui vs @lobehub/ui vs antd, styling with antd-style, routing, desktop variants, layouts, or component state.
smithery
add-setting-env
Add server-side environment variables that control default values for user settings.
skills.sh
linear
linear — an installable skill for AI agents, published by lobehub/lobehub.
skills.sh
modal
modal — an installable skill for AI agents, published by lobehub/lobehub.
skills.sh
testing
testing — an installable skill for AI agents, published by lobehub/lobehub.
skills.sh
desktop
desktop — an installable skill for AI agents, published by lobehub/lobehub.
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
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`,…
lobehub (44 skills ranked by SkillRank) | implexa