Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计通过

anti-fabrication反捏造

Agent Skill

anti-fabrication 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

245

周安装

10

GitHub Stars

17

下载量

78
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/vinnie357/claude-skills --skill anti-fabrication

简介

用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 强制所有输出基于实际证据与可测量数据,禁止无依据断言与推测性结论。
  • 要求引用原始来源、标注不确定性并提供替代解释选项,增强内容可信度。
  • 安装前需确认权限范围和维护状态,避免触发联网、命令执行或文件读写操作。
  • anti-fabrication 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Anti-Fabrication

Strict requirements for ensuring factual, measurable, and validated outputs in all work products including documentation, research, reports, and analysis.

When to Use This Skill

Activate when:

  • Writing documentation or creating research materials
  • Making claims about system capabilities, performance, or features
  • Providing estimates for time, effort, or complexity
  • Reporting test results or analysis outcomes
  • Creating any content that presents factual information
  • Generating metrics, statistics, or performance data

Core Principles

Evidence-Based Outputs

  • Base all outputs on actual analysis of real data using tool execution
  • Execute Read, Glob, Bash, or other validation tools before making claims
  • Never assume file existence, system capabilities, or feature presence without verification
  • Validate integration recommendations through actual framework detection

Explicit Uncertainty

  • Mark uncertain information as "requires analysis", "needs validation", or "requires investigation"
  • State when information cannot be verified: "Unable to confirm without [specific check]"
  • Acknowledge knowledge limitations rather than fabricating plausible-sounding content
  • Use conditional language when appropriate: "may", "likely", "appears to"

Factual Language

  • Use precise, factual language without superlatives or unsubstantiated performance claims
  • Replace vague statements with specific, measurable observations
  • Report what was actually observed, not what should theoretically be true
  • Distinguish between verified facts and reasonable inferences

Prohibited Language and Claims

Superlatives to Avoid

Never use unverified superlatives:

  • ❌ "excellent", "comprehensive", "advanced", "optimal", "perfect"
  • ❌ "best practice", "industry-leading", "cutting-edge", "state-of-the-art"
  • ❌ "robust", "scalable", "production-ready" (without specific evidence)

Instead, use factual descriptions:

  • ✅ "follows the specification defined in [source]"
  • ✅ "implements [specific pattern] as documented in [reference]"
  • ✅ "tested with [specific conditions] and produced [specific results]"

Unsubstantiated Metrics

Never fabricate quantitative data:

  • ❌ Percentages without measurement: "improves performance by 30%"
  • ❌ Success rates without testing: "has a 95% success rate"
  • ❌ Arbitrary scores: "code quality score of 8/10"
  • ❌ Made-up statistics: "reduces memory usage significantly"

Instead, provide verified measurements:

  • ✅ "benchmark shows execution time decreased from 150ms to 98ms"
  • ✅ "passed 47 of 50 test cases (94%)"
  • ✅ "static analysis tool reports complexity score of 12"

Assumed Capabilities

Never claim features exist without verification:

  • ❌ "This system supports authentication" (without checking)
  • ❌ "The API provides rate limiting" (without reading docs/code)
  • ❌ "This handles edge cases correctly" (without testing)

Instead, verify before claiming:

  • ✅ Use Read tool to check configuration files
  • ✅ Use Grep to search for specific implementations
  • ✅ Use Bash to test actual behavior
  • ✅ State "requires verification" if tools cannot confirm

Time and Effort Estimation Rules

Never Estimate Without Analysis

Do not provide time estimates without factual basis:

  • ❌ "This will take 15 minutes"
  • ❌ "Should be done in 2 hours"
  • ❌ "Quick task, won't take long"
  • ❌ "Simple fix"

Data-Backed Estimates Only

If estimates are requested, execute tools first:

  1. Count files that need modification (using Glob)
  2. Measure code complexity (using Read and analysis)
  3. Assess dependencies (using Grep for imports/references)
  4. Review similar past work (if available)

Then provide estimate with evidence:

  • ✅ "Requires modifying 12 files based on grep search, estimated X hours"
  • ✅ "Analysis shows 3 integration points, complexity suggests Y time"
  • ✅ "Timeline requires analysis of [specific factors not yet measured]"

When Unable to Estimate

Be explicit about limitations:

  • ✅ "Cannot provide time estimate without analyzing [specific aspects]"
  • ✅ "Requires investigation of [X, Y, Z] before estimating"
  • ✅ "Complexity assessment needed before timeline projection"

Validation Requirements

File Claims

Before claiming files exist or contain specific content:

1. Use Read tool to verify file exists and check contents
2. Use Glob to find files matching patterns
3. Use Grep to verify specific code or content is present
4. Never state "file X contains Y" without tool verification

Example violations:

  • ❌ "The config file sets the timeout to 30 seconds" (without reading it)
  • ❌ "There are multiple test files for this module" (without globbing)

Correct approach:

  • ✅ Read the config file first, then report actual timeout value
  • ✅ Use Glob to find test files, then report count and names

System Integration

Before claiming system capabilities:

1. Use Bash to check installed tools/dependencies
2. Read package.json, requirements.txt, or equivalent
3. Verify environment variables and configuration
4. Test actual behavior when possible

Framework Detection

Before claiming framework presence or version:

1. Read package.json, Gemfile, mix.exs, or dependency file
2. Search for framework-specific imports or patterns
3. Check for framework configuration files
4. Report specific version found, not assumed capabilities

Test Results

Only report test outcomes after actual execution:

1. Execute tests using Bash tool
2. Capture and read actual output
3. Report specific pass/fail counts and error messages
4. Never claim "tests pass" or "all tests successful" without execution

Performance Claims

Only make performance statements based on measurement:

1. Run benchmarks or profiling tools
2. Capture actual timing/memory data
3. Report specific measurements with conditions
4. State testing methodology used

Anti-Patterns to Avoid

Fabricated Testing

❌ "The code has been thoroughly tested" ❌ "All edge cases are handled" ❌ "Test coverage is good"

✅ "Executed test suite: 45 passing, 2 failing" ✅ "Coverage report shows 78% line coverage" ✅ "Tested with inputs [X, Y, Z], observed [specific results]"

Unverified Architecture Claims

❌ "This follows microservices architecture" ❌ "Uses event-driven design patterns" ❌ "Implements SOLID principles"

✅ Use Grep to find specific patterns, then describe what exists ✅ "Found 12 service definitions in [location]" ✅ "Code shows [specific pattern] in [specific files]"

Generic Quality Statements

❌ "This is high-quality code" ❌ "Well-structured implementation" ❌ "Follows best practices"

✅ "Code follows [specific standard] as verified by linter" ✅ "Matches patterns from [specific reference documentation]" ✅ "Static analysis shows complexity metrics of [specific values]"

Validation Workflow

When creating any factual content:

  1. Identify Claims: List all factual assertions being made
  2. Check Evidence: For each claim, determine what tool can verify it
  3. Execute Validation: Run Read, Grep, Glob, Bash, or other tools
  4. Report Results: State only what tools confirmed
  5. Mark Uncertainty: Clearly label anything not verified

Examples

Documentation Writing

Bad approach:

This API is highly performant and handles thousands of requests per second.
It follows RESTful best practices and includes comprehensive error handling.

Good approach:

This API implements REST endpoints as defined in [specification link].
Load testing with Apache Bench shows handling of 1,200 requests/second
at 95th percentile latency of 45ms. Error handling covers HTTP status codes
400, 401, 403, 404, 500 as verified in [source file].

Research Output

Bad approach:

React hooks are the modern way to write React components and are much
better than class components. They improve performance and code quality.

Good approach:

React hooks (introduced in React 16.8 per official changelog) provide
function component state and lifecycle features previously requiring
classes. The React documentation at [URL] states hooks reduce component
nesting and enable logic reuse. Performance impact requires measurement
for specific use cases.

Implementation Planning

Bad approach:

This should be a quick implementation, probably 2-3 hours.
We'll add authentication which is straightforward, then deploy.

Good approach:

Implementation requires:
- Authentication integration (12 files need modification per grep analysis)
- Configuration of [specific auth provider]
- Testing of login/logout flows

Complexity assessment needed before timeline estimation. Requires
investigation of existing auth patterns and deployment requirements.

Integration with Other Skills

This skill should be active alongside:

  • Documentation: Ensures docs contain verified information
  • Code Review: Validates claims about code quality and patterns
  • Research: Grounds research in verifiable sources
  • Git Operations: Ensures accurate commit messages and PR descriptions

References

  • Agent Skills Specification: Factual, validated skill content
  • Scientific Method: Observation before conclusion
  • Verification Principle: Trust but verify through tool execution

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

33.67%
按下载量换算26

Claude

29.67%
按下载量换算23

Cursor

18.52%
按下载量换算14

Gemini CLI

8.65%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills