用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/gbencke/dotfiles --skill tavily命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Generates a detailed C4-model architecture document for the current repository: System Context, Container, Component, and Code (function/method) levels, plus a full call graph. Outputs Markdown, self-contained interactive HTML (force-directed SVG call graph, anchor links), and PDF. Use when user says "C4", "generate C4 docs", "document this repo", "architecture document", "call graph of this repo", or invokes /c4.
Query a pre-indexed CodeGraph knowledge graph of the current repo — symbol search, callers/callees, change impact, affected tests, and one-shot area exploration — so you read only the files that matter instead of grepping the tree. Use when asked to "explore this codebase", "who calls X", "what does X call", "what breaks if I change X", "which tests cover these changes", "index this repo with codegraph", or "codegraph <anything>". Pi has no MCP client, so ignore the project's MCP-tool docs and use the CLI below.
Adversarial review of a change: a PR, a branch diff, or a patch file. Runs inline in a single process — blast radius, then per-lens propose → kill → judge — and writes a PR-comment-ready report plus findings.json under .gbencke/adversarial-review/reports/. Spawns no subagents. Trigger: /review-change <pr-url|pr-number|branch|patch-file> [base], "adversarial review of this PR/branch/patch".
基于 SOC 职业分类
正在显示 SKILL.md
| name | tavily |
| description | Perform AI-powered web searches to find documentation, troubleshoot errors, and summarize information. |
This skill provides an AI-optimized web search engine via Tavily. It excels at finding recent information, exact error solutions, and synthesizing content from multiple sources.
Requires TAVILY_API_KEY to be set in your environment.
tavily_search(query, ...)Search the web and retrieve ranked results with titles, URLs, and relevant content snippets.
query: The search string (e.g., pydantic v2 migration guide).search_depth: Use 'basic' (default) for speed, or 'advanced' for a deeper crawl with richer content.topic: Use 'general' (default) or 'news' to favor recent articles.include_answer: Set to true to have Tavily's AI generate a summary answer of the results.include_raw_content: Set to true if you need the full HTML/text content of the resulting pages instead of just snippets.include_domains / exclude_domains: Filter results to specific sites (e.g., ["github.com", "stackoverflow.com"]).python docs, search python 3.12 asyncio task groups.include_raw_content: true or search_depth: 'advanced'.include_domains parameter to restrict results to docs.python.org or developer.mozilla.org.