灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

ing

找到 13037 个相关结果

软件工程 / 诊断修复

cc-use

cc-use

55

Supervise and manage an inner Claude Code instance running in tmux. Use this skill when you need to delegate implementation work to an inner Claude while focusing on task planning, progress monitoring, and end-to-end acceptance testing. Ideal for long-running tasks that would otherwise exhaust a single Claude's context window.

Stars 0
designuiuxtesting

软件工程 / 诊断修复

react-start

react-start

53

React bindings for TanStack Start: createStart, StartClient, StartServer, React-specific imports, re-exports from @tanstack/react-router, full project setup with React, useServerFn hook.

Stars 14,422
reactnextjsuiapi

软件工程 / 诊断修复

skill-authoring

skill-authoring

53

Guide creating Claude Code skills with TDD methodology and persuasion principles. Use for new skill development.

Stars 278
designuitestingauth

软件工程 / 诊断修复

stream-builder

stream-builder

53

Build a new app or add Stream products (Chat, Video, Feeds, Moderation) to an existing app. Scaffold Next.js + Tailwind + Shadcn + Stream SDKs end-to-end with…

Stars 8
nextjstailwinduiauth

研究学习 / 检索整理

gs-export

gs-export

51

Export Google Scholar paper(s) to Zotero via BibTeX. Gets citation data from Google Scholar's cite dialog, then pushes to Zotero desktop. Supports single or…

Stars 0
authapiexportgoogle

软件工程 / 诊断修复

insforge-backend-advisor

insforge-backend-advisor

50

Use this skill for proactive backend health audits in an InsForge project — security misconfigurations, performance regressions, and system health issues surfaced by `diagnose advisor`, plus the backend-side deep-dives that pair with each advisor issue. Also use this skill when a user reports backend-wide performance degradation (high CPU/memory, all responses slow, connection pool exhaustion, lock contention) without a single failing request. Trigger on requests like "health check", "audit my backend", "review security", "check RLS policies", "find slow queries", "backend performance review", "high CPU/memory", "everything is slow", "EC2/database/system health", or pre-launch readiness audits. For reactive runtime errors with a single concrete failing request (SDK error objects, HTTP 4xx/5xx, function failures, deploy failures), use `insforge-debug` instead.

Stars 21
reactbackendperformancesecurity

软件工程 / 诊断修复

vega-multi-tv-migration

vega-multi-tv-migration

49

Migrate Vega OS (Amazon Fire TV) applications to multi-platform React Native monorepo supporting Android TV, Apple TV, and other platforms. Covers analysis,…

Stars 0
reactuiagentvega

设计与产品 / 审核评估

coffee-break

coffee-break

49

Park mid-arc session state and work in progress. Routes to /reflect first if memory work is pending.

Stars 0
coffeebreakparkmid

通用助手 / 编排推荐

resume-review

resume-review

48

Review a resume like a professional resume writer AND an ATS (Applicant Tracking System) — produce an ATS score (0-100), a level detection (fresher / mid /…

Stars 21
uiresumereviewlike

软件工程 / 部署发布

senpi-trading-runtime

senpi-trading-runtime

48

配置、部署并管理 Senpi Trading Runtime(OpenClaw 插件 @senpi-ai/runtime),用于自动化链上仓位追踪及 DSL 追踪止损保护。适用于用户需要创建或修改 runtime YAML 文件、配置 DSL(Dynamic Stop-Loss)退出引擎参数(阶段、层级、时间型减仓)、设置 position_tracker 扫描器监控 Hyperliquid 钱包仓位、通过 CLI 安装/列出/删除 runtime,或查看 DSL 追踪仓位的场景。该 runtime 不创建策略钱包;需先通过 Senpi MCP 创建/获取策略钱包,再在 runtime YAML 中关联该已有钱包。触发词包括 senpi、Senpi runtime、DSL exit、stop-loss tiers、position tracker、trailing stop、openclaw senpi、dsl_preset 或 strategy YAML configuration。

Stars 75
uimonitoringsenpitrading

软件工程 / 诊断修复

storybook-mcp-integration

storybook-mcp-integration

47

Storybook MCP server integration for component-aware AI development. Covers 6 tools across 3 toolsets (dev, docs, testing): component discovery via…

Stars 0
frontenddesignuitesting

软件工程 / 诊断修复

iii-state-reactions

iii-state-reactions

46

Registers state-type triggers that automatically fire functions when key-value state is created, updated, or deleted within a scope. Use when building reactive side effects, change watchers, audit logs, cache invalidation, notification dispatchers, or any observer pattern where data changes should trigger downstream processing.

Stars 0
reactuiauditiii

软件工程 / 部署发布

iii-trigger-actions

iii-trigger-actions

46

Selects how functions are invoked — synchronous calls that return results, fire-and-forget void dispatches, or durable enqueue through named queues with retries. Use when deciding between blocking RPC calls, background job dispatch, async workers, or reliable message delivery with acknowledgement.

Stars 0
uiiiitriggeractions

软件工程 / 诊断修复

iii-reactive-backend

iii-reactive-backend

45

Builds reactive real-time backends on the iii engine. Use when building event-driven apps where state changes automatically trigger side effects, clients receive live updates via streams or websockets, or you need a real-time database layer with pub/sub and CRUD endpoints.

Stars 0
reactbackenduidatabase

通用助手 / 编排推荐

iii-event-driven-cqrs

iii-event-driven-cqrs

45

Implements CQRS with event sourcing on the iii engine. Use when building command/query separation, event-sourced systems, or fan-out architectures where commands publish domain events and multiple read model projections subscribe independently.

Stars 0
uiiiieventdriven

软件工程 / 诊断修复

gift-cards

gift-cards

45

Sell and accept gift cards with secure code generation, real-time balance tracking, partial redemption support, and expiration enforcement

Stars 0
uigiftcardssell

软件工程 / 诊断修复

iii-low-code-automation

iii-low-code-automation

45

Builds trigger-transform-action automation chains on the iii engine. Use when building Zapier/n8n-style automations, webhook-to-action pipelines, or simple event-driven chains where each node is a small registered function chained via named queues.

Stars 0
uiapiiiilow

软件工程 / 部署发布

iii-observability

iii-observability

45

Integrates OpenTelemetry tracing, metrics, and logging into iii workers. Use when setting up distributed tracing, Prometheus metrics, custom spans, or connecting to observability backends.

Stars 0
backenduiapiiii

办公运营 / 自动执行

iii-cron-scheduling

iii-cron-scheduling

44

Registers cron triggers with 7-field expressions to run functions on recurring schedules. Use when scheduling periodic jobs, timed automation, crontab replacements, cleanup routines, report generation, health checks, batch processing, or any task that should run every N seconds, minutes, hours, or on a weekly/monthly calendar.

Stars 0
iiicronschedulingregisters

软件工程 / 诊断修复

iii-browser-sdk

iii-browser-sdk

44

Browser SDK for connecting to the iii engine from web applications via WebSocket. Use when building browser-based clients that register functions, invoke triggers, or consume streams from the frontend.

Stars 0
frontenduiapiiii

636 / 652