slop-detector이란?
문서와 산문에서 AI 생성 콘텐츠 마커를 감지하고 플래그를 지정합니다. AI 마커에 대한 문서를 검토하거나, LLM 생성 콘텐츠를 정리하거나, 산문 품질을 감사할 때 사용합니다. 새로운 콘텐츠를 생성하거나(doc-generator 사용) 글쓰기 스타일을 학습할 때(style-learner 사용) 사용하지 마세요. 출처: athola/claude-night-market.
문서와 산문에서 AI 생성 콘텐츠 마커를 감지하고 플래그를 지정합니다. AI 마커에 대한 문서를 검토하거나, LLM 생성 콘텐츠를 정리하거나, 산문 품질을 감사할 때 사용합니다. 새로운 콘텐츠를 생성하거나(doc-generator 사용) 글쓰기 스타일을 학습할 때(style-learner 사용) 사용하지 마세요.
명령줄에서 slop-detector AI 스킬을 개발 환경에 빠르게 설치
출처: athola/claude-night-market.
AI slop is identified by patterns of usage rather than individual words. While a single "delve" might be acceptable, its proximity to markers like "tapestry" or "embark" signals generated text. We analyze the density of these markers per 100 words, their clustering, and whether the overall tone fits the document type.
Start by identifying target files and classifying them as technical docs, narrative prose, or code comments. This allows for context-aware scoring during analysis.
We categorize markers into three tiers based on confidence. Tier 1 words appear dramatically more often in AI text and include "delve," "multifaceted," and "leverage." Tier 2 covers context-dependent transitions like "moreover" or "subsequently," while Tier 3 identifies vapid phrases such as "In today's fast-paced world" or "cannot be overstated."
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/athola/claude-night-market --skill slop-detector문서와 산문에서 AI 생성 콘텐츠 마커를 감지하고 플래그를 지정합니다. AI 마커에 대한 문서를 검토하거나, LLM 생성 콘텐츠를 정리하거나, 산문 품질을 감사할 때 사용합니다. 새로운 콘텐츠를 생성하거나(doc-generator 사용) 글쓰기 스타일을 학습할 때(style-learner 사용) 사용하지 마세요. 출처: athola/claude-night-market.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/athola/claude-night-market --skill slop-detector 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/athola/claude-night-market