17 skills total · 17 unscanned
Skills by lobehub
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 enables you to implement event-driven background work for agents without blocking foreground chat interactions. The system normalizes incoming events into sources,…
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 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 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,…
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 provides structured logging conventions for LobeHub development across desktop, server, and client environments. Configure namespaces using the lobe-* pattern,…
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 guides developers through adding custom keyboard shortcuts to LobeHub, covering registration, i18n setup, and hook creation. It handles platform-agnostic key combinations,…
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 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`,…
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,…
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 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…
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 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 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,…