Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计提醒

antithesis-documentation对立文献

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,328

周安装

99

GitHub Stars

44

下载量

816
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:antithesis-documentation(对立文献)
来源仓库:https://github.com/antithesishq/antithesis-skills
仓库路径:skills/antithesis-documentation
安装命令:
npx skills add https://github.com/antithesishq/antithesis-skills --skill antithesis-documentation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/antithesishq/antithesis-skills --skill antithesis-documentation

简介

用于整理 Antithesis 平台相关文档,包括概述、工作流程和技术细节说明。

  • 适合辅助 README、Markdown 和内容稿件的撰写与结构化组织。
  • 可提炼架构信息、补充章节内容并统一术语表达,保持技术准确性。
  • 安装命令:npx skills add https://github.com/antithesishq/antithesis-skills --skill antithesis-documentation。
  • 建议核对原始资料,避免将未确认信息写成确定结论,尤其涉及对外文案时。

SKILL.md

Antithesis Documentation

Antithesis Overview

Antithesis is a testing platform that works like a specialized staging environment. You ensure your software is reliable by deploying it to Antithesis and running it there before you deploy it to production. It supplements your existing testing tools and lives alongside your normal CI/CD workflow.

When you deploy to Antithesis, your software runs in a simulation environment that is much more hostile than production. This quickly exposes bugs, including complicated, unlikely, and severe failures.

Because Antithesis's environment is perfectly deterministic, problems are reproducible with minimal effort. Unlike typical shared staging, you do not need to compete for deployment locks or worry about environmental drift since every deployment is completely isolated from one another.

Accessing Documentation

The best way to access Antithesis documentation on the command line is via the Antithesis CLI which is called snouty.

Run snouty docs --help to get started.

If snouty is missing

  1. Tell the user snouty is the Antithesis CLI.
  2. Point them to the install source: https://github.com/antithesishq/snouty
  3. Ask whether they want you to install it. If yes, follow instructions in https://raw.githubusercontent.com/antithesishq/snouty/refs/heads/main/README.md.
  4. After installation, re-run snouty --help.

Using snouty docs

Use snouty docs to discover authoritative Antithesis documentation before giving detailed guidance. Inspect snouty docs --help to discover subcommands and usage examples.

Recommended workflow:

  1. Start with snouty docs tree --depth 2 to get a quick overview of the docs.
  2. Use snouty docs tree <filter> to explore a section when you know the area but not the exact page name.
  3. Use snouty docs search <terms> to find likely pages for a specific topic.
  4. Use snouty docs search -l <terms> when you want just the page paths.
  5. Use snouty docs show <path> to read the full markdown page once you know the path.
  6. Cite the relevant documentation pages in your answer.

Useful details:

  • snouty docs show accepts page paths like using_antithesis/sdk/go.
  • snouty docs show also accepts /docs/.../ style paths and tries to normalize them for you.
  • A warning about failing to update docs and falling back to cached docs is usually fine, especially in sandboxes without network access. Treat it as non-fatal if the requested docs content is still returned.
  • snouty docs sqlite prints the path to a local SQLite database containing all of the Antithesis documentation. Use this if you want to directly query the docs.

Direct Markdown Fallback

If snouty is unavailable, you may fetch markdown pages directly from https://antithesis.com/docs/.

A plain text index of all markdown pages is available at https://antithesis.com/docs/llms.txt. Load this first.

Always add the .md extension before requesting files from https://antithesis.com/docs/.

Examples:

  • https://antithesis.com/docs/using_antithesis/sdk/go/ becomes https://antithesis.com/docs/using_antithesis/sdk/go.md
  • /using_antithesis/sdk/go/ becomes https://antithesis.com/docs/using_antithesis/sdk/go.md

Exceptions:

  • URLs with explicit file extensions such as .txt, .js, or .so
  • docs/generated/... paths should be requested as-is

When presenting links to the user, prefer the normal HTML page URL instead of the .md URL.

If you want to link a user directly to a section, use a fragment with the slugified header when practical. If the slug is uncertain, link the page and name the section explicitly.

Output

  • Clear, grounded answers about Antithesis behavior, SDKs, setup, and best practices.
  • Relevant links to the documentation pages you used.
  • If the snouty command is missing ask the user if they want to install it, telling them that it is a CLI for working with the Antithesis API and docs.

Self-Review

Before declaring this skill complete, review your work against the criteria below. This skill's output is conversational (answers grounded in documentation), so the review should happen in your current context. Re-read the guidance in this file, then systematically check each item below against the answers you produced.

Review criteria:

  • Every factual claim in your answer is grounded in a specific documentation page you retrieved via snouty docs or direct markdown fetch
  • Documentation page links are included so the user can verify your sources
  • You have not mixed up concepts from different pages or added details not present in the source material
  • If the docs were ambiguous or silent on a point, you said so rather than filling the gap with assumptions

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.89%
按下载量换算301

Claude

28.89%
按下载量换算236

Cursor

17.55%
按下载量换算143

Gemini CLI

8.8%
按下载量换算72

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills