Skip to main content

lobehub/lobehub

SkillsMP は lobehub/lobehub から 46 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
46
GitHub スター
82,101
GitHub フォーク
15,838

収集済み skill 46 件中 40 件を表示しています。

職業分類
未分類
説明

Bot-channel end-to-end verification for LobeHub — drives the real native chat apps (Discord / Slack / Telegram / WeChat / Lark / QQ / iMessage) via osascript or the iMessage bridge, on macOS. Extends the generic acceptance skill for bot surfaces. Triggers on…

原文の言語: 英語

更新
職業分類
未分類
説明

Frontend diagnosis extension for the acceptance skill. Use for intermittent rendering, ordering, stale-state, navigation, virtual-list, React/Zustand, optimistic-update, refresh-dependent, or browser-only failures where the first broken boundary may be DOM,…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Implement or debug LobeHub heterogeneous agents. Use for Claude Code/Codex adapters, external CLI agents, event mapping, IPC, persistence, tool-call chains, sessions, traces, or adapter bugs.

原文の言語: 英語

更新
職業分類
未分類
説明

Audit .agents/skills SKILL.md files. Use for recurring checks of duplicate, overlapping, stale, inconsistent, or broken skills and merge/delete candidates.

原文の言語: 英語

更新
職業分類
未分類
説明

Audit a page / surface against the Designing Interfaces pattern language + the ux skill checklists, then land findings. Three layers — static (code), visual (screenshots), dynamic (automated user journey + perf). Use to run a repeatable, standards-based UX…

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

LobeHub product design values / principles / checklists. Use whenever the work touches user-interface features or implementation — designing or building any user-facing flow — to get better UX results.

原文の言語: 英語

更新
職業分類
未分類
説明

End-to-end verification and self-evidence for a delivery in any repository, with or without a preconfigured verify plan. Discover an existing plan when one was handed to this run; otherwise author checks and publish a standalone acceptance. Pick the proving…

原文の言語: 英語

更新
職業分類
未分類
説明

Agent tracing CLI for execution snapshots. Use for agent-tracing, traces, snapshots, LLM call inspection, context engine data, agent step analysis, execution debugging, or pulling remote/production traces ("拉线上 tracing") by operation id. Also the first stop…

原文の言語: 英語

更新
職業分類
未分類
説明

Vitest testing guide. Use when writing or updating tests, fixing failing tests, improving coverage, debugging test issues, or setting up mocks.

原文の言語: 英語

更新
職業分類
未分類
説明

LobeHub SPA route architecture. Use when editing src/routes, src/features delegation, desktop/mobile/popup router configs, .desktop variants, route segments, redirects, or new pages.

原文の言語: 英語

更新
職業分類
未分類
説明

Use when splitting a monorepo surface into a standalone micro app (React Router SSR on Cloudflare Workers), splitting a surface whose rendering code lives in the lobehub-cloud business overlay, fighting SSR bundle bloat from main-src imports, deploying its…

原文の言語: 英語

更新
職業分類
未分類
説明

Decompose a heavy domain feature into mountable capability atoms. Use when a Viewer/Page/index.tsx owns fetch, filters, mutations, modals, and host integrations together; a visual split still leaves store calls and actions on the page; a portal, embed, share,…

原文の言語: 英語

更新
職業分類
未分類
説明

LobeHub React component conventions. Use when editing TSX UI, choosing base-ui vs @lobehub/ui vs antd, styling with antd-style, component boundaries, local state, layouts, render performance, or memoization.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Agent Work registry (works / work_versions): how agent outputs — github/linear entities, files, documents, tasks — get registered, deduped, and rendered as cards, and how to extend it with a new skill provider, a new shell CLI scanner, or a new Work type.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub open-source monorepo architecture map. Use when locating code layers, understanding apps/packages/src layout, business stubs, project structure, or onboarding to the repository.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Agent runtime lifecycle hooks. Use for before/after tool or step hooks, tool mocks, human intervention, sub-agent calls, context compression, evals, callAgent, or lifecycle events.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub application-level LLM generation conventions. Use when adding or changing prompts, generateObject/generateText calls, structured output schemas, generation model selection, prompt versions, llm_generation_tracing scenarios, or tests for AI-generated…

原文の言語: 英語

更新
職業分類
データベースアーキテクト
説明

Use for database rollout strategy, Drizzle migrations, online index creation, data backfills, migration regeneration, sequence conflicts after rebase, idempotent SQL review, or migration renames.

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Multi-dimensional code review. Use when the user asks to review, evaluate, or audit a PR, diff, branch, or pasted change — including informal review asks like "look at this change for problems" — via light mode: inline review against the dimension quick…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Audit and safely clean Git worktrees and stale local branches. Use when asked to list worktrees, identify completed or merged branches, remove worktrees whose remote branches are gone, prune stale worktree registrations, or clean local branches without losing…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub imperative modal conventions. Use when creating or migrating modals, dialogs, popups, confirm flows, ModalHost wiring, createModal, confirmModal, useModalContext, or base-ui modal APIs.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Linear issue management. Use for LOBE-xxx issues, Linear links, PRs referencing Linear, retrieving issues, updating status, completion comments, or sub-issue trees.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build or extend LobeHub Agent Signal pipelines. Use for signal sources, signal/action types, policies, middleware, workflow handoff, dedupe, scope behavior, or observability.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub TypeScript style and type-safety guide. Use when editing TS/TSX/MTS, fixing types, choosing interface vs type, avoiding any/object, import type, async flow, or ts-expect-error.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub i18n with react-i18next. Use for user-facing strings, locale keys, namespaces, useTranslation, t(), interpolation, zh-CN/en-US previews, hardcoded UI copy, or bun run i18n.

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Produce an interactive single-file HTML design prototype using the REAL LobeHub design system (@lobehub/ui + antd + antd-style tokens) with production-style React — no build step, opens directly in a browser. Use when asked for a design prototype /…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub Drizzle ORM schema and query style. Use for pgTable schemas, indexes, joins, inferred types, db.select/db.query, schema fields, foreign keys, junction tables, or postgres query patterns.

原文の言語: 英語

更新
職業分類
ウェブ・デジタルインターフェースデザイナー
説明

Turn a vague product ask ("this page feels wrong", "we need a team view") into a grounded, shippable design by establishing business semantics and the user task before proposing a surface. Use when scoping a new surface, redesigning an existing one, or…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add server-side environment variables that control default values for user settings.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Build LobeHub builtin tool packages. Use when adding agent-callable tools, manifests, executors, runtimes, inspectors, renders, placeholders, streaming, interventions, portals, or tool registries.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add or edit LobeHub keyboard shortcuts. Use for HotkeyEnum, HOTKEYS_REGISTRATION, combineKeys, useHotkeyById, tooltip hotkeys, shortcut scope, conflicts, or Cmd/Ctrl key combos.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub Zustand store conventions. Use when editing src/store, store slices, public/internal actions, dispatch actions, flattenActions, optimistic updates, selectors, maps, or class action migration.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub data-fetching pipeline guide. Use for service layer, Zustand store, SWR, lambdaClient, useClientDataSWR, useFetchXxx hooks, or migrating useEffect fetches.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Add documentation for a new AI provider — usage docs, env vars, Docker config, image resources.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

LobeHub CLI (@lobehub/cli) development guide — commands, subcommands, architecture.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Electron desktop development guide — IPC handlers, controllers, preload scripts, window/menu management.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create a PR for the current branch (targets `canary` by default), including splitting one cross-layer branch into ordered stacked PRs so a lower layer (db / shared package / server TRPC) merges before its callers (desktop / CLI / UI). Use when the user asks…

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Version release workflow — release process and GitHub Release notes (not docs/changelog pages).

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Write website changelog pages under docs/changelog/*.mdx. Use for EN/ZH product update posts, changelog posts, update-log copy, or docs changelog edits; not GitHub Release notes.

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Backfill and maintain model-bank metadata (knowledgeCutoff, family, generation). Use when adding models, fixing cutoff/family data, running a metadata sweep across aiModels providers, or researching official knowledge cutoffs.

原文の言語: 英語

更新
収集済み skill 46 件中 40 件を表示しています。