搜索结果
全部能力
找到 3235 个相关结果 / 后端与 API
软件工程 / 诊断修复
performance-metrics
performance-metrics
Evaluate investment performance on a risk-adjusted basis using industry-standard ratios and capture analysis. Use when the user asks about Sharpe ratio,…
软件工程 / 诊断修复
fund-vehicles
fund-vehicles
Compare and select investment vehicles including mutual funds, ETFs, index funds, and separately managed accounts. Use when the user asks about ETF vs mutual…
软件工程 / 诊断修复
cli-anything-wiremock
cli-anything-wiremock
Python CLI harness for WireMock HTTP mock server administration
软件工程 / 诊断修复
angular-services
angular-services
ALWAYS use when working with Angular Services, @Injectable, dependency injection, or business logic services.
软件工程 / 诊断修复
query
query
Stacks network and blockchain query operations — get STX fees, account info, transaction history, block info, mempool transactions, contract info and events,…
软件工程 / 诊断修复
panews-web-viewer
panews-web-viewer
Read public PANews website pages as Markdown. Use for homepage, article-page, and column-page reads.
软件工程 / 诊断修复
测试驱动开发
test-driven-development
在实现任何功能或修复缺陷时,编写实现代码之前使用。
软件工程 / 诊断修复
checkly
checkly
Set up, create, test and manage monitoring checks using the Checkly CLI. Use when working with Agentic Checks, API Checks, Browser Checks, URL Monitors, ICMP…
软件工程 / 诊断修复
post-trade-compliance
post-trade-compliance
Guide post-trade compliance monitoring and trade surveillance system design. Use when building alert logic to detect churning, front-running, cherry-picking,…
软件工程 / 诊断修复
canva-automation
canva-automation
Automate Canva tasks via Rube MCP (Composio): designs, exports, folders, brand templates, autofill. Always search tools first for current schemas.
软件工程 / 诊断修复
marketo
marketo
Marketo integration. Manage Leads, Persons, Organizations, Activities, Notes, Files and more. Use when the user wants to interact with Marketo data.
软件工程 / 诊断修复
flutter-form
flutter-form
Build a form with validation
软件工程 / 诊断修复
axiom-sf-symbols
axiom-sf-symbols
Use when implementing SF Symbols rendering modes, symbol effects, animations, custom symbols, or troubleshooting symbol appearance - covers the full symbol…
软件工程 / 诊断修复
syncfusion-react-data-manager
syncfusion-react-data-manager
Implements Syncfusion DataManager for local/remote binding, CRUD, querying, caching, and middleware. Supports JsonAdaptor, ODataAdaptor, ODataV4Adaptor,…
软件工程 / 诊断修复
syncfusion-react-datepicker
syncfusion-react-datepicker
Implement Syncfusion React DatePicker component with comprehensive guidance on date selection, formatting, validation, and accessibility. Use this when working…
软件工程 / 诊断修复
deepagents-architecture
deepagents-architecture
Guides architectural decisions for Deep Agents applications. Use when deciding between Deep Agents vs alternatives, choosing backend strategies, designing…
软件工程 / 诊断修复
phone-calls
phone-calls
Make AI phone calls, buy phone numbers, and get call transcripts via x402. USE FOR: - Making AI-powered outbound phone calls - Scheduling calls and getting transcripts - Buying and managing phone numbers - Leaving voicemails - Transferring calls to humans - Checking if a number has iMessage/FaceTime TRIGGERS: - "call", "phone call", "make a call", "dial" - "buy number", "phone number", "get a number" - "voicemail", "leave a message" - "transcript", "call recording", "call summary" - "AI call", "automated call", "bland" - "imessage", "facetime", "check number", "lookup number" ALWAYS use `npx agentcash@latest fetch` for stablephone.dev endpoints. IMPORTANT: Use exact endpoint paths from the Quick Reference table below.
软件工程 / 诊断修复
qualitative-valuation
qualitative-valuation
Assess business quality, competitive positioning, and sustainability of value creation beyond financial models. Use when the user asks about economic moats,…
软件工程 / 诊断修复
opencode-config
opencode-config
Edit opencode.json, AGENTS.md, and config files. Use proactively for provider setup, permission changes, model config, formatter rules, or environment variables. Examples: - user: "Add Anthropic as a provider" → edit opencode.json providers, add API key baseEnv var, verify with opencode run test - user: "Restrict this agent's permissions" → add permission block to agent config, set deny/allow for tools/fileAccess - user: "Set GPT-5 as default model" → edit global or agent-level model preference, verify model name format - user: "Disable gofmt formatter" → edit formatters section, set languages.gofmt.enabled = false
软件工程 / 部署发布
context-mode
context-mode
Use context-mode tools (ctx_execute, ctx_execute_file) instead of Bash/cat when processing large outputs. Triggers: "analyze logs", "summarize output", "process data", "parse JSON", "filter results", "extract errors", "check build output", "analyze dependencies", "process API response", "large file analysis", "page snapshot", "browser snapshot", "DOM structure", "inspect page", "accessibility tree", "Playwright snapshot", "run tests", "test output", "coverage report", "git log", "recent commits", "diff between branches", "list containers", "pod status", "disk usage", "fetch docs", "API reference", "index documentation", "call API", "check response", "query results", "find TODOs", "count lines", "codebase statistics", "security audit", "outdated packages", "dependency tree", "cloud resources", "CI/CD output". Also triggers on ANY MCP tool output that may exceed 20 lines. Subagent routing is handled automatically via PreToolUse hook.