Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计提醒

argument-validator参数验证器

Agent Skill

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

总安装

374

周安装

15

GitHub Stars

94

下载量

121
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/nateberkopec/dotfiles --skill argument-validator

简介

argument-validator 用于将非正式论证转化为规范结构,识别关键假设并检验有效性与合理性。

  • 适合在验证或批判论证、形式化逻辑表达、发现隐藏前提或测试反例等场景中使用。
  • 通过结构化提问和替代方案探索,逐步构建严谨的技术主张与证据链条。
  • 安装前需确认权限范围、维护状态及是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Argument Validator

Overview

Provide a repeatable workflow for turning informal arguments into formal structure, identifying key assumptions, and checking validity and soundness with optional Lean formalization.

When to Use

Use this skill when the user asks to:

  • Validate or critique an argument
  • Formalize an argument in logic or Lean
  • Identify hidden assumptions or missing premises
  • Test an argument with counterexamples
  • Research whether premises are supported by evidence

Do not use this skill for:

  • Simple opinion questions without an argument
  • Purely stylistic rewrites
  • Codebase-only reasoning tasks

Workflow

1. Clarify Goal and Scope

Ask for missing information before formalization:

  • Request the full argument text, conclusion, and intended audience
  • Ask for definitions of ambiguous terms and the domain of discourse
  • Ask whether the user wants logical validity, empirical soundness, or both

2. Extract Argument Structure

Restate the argument as a numbered list:

  • Separate explicit premises from implicit assumptions
  • Label each premise as logical, definitional, or empirical
  • Note any ambiguous terms or scope shifts

3. Formalize the Logic

Translate into a precise formal representation:

  • Choose the smallest logic that fits (propositional or first-order)
  • Define symbols and predicates explicitly
  • Encode the argument as premises → conclusion
  • Flag quantifier order and scope changes

4. Check Logical Validity

Attempt a derivation from premises to conclusion:

  • Identify the first point where the proof fails
  • Produce the minimal additional assumption needed for validity
  • Provide a counterexample model when possible

5. Formalize in Lean (Optional)

When the user wants machine-checking, offload to a Lean formalizer:

  • Check for Lean availability (lean --version or ~/.elan/bin/lean --version)
  • Use lean --stdin for quick checks when no project exists
  • Ask the formalizer to return a compilable Lean snippet plus missing lemmas

6. Validate Assumptions with Research Agents

For each empirical or contestable assumption:

  • Spawn one research subagent per assumption
  • Provide the exact assumption and desired standard of evidence
  • Require a summary, sources, and a confidence rating
  • Run subagents in parallel when there are multiple assumptions

7. Synthesize the Final Analysis

Deliver a structured summary:

  • Validity verdict (valid / invalid) with justification
  • Soundness verdict (supported / unsupported / unknown)
  • List of key assumptions and their evidence status
  • Suggested revisions that would strengthen the argument

Subagent Prompts

Formalizer Agent (Logic + Lean)

Use a general subagent to formalize the argument:

You are a FORMALIZER agent.

INPUT:
- Argument text
- Extracted premises + conclusion
- Draft formalization (symbols and formulas)

TASK:
1. Tighten the formalization (minimal logic).
2. Identify missing premises or implicit assumptions.
3. Attempt a Lean formalization.
4. If proof fails, explain where and why.

OUTPUT:
- Refined formalization
- Lean theorem statement
- Lean proof sketch or error explanation
- List of missing assumptions

Assumption Research Agents

Use one general subagent per assumption:

You are a RESEARCHER agent.

ASSUMPTION:
[insert assumption]

TASK:
1. Use available web tools to find supporting or refuting sources.
2. Summarize evidence with citations.
3. Rate confidence (low/medium/high).

OUTPUT:
- Evidence summary
- Source list with URLs
- Confidence rating
- Notes on conflicts or gaps

Output Format

Provide results in this order:

  1. Restated argument (premises → conclusion)
  2. Formalization (symbols + formulas)
  3. Validity analysis (proof gap or confirmation)
  4. Lean check results (if performed)
  5. Assumptions table (premise, type, evidence, status)
  6. Recommendations or questions to resolve uncertainty

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

31%
按下载量换算38

windsurf

22.86%
按下载量换算28

OpenCode

17.09%
按下载量换算21

Codex

13.39%
按下载量换算16

Antigravity

8.76%
按下载量换算11

Gemini CLI

4.01%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/nateberkopec/dotfiles --skill argument-validator;npx skills add nateberkopec/dotfiles --skill "argument-validator" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills