Confidence Check

🌐Community
by unix2dos · vlatest · Repository

This skill assesses the plausibility of your statements by cross-referencing them against a knowledge base, boosting accuracy and critical thinking.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add unix2dos-confidence-check npx -- -y @trustedskills/unix2dos-confidence-check
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "unix2dos-confidence-check": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/unix2dos-confidence-check"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The unix2dos-confidence-check skill assesses the likelihood that a given text string was generated by a Unix or DOS system. It determines whether line endings are consistent with either operating system, providing a confidence score based on this assessment. This helps identify potential compatibility issues when transferring files between different environments.

When to use it

  • File Transfer Troubleshooting: Diagnose why a file appears corrupted after being moved from a Linux/macOS environment to Windows or vice versa.
  • Automated Scripting: Integrate into scripts that process text files from unknown origins, ensuring correct line ending interpretation.
  • Data Validation: Verify the integrity of data received from external systems where line endings might be inconsistent.
  • Text Editor Compatibility: Determine if a file needs conversion before opening in a specific text editor to avoid display or editing problems.

Key capabilities

  • Line ending detection (Unix/Linux: LF, DOS/Windows: CR+LF)
  • Confidence score calculation based on line ending consistency
  • Identification of mixed line endings within a single file

Example prompts

  • "Check the confidence level for this text: [paste text here]"
  • "Is this file likely from Unix or Windows? [file content]"
  • "Analyze these lines and tell me if they are DOS or Unix formatted: [list of lines]"

Tips & gotchas

The skill's accuracy depends on the input text accurately representing a full file or significant portion thereof. It is best used with complete files, as mixed line endings within a single file can skew results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
unix2dos
Installs
5

🌐 Community

Passed automated security scans.