AI Content Detection

Detect whether text was written by a human or generated by AI using a multilayer approach: 1. Rulebased analysis — linguistic patterns and statistical indicators 2. LLMasjudge — use Claude to score content against a detection ruleset 3. External APIs — optional GPTZero or Originality.ai for corroboration

概要

The AI Content Detection skill, hosted within the TerminalSkills/skills repository, provides a multi-tiered framework for identifying machine-generated text. It employs a three-step methodology to ensure accuracy: initial rule-based analysis focusing on linguistic and statistical patterns, a secondary evaluation where Claude acts as a judge against specific detection rulesets, and optional corroboration through external APIs such as GPTZero or Originality.ai. Compatible with agents like Claude-code, Cursor, and Gemini, this tool assists users in verifying document authenticity. By leveraging both internal logic and third-party validation, the skill offers a structured approach to content review and research. The TerminalSkills repository, which currently holds 71 stars, serves as the primary source for this utility's implementation and documentation.

ユースケース

Verifying the authenticity of submitted research documents or academic papers.
Auditing marketing copy to ensure human-centric tone and original authorship.
Cross-referencing internal linguistic analysis with external detection APIs for high-stakes content reviews.

導入方法

# Review source first
open https://github.com/TerminalSkills/skills/blob/main/skills/ai-content-detection/SKILL.md

Copy or clone the skill folder into your agent skills directory after reviewing its instructions and scripts.

セキュリティ

This skill utilizes a combination of local rule-based analysis and external calls to LLMs or third-party APIs. Users should be aware that content is processed by Claude for scoring and may be sent to external services like GPTZero or Originality.ai if those optional features are enabled. Review the TerminalSkills repository documentation for specific data handling practices related to these external integrations.

関連Skills

Skill Creator

anthropics/skills

コーディング

新しいスキルの作成、既存スキルの修正と改善、およびスキルパフォーマンスの測定を行います。ユーザーがスキルをゼロから作成、既存スキルの編集や最適化、スキルテストのための評価(evals)の実行、分散分析によるスキルパフォーマンスのベンチマーク、またはトリガー精度の向上のためのスキル説明の最適化を行いたい場合に使用します。

Claude CodeClaude
pythondesign
165,880 StarsApache-2.0

Claude API

anthropics/skills

コーディング

Claude API / Anthropic SDK のリファレンス — model ids、pricing、params、streaming、tool use、MCP、agents、caching、token counting、model migration。TRIGGER — ターゲットファイルを開く BEFORE を読み取ります。「1行のように見える」という理由でスキップしないでください。— 次の場合:プロンプトに Claude/Anthropic が何らかの形式(Claude、Anthropic、Fable、Opus、Sonnet、Haiku、`anthropic`、`@anthropic-ai`、`claude-*`、`us.anthropic.*`、`[1m]`)で指定されている場合、またはユーザーが LLM(pricing/model choice/limits/caching)について質問した場合 — 決して回答しないでください

Claude CodeClaude
typescriptpython
165,880 StarsApache-2.0

MCP Builder

anthropics/skills

コーディング

適切に設計されたツールを通じて、LLMが外部サービスと連携できるようにする高品質な MCP (Model Context Protocol) サーバーを作成するためのガイドです。Python (FastMCP) または Node/TypeScript (MCP SDK) を使用して、外部APIやサービスを統合する MCP サーバーを構築する際に使用します。

CodexClaude
typescriptpython
165,880 StarsApache-2.0

CI Cd And Automation

addyosmani/agent-skills

DevOps

CI/CDパイプラインのセットアップを自動化します。ビルドおよびデプロイパイプラインの設定や変更時に使用します。クオリティゲートの自動化、CIでのテストランナーの設定、またはデプロイ戦略の確立が必要な場合に使用してください。

typescriptsecurity
81,373 StarsMIT

API And Interface Design

addyosmani/agent-skills

コーディング

安定した API とインターフェース設計をガイドします。API、モジュールの境界、またはパブリックインターフェースの設計時に使用します。REST や GraphQL エンドポイントの作成、モジュール間の型コントラクトの定義、フロントエンドとバックエンドの境界設定に活用してください。

typescriptfrontend
81,373 StarsMIT

Browser Testing With Devtools

addyosmani/agent-skills

コーディング

Chrome DevTools MCP を介して実際のブラウザでテストを実行します。ブラウザで動作するものの構築やデバッグ時に使用します。DOM の検査、コンソールエラーのキャプチャ、ネットワークリクエストの分析、パフォーマンスのプロファイリング、または実際のランタイムデータによる視覚的出力の検証が必要な場合に使用してください。chrome-devtools MCP サーバーの設定が必要です。

Claude CodeClaude
javascriptreact
81,373 StarsMIT