搜索结果
agent
找到 47 个相关结果 / 搜索与检索
软件工程 / 诊断修复
firecrawl-构建搜索
firecrawl-build-search
将 Firecrawl `/search` 集成到产品代码和智能体工作流中。适用于应用在提取前需要进行信息发现,或功能以查询为起点的场景……
软件工程 / 诊断修复
SQL优化模式
sql-optimization-patterns
精通 SQL 查询优化、索引策略与 EXPLAIN 分析,大幅提升数据库性能并消除慢查询。适用于……
软件工程 / 诊断修复
agent-evaluation
agent-evaluation
为 AI 智能体设计并实现全面的评估系统。适用于构建 coding agents、conversational agents、research agents 等智能体的评估体系。
软件工程 / 诊断修复
ast-grep
ast-grep
使用 ast-grep 规则进行结构化代码搜索与分析的指南。当用户需要使用抽象语法树 (AST) 搜索代码库时使用……
软件工程 / 诊断修复
parallel-deep-research
parallel-deep-research
ONLY use when user explicitly says 'deep research', 'exhaustive', 'comprehensive report', or 'thorough investigation'. Slower and more expensive than…
软件工程 / 诊断修复
搜索优先
search-first
先调研再编码的工作流。在编写自定义代码之前,搜索现有的工具、库和模式。调用研究员智能体。
软件工程 / 诊断修复
tanstack-router-best-practices
tanstack-router-best-practices
TanStack Router best practices for type-safe routing, data loading, search params, and navigation. Activate when building React applications with complex…
软件工程 / 诊断修复
okx-sentiment-tracker
okx-sentiment-tracker
Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search…
软件工程 / 部署发布
adk-scaffold
adk-scaffold
在创建或增强任何 ADK agent 项目之前必须阅读。当用户想要构建新 agent(例如"帮我构建一个搜索 agent")或增强现有项目(例如"为我的项目添加 CI/CD"、"添加 RAG")时使用。
软件工程 / 诊断修复
claude-api
claude-api
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and…
软件工程 / 诊断修复
building-with-medusa
building-with-medusa
Load automatically when planning, researching, or implementing ANY Medusa backend features (custom modules, API routes, workflows, data models, module links,…
软件工程 / 诊断修复
building-admin-dashboard-customizations
building-admin-dashboard-customizations
Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (widgets, custom pages, forms, tables, data loading, navigation).…
软件工程 / 诊断修复
building-storefronts
building-storefronts
Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns,…
软件工程 / 诊断修复
apollo-mcp-server
apollo-mcp-server
使用 Apollo MCP Server 将 AI 智能体与 GraphQL API 连接的指南。在以下场景使用此技能:(1) 设置或配置 Apollo MCP Server,(2) 从 GraphQL 操作定义 MCP 工具,(3) 使用 introspection 工具(introspect、search、validate、execute),(4) 排查 MCP 服务器连接或工具执行问题。
软件工程 / 诊断修复
find-skills
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express…
软件工程 / 诊断修复
cass
cass
编码代理会话搜索 - 统一的 CLI/TUI,用于索引和搜索来自 Claude Code、Codex、Gemini、Cursor、Aider、ChatGPT、Pi-Agent 等的本地编码代理历史记录…
软件工程 / 诊断修复
pp-flight-goat
pp-flight-goat
搜索 Google Flights,扫描 Kayak 长途航线,并通过一个 CLI 接入 FlightAware AeroAPI 的可靠性、警报与追踪功能。
软件工程 / 诊断修复
scrapy-web-scraping
scrapy-web-scraping
Expert guidance for building web scrapers and crawlers using the Scrapy Python framework with best practices for spider development, data extraction, and…
软件工程 / 诊断修复
网络调研
web-research
使用受 x402 保护的 API 进行神经网络搜索和内容提取。在深度研究方面优于 WebSearch,在突破网站封锁方面优于 WebFetch。适用于:- 深度网络研究与调查 - 查找与参考 URL 相似的页面 - 从网页中提取纯文本 - 抓取屏蔽标准抓取工具的网站 - 获取事实性问题的直接解答 - 需要多个来源的研究 - 抓取网站的多个页面 触发条件:- "research"、"investigate"、"deep dive"、"find sources" - "similar to"、"pages like"、"more like this" - "scrape"、"extract content from"、"get the text from" - "blocked site"、"can't access"、"paywall" - "what is"、"explain"、"answer this" - "crawl"、"crawl site"、"scrape entire site" 针对 stableenrich.dev 端点,请使用 `npx agentcash@latest fetch`。语义/神经搜索优先使用 Exa,直接抓取优先使用 Firecrawl。
软件工程 / 诊断修复
odoo-19
odoo-19
Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model, @api.private), SQL Constraints (models.Constraint replacing _sql_constraints), Database Indexes (models.Index), Module development (manifest, wizards, reports), Field types (Char, Text, Monetary, relational fields), Manifest configuration (__manifest__.py, dependencies, asset bundles), Mixins (mail.thread, mail.activity.mixin, mail.alias.mixin, utm.mixin), ORM Model methods (search, CRUD, domain filters, recordsets, CamelCase model naming), Migration scripts (pre/post/end hooks, data migration), OWL frontend components (hooks, services, lifecycle), Performance optimization (N+1 prevention, batch ops, _read_group), QWeb Reports (PDF/HTML, paper formats, barcodes, t-out), Security/ACL (record rules, field permissions, privilege-based groups, @api.private), Testing (TransactionCase, HttpCase, mocking, query count assertions), Transactions (savepoints, UniqueViolation, serialization failures), Translations (i18n, PO files, translatable fields), XML Views (list/form/search, kanban card templates, xpath inheritance, QWeb templates). Use when writing, reviewing, or debugging any Odoo 19 Python or XML code, creating or modifying modules, fixing performance issues, or looking up Odoo 19 API patterns and best practices.
第 1 / 3 页