搜索结果
ing
找到 13037 个相关结果
软件工程 / 诊断修复
cc-use
cc-use
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.
软件工程 / 诊断修复
react-start
react-start
React bindings for TanStack Start: createStart, StartClient, StartServer, React-specific imports, re-exports from @tanstack/react-router, full project setup with React, useServerFn hook.
软件工程 / 诊断修复
skill-authoring
skill-authoring
Guide creating Claude Code skills with TDD methodology and persuasion principles. Use for new skill development.
软件工程 / 诊断修复
stream-builder
stream-builder
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…
研究学习 / 检索整理
gs-export
gs-export
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…
软件工程 / 诊断修复
insforge-backend-advisor
insforge-backend-advisor
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.
软件工程 / 诊断修复
vega-multi-tv-migration
vega-multi-tv-migration
Migrate Vega OS (Amazon Fire TV) applications to multi-platform React Native monorepo supporting Android TV, Apple TV, and other platforms. Covers analysis,…
设计与产品 / 审核评估
coffee-break
coffee-break
Park mid-arc session state and work in progress. Routes to /reflect first if memory work is pending.
通用助手 / 编排推荐
resume-review
resume-review
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 /…
软件工程 / 部署发布
senpi-trading-runtime
senpi-trading-runtime
配置、部署并管理 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。
软件工程 / 诊断修复
storybook-mcp-integration
storybook-mcp-integration
Storybook MCP server integration for component-aware AI development. Covers 6 tools across 3 toolsets (dev, docs, testing): component discovery via…
软件工程 / 诊断修复
iii-state-reactions
iii-state-reactions
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.
软件工程 / 部署发布
iii-trigger-actions
iii-trigger-actions
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.
软件工程 / 诊断修复
iii-reactive-backend
iii-reactive-backend
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.
通用助手 / 编排推荐
iii-event-driven-cqrs
iii-event-driven-cqrs
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.
软件工程 / 诊断修复
gift-cards
gift-cards
Sell and accept gift cards with secure code generation, real-time balance tracking, partial redemption support, and expiration enforcement
软件工程 / 诊断修复
iii-low-code-automation
iii-low-code-automation
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.
软件工程 / 部署发布
iii-observability
iii-observability
Integrates OpenTelemetry tracing, metrics, and logging into iii workers. Use when setting up distributed tracing, Prometheus metrics, custom spans, or connecting to observability backends.
办公运营 / 自动执行
iii-cron-scheduling
iii-cron-scheduling
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.
软件工程 / 诊断修复
iii-browser-sdk
iii-browser-sdk
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.