搜索结果
全部能力
找到 17783 个相关结果
通用助手 / 编排推荐
google-slides
google-slides
Read and write Google Slides presentations - get text, find presentations, create presentations, add slides, replace text, and manage slide content. Use when user asks to: read a presentation, create slides, find slides, add a slide, replace text in a presentation, or manage presentation content. Lightweight integration with standalone OAuth authentication supporting full read/write access.
通用助手 / 编排推荐
federation-init
federation-init
federation-init — an installable skill for AI agents, published by ruvnet/ruflo.
通用助手 / 编排推荐
adk-dev-console
adk-dev-console
Explains the ADK Dev Console — what each tab shows, how to read Agent Steps, traces, and other UI features visible at localhost:3001 during adk dev
通用助手 / 编排推荐
federation-status
federation-status
federation-status — an installable skill for AI agents, published by ruvnet/ruflo.
安全与治理 / 审核评估
adonisjs-best-practices
adonisjs-best-practices
Use when building AdonisJS v6 applications, implementing features in AdonisJS, or reviewing AdonisJS code. Covers routing, controllers, validation,…
软件工程 / 部署发布
cross-conversation-project-manager
cross-conversation-project-manager
Maintain project state across MULTIPLE conversations over days/weeks. Track tasks, decisions, blockers, resources. Auto-update when project mentioned. Generate…
通用助手 / 编排推荐
auth-setup
auth-setup
Set up Convex authentication with proper user management, identity mapping, and access control patterns. Use when implementing auth flows.
通用助手 / 编排推荐
agents-md
agents-md
Audits and writes AGENTS.md files using execution-first standards. Checks commands, gotchas, and signal-to-noise ratio. Use when asked to audit, review, score,…
软件工程 / 诊断修复
pinia-skilld
pinia-skilld
Intuitive, type safe and flexible Store for Vue. ALWAYS use when writing code importing \"pinia\". Consult for debugging, best practices, or modifying pinia.
软件工程 / 诊断修复
alicloud-ai-content-aicontent-test
alicloud-ai-content-aicontent-test
Smoke test for alicloud-ai-content-aicontent. Validate minimal authentication, API reachability, and one read-only query path.
软件工程 / 部署发布
product-analyst
product-analyst
Track user metrics and provide data-driven insights for product decisions. Use when measuring product health, analyzing user behavior, conducting cohort…
通用助手 / 编排推荐
federation-audit
federation-audit
federation-audit — an installable skill for AI agents, published by ruvnet/ruflo.
软件工程 / 诊断修复
axiom-ownership-conventions
axiom-ownership-conventions
Use when optimizing large value type performance, working with noncopyable types, reducing ARC traffic, or using InlineArray/Span for zero-copy memory access.…
安全与治理 / 审核评估
alicloud-security-content-moderation-green-test
alicloud-security-content-moderation-green-test
Smoke test for alicloud-security-content-moderation-green. Validate minimal authentication, API reachability, and one read-only query path.
安全与治理 / 审核评估
api-design-patterns
api-design-patterns
RESTful API design, error handling, versioning, and best practices. Use when designing APIs, reviewing endpoints, implementing error responses, or setting up…
软件工程 / 诊断修复
svelte5-runes-static
svelte5-runes-static
Svelte 5 runes + SvelteKit adapter-static (SSG/SSR) patterns for hydration-safe state, store bridges, and reactivity that survives prerendering
通用助手 / 编排推荐
iot-register
iot-register
iot-register — an installable skill for AI agents, published by ruvnet/ruflo.
软件工程 / 诊断修复
sales-forecast-builder
sales-forecast-builder
Weighted pipeline forecast by probability. Historical accuracy tracking, commit vs best-case scenarios, deal slippage patterns.
设计与产品 / 审核评估
sales-and-revenue-operations
sales-and-revenue-operations
Comprehensive sales and revenue operations skill. Use when building a sales team, doing founder-led sales, hiring first sales reps, navigating enterprise deals, implementing product-led sales, designing sales compensation plans, defining ICP, mapping buyer personas, or optimizing the revenue engine (RevOps). Activates for: sales strategy, rev ops, revenue operations, sales enablement, sales compensation, ICP, ideal customer profile, buyer persona, sales process, deal execution, lead scoring, lead routing, lead lifecycle, MQL, SQL, pipeline management, CRM automation, sales qualification, BANT, MEDDIC, founder sales, enterprise sales, product-led sales, startup sales, SDR, AE, quota, ramp, commission plan.
软件工程 / 诊断修复
inertia-rails-testing
inertia-rails-testing
Testing Inertia Rails responses with RSpec and Minitest: component assertions, prop matching, flash verification, deferred props, and partial reload helpers. Use when writing controller specs, request specs, or integration tests for Inertia pages. ALWAYS use matchers (render_component, have_props, have_flash), NOT direct access (inertia.component, inertia.props). CRITICAL: after POST/PATCH/DELETE with redirect, MUST call follow_redirect! before asserting flash or props — without it you're asserting against the 302, not the Inertia page. Setup: require 'inertia_rails/rspec'.