搜索结果
ing
找到 13037 个相关结果
研究学习 / 检索整理
学术研究专家
academic-researcher
精通学术研究与 LaTeX 论文撰写,支持 IEEE/APA 引用格式。可撰写同行评审研究论文、文献综述及学位论文…
软件工程 / 诊断修复
cloudflare-workflows
cloudflare-workflows
Build durable workflows with Cloudflare Workflows (GA April 2025). Features step.do, step.sleep, waitForEvent, Vitest testing, automatic retries, and state persistence for long-running tasks. Prevents 12 documented errors. Use when: creating workflows, implementing retries, or troubleshooting NonRetryableError, I/O context, serialization errors, waitForEvent timeouts, getPlatformProxy failures.
研究学习 / 检索整理
ce-compound-refresh
ce-compound-refresh
Refresh stale learning and pattern docs under docs/solutions/ by reviewing them against the current codebase, then updating, consolidating, or deleting drifted…
软件工程 / 诊断修复
ce-demo-reel
ce-demo-reel
Capture a visual demo reel (GIF, terminal recording, screenshots) for PR descriptions. Use when shipping UI changes, CLI features, or any work with observable…
软件工程 / 诊断修复
eve-web-ui-testing-agent-browser
eve-web-ui-testing-agent-browser
Web UI testing and browser automation. Use Vercel agent-browser for general apps, or the repo-pinned Playwright wrapper inside Eve Horizon. Use when tasks…
通用助手 / 编排推荐
background-agent-pings
background-agent-pings
Background Agent Pings
通用助手 / 编排推荐
git-workflow
git-workflow
Essential Git patterns for effective version control, eliminating redundant Git guidance per agent.
软件工程 / 诊断修复
application-logging
application-logging
Implement structured logging across applications with log aggregation and centralized analysis. Use when setting up application logging, implementing ELK stack, or analyzing application behavior.
通用助手 / 编排推荐
智能体协调
agent-coordination
智能体生成、生命周期管理与协调模式。管理60余种具有专门能力的智能体类型。适用场景:生成智能体、协调多智能体任务、管理智能体池。不适用场景:单智能体工作、无需协调的情况。
通用助手 / 编排推荐
security-headers-configuration
security-headers-configuration
Configure HTTP security headers including CSP, HSTS, X-Frame-Options, and XSS protection. Use when hardening web applications against common attacks.
软件工程 / 诊断修复
systematic-debugging
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
软件工程 / 部署发布
gguf-quantization
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible…
软件工程 / 诊断修复
fastify
fastify
Production Fastify (TypeScript) patterns: schema validation, plugins, typed routes, error handling, security hardening, logging, testing with inject, and…
软件工程 / 部署发布
readme
readme
You are an expert technical writer creating comprehensive project documentation. Your goal is to write a README.md that is absurdly thorough—the kind of…
软件工程 / 诊断修复
nodejs-backend-patterns
nodejs-backend-patterns
Comprehensive guidance for building scalable, maintainable, and production-ready Node.js backend applications with modern frameworks, architectural patterns,…
安全与治理 / 审核评估
security-patterns
security-patterns
Security patterns for authentication, defense-in-depth, input validation, OWASP Top 10, LLM safety, and PII masking. Use when implementing auth flows, security…
软件工程 / 诊断修复
prove
prove
Formal theorem proving with research, testing, and verification phases
软件工程 / 诊断修复
cloudflare-browser-rendering
cloudflare-browser-rendering
Add headless Chrome automation with Puppeteer/Playwright on Cloudflare Workers. Use when: taking screenshots, generating PDFs, web scraping, crawling sites, browser automation, or troubleshooting XPath errors, browser timeouts, binding not passed errors, session limits, page.evaluate __name errors, or waitForSelector timeout issues.
软件工程 / 部署发布
directory-build-organization
directory-build-organization
Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. Only…
软件工程 / 诊断修复
email-gateway
email-gateway
Multi-provider email sending for Cloudflare Workers and Node.js applications. Build transactional email systems with Resend (React Email support), SendGrid (enterprise scale), Mailgun (developer webhooks), or SMTP2Go (reliable relay). Includes template patterns, webhook verification, attachment handling, and error recovery. Use when sending emails via API, handling bounces/complaints, or migrating between providers.