搜索结果
全部能力
找到 3625 个相关结果 / 集成自动化
软件工程 / 诊断修复
nodejs-backend-patterns
nodejs-backend-patterns
Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns,…
软件工程 / 诊断修复
math-router
math-router
Deterministic router for math cognitive stack - maps user intent to exact CLI commands
软件工程 / 诊断修复
arch-tsdown-monorepo
arch-tsdown-monorepo
pnpm monorepo starter for TypeScript libraries with tsdown per package. Use when scaffolding or maintaining a multi-package TS/ESM repo with workspace deps and…
软件工程 / 诊断修复
python-testing-patterns
python-testing-patterns
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites,…
软件工程 / 诊断修复
encore-testing
encore-testing
Test APIs and services with Vitest in Encore.ts.
软件工程 / 诊断修复
cloudflare-queues
cloudflare-queues
Build async message queues with Cloudflare Queues for background processing. Use when: handling async tasks, batch processing, implementing retries, configuring dead letter queues, managing consumer concurrency, or troubleshooting queue timeout, batch retry, message loss, or throughput exceeded. Prevents 13 documented errors including multi-dev limitations, remote binding conflicts, and DLQ issues.
软件工程 / 部署发布
pymatgen
pymatgen
Materials science toolkit. Crystal structures (CIF, POSCAR), phase diagrams, band structure, DOS, Materials Project integration, format conversion, for…
软件工程 / 部署发布
it-operations
it-operations
Manages IT infrastructure, monitoring, incident response, and service reliability. Provides frameworks for ITIL service management, observability strategies,…
软件工程 / 部署发布
github-workflow-automation
github-workflow-automation
Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows,…
软件工程 / 诊断修复
data-scientist
data-scientist
Expert data science covering machine learning, statistical modeling, experimentation, predictive analytics, and advanced analytics. Use when selecting ML algorithms, engineering features, designing A/B tests, evaluating model performance, or building predictive pipelines.
软件工程 / 诊断修复
cloudflare-workers-ai
cloudflare-workers-ai
Run LLMs and AI models on Cloudflare's GPU network with Workers AI. Includes Llama 4, Gemma 3, Mistral 3.1, Flux images, BGE embeddings, streaming, and AI Gateway. Handles 2025 breaking changes. Prevents 7 documented errors. Use when: implementing LLM inference, images, RAG, or troubleshooting AI_ERROR, rate limits, max_tokens, BGE pooling, context window, neuron billing, Miniflare AI binding, NSFW filter, num_steps.
软件工程 / 诊断修复
pokeclaw-android-ai-agent
pokeclaw-android-ai-agent
PokeClaw (PocketClaw) — on-device Android AI phone agent using Gemma 4 via LiteRT-LM with tool calling, accessibility automation, and optional cloud models.
软件工程 / 诊断修复
fix
fix
Meta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope.
软件工程 / 诊断修复
complete-skill
complete-skill
A complete skill for E2E testing
软件工程 / 诊断修复
frontend-ui-animator
frontend-ui-animator
Analyze and implement purposeful UI animations for Next.js + Tailwind + React projects. Use when user asks to add animations, enhance UI motion, animate…
软件工程 / 诊断修复
playwright-web-scraper
playwright-web-scraper
Extract structured data from multiple web pages using Playwright with built-in ethical crawling practices including rate limiting, robots.txt compliance, and error monitoring. Use when asked to "scrape data from", "extract information from pages", "collect data from site", "crawl multiple pages", or when gathering structured data from websites. Supports pagination, multi-page extraction, data aggregation, and export to CSV/JSON/Markdown. Works with browser_navigate, browser_evaluate, browser_wait_for, and browser_snapshot tools.
软件工程 / 诊断修复
build
build
Workflow orchestrator that chains existing skills for feature development
软件工程 / 诊断修复
pytest-patterns
pytest-patterns
Python testing with pytest covering fixtures, parametrization, mocking, and test organization for reliable test suites
软件工程 / 诊断修复
react-native-app
react-native-app
Build cross-platform mobile apps with React Native. Covers navigation with React Navigation, state management with Redux/Context API, API integration, and platform-specific features.
软件工程 / 诊断修复
test
test
Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests