Skills by lobehub
-
Agent Runtime Hooks
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Register custom handlers at 16 lifecycle points to observe and control agent behavior. Hooks fire before and after steps, tool calls, human approvals, context compression, and…
-
Agent Signal
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Agent Signal enables you to implement event-driven background work for agents without blocking foreground chat interactions. The system normalizes incoming events into sources,…
-
Agent Tracing
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Agent Tracing is a zero-config CLI tool that captures agent execution snapshots during development and lets you inspect them for debugging. Query specific steps, view tool…
-
Builtin Tool
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Builtin Tool is a guide for authoring agent-callable tool packages in LobeHub. It covers the five architectural layers—manifest and types, execution runtime, frontend executor,…
-
Cli
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Cli is a Node.js command-line tool built with Commander.js and TypeScript that lets you interact with LobeHub services directly from your terminal. It supports agent management,…
-
Data Fetching Architecture
NOASSERTION· ★ 80,894 · updated 2026-07-28 — This skill outlines LobeHub's layered approach to data fetching, spanning service encapsulation, store-based SWR hooks, and cache invalidation patterns. It covers read/write…
-
Debug Package
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Debug Package provides structured logging conventions for LobeHub development across desktop, server, and client environments. Configure namespaces using the lobe-* pattern,…
-
Design Prototype
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Generate a fully interactive single-file HTML prototype powered by LobeHub's actual design system (@lobehub/ui, antd, antd-style). Write production-style React code that compiles…
-
Hotkey
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Hotkey guides developers through adding custom keyboard shortcuts to LobeHub, covering registration, i18n setup, and hook creation. It handles platform-agnostic key combinations,…
-
I18n
NOASSERTION· ★ 80,894 · updated 2026-07-28 — I18n provides internationalization infrastructure for LobeHub projects built on react-i18next. Define user-facing strings using flat dot-notation keys in source files, then…
-
Modal
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Modal is LobeHub's guide to building dialogs and popups using an imperative pattern that eliminates local state. It covers the recommended base-ui stack with `createModal`,…
-
Project Overview
NOASSERTION· ★ 80,894 · updated 2026-07-28 — This skill provides a curated reference guide to LobeHub's open-source monorepo, detailing the directory structure, technology stack (Next.js 16, React 19, TypeScript,…
-
Store Data Structures
NOASSERTION· ★ 80,894 · updated 2026-07-28 — This skill teaches patterns for structuring state in Zustand stores, emphasizing separation of list and detail data to enable efficient multi-page caching and optimistic updates.…
-
Task
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Task skill integrates with LobeHub's task system to let you manage work through CLI commands. Create tasks and subtasks, set dependencies, add workspace documents, and track…
-
Upstash Workflow
NOASSERTION· ★ 80,894 · updated 2026-07-28 — This skill guides you through implementing Upstash Workflow and QStash async patterns in LobeHub. It covers three core architectural layers—entry point validation, cursor-based…
-
Ux
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Ux is LobeHub's interaction design reference for teams building or reviewing user-facing features. It covers four core design values—Natural, Meaningful, Certainty, and…
-
Zustand
NOASSERTION· ★ 80,894 · updated 2026-07-28 — Zustand is a lightweight, hook-based state management library that LobeHub uses to manage global application state. This skill covers LobeHub's conventions for organizing stores,…