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

ai-pattern-detectionAI 模式检测

Agent Skill

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

总安装

119

周安装

17

GitHub Stars

120

下载量

140
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/jmagly/ai-writing-guide --skill ai-pattern-detection

简介

AI 模式检测技能用于自动扫描内容中的 AI 生成写作特征并提供更自然的替代表达。

  • 适用于需要提升文本真实性、降低 AI 检测率或优化写作风格的内容生成与编辑场景。
  • 通过三遍审校流程调整内容结构、语言风格和表达方式,让输出更具人味和可读性。
  • 安装前请确认仓库权限、维护状态及是否涉及文件读写或网络访问等操作。
  • 建议结合具体业务需求核对输出是否符合目标受众的语言习惯和表达偏好。

SKILL.md

AI Pattern Detection Skill

Purpose

Automatically scan content for AI-generated writing patterns and provide authentic alternatives. This skill activates when Claude generates or reviews text content, ensuring outputs maintain human-like authenticity.

When This Skill Applies

  • Generating any prose, documentation, or written content
  • Reviewing or editing existing documents
  • User mentions "AI detection", "writing quality", "authentic voice"
  • User asks to "make it sound more natural" or "less robotic"
  • Creating marketing copy, documentation, or communications

Detection Categories

Critical Patterns (Always Flag)

These immediately identify content as AI-generated:

  1. Corporate Buzzwords: "seamlessly integrates", "cutting-edge", "revolutionary", "next-generation", "comprehensive solution"
  2. Vague Intensifiers: "dramatically improves", "significantly enhances", "vastly superior"
  3. Formulaic Transitions: "Moreover,", "Furthermore,", "Additionally,", "In conclusion,"
  4. Performative Language: "aims to provide", "strives to achieve", "designed to enhance"
  5. Academic Passive: "It has been observed that...", "It can be argued that..."

Structural Patterns (Flag When Overused)

  1. Three-item lists: "reliable, scalable, and secure"
  2. Em-dash overuse: Multiple em-dashes in a paragraph
  3. Identical paragraph structure: Topic → 3 points → conclusion repeated
  4. Balanced hedging: "While X has challenges, it also offers opportunities"

Contextual Patterns (Check Frequency)

Words acceptable at 1:1000 ratio but problematic at 1:100:

  • manifest, revolutionary, next-generation
  • robust, scalable, comprehensive
  • synergy, leverage, utilize

Replacement Guidelines

Instead ofUse
"plays a crucial role""handles" / "manages" / "does"
"seamlessly integrates""works with" / "connects to"
"cutting-edge""new" / "recent" / specific tech name
"Moreover,"[just start the next sentence]
"comprehensive solution"[specific description of what it does]
"dramatically improves"[specific metric: "reduces latency by 40%"]
"robust""handles X requests/second" / "99.9% uptime"

Authenticity Markers to Include

Strong authentic content includes:

  1. Specific opinions: "I prefer X because..." not "X is preferred"
  2. Acknowledged trade-offs: "This approach sacrifices Y for Z"
  3. Real-world constraints: "Budget limited us to..."
  4. Uncertainty where appropriate: "We're not sure yet whether..."
  5. Varied sentence structure: Mix short and long, different openings
  6. Domain-specific vocabulary: Use actual technical terms, not generic descriptions

Application Process

When generating or reviewing content:

  1. Scan for critical banned patterns
  2. Count contextual pattern frequency
  3. Check structural variety
  4. Suggest specific replacements
  5. Verify authenticity markers present

Examples

Before (AI-Detected)

The platform seamlessly integrates cutting-edge technology to dramatically improve workflow efficiency. Moreover, it plays a crucial role in enabling next-generation solutions. In conclusion, this comprehensive approach transforms how teams collaborate.

After (Authentic)

The platform connects to existing tools through standard APIs. Initial tests show 40% faster task completion. Teams report fewer context switches between applications.

Script Reference

For automated scanning, use scripts/pattern_scanner.py which:

  • Counts pattern frequencies
  • Flags critical violations
  • Generates replacement suggestions
  • Produces authenticity score (0-100)

Integration

This skill works with:

  • /writing-validator command for explicit validation
  • writing-validator agent for deep analysis
  • Any content generation task automatically

References

  • @$AIWG_ROOT/agentic/code/addons/voice-framework/README.md — Voice framework for target style profiles
  • @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/instruction-comprehension.md — Parsing content requirements accurately
  • @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/README.md — SDLC framework context for documentation quality
  • @$AIWG_ROOT/docs/cli-reference.md — CLI reference for writing-related commands
  • @$AIWG_ROOT/agentic/code/addons/aiwg-utils/rules/research-before-decision.md — Research patterns before making writing recommendations

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.88%
按下载量换算50

Claude

27.94%
按下载量换算39

Cursor

18.44%
按下载量换算26

Gemini CLI

8.27%
按下载量换算12

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills