.claude/skills/ts-ai-content-detection/SKILL.md
Detect AI-generated text using rule-based analysis, LLM-as-judge scoring, and optional external APIs. Use when: auditing content for AI authorship, academic integrity checks, editorial review, SEO content audits.
npx skillsauth add eliferjunior/Claude ai-content-detectionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Detect whether text was written by a human or generated by AI using a multi-layer approach:
When analyzing text, evaluate these signals:
Strong AI Indicators (weight: high)
Moderate AI Indicators (weight: medium)
Human Indicators (reduce AI suspicion)
Use a structured prompt that lists the ruleset above and asks the LLM to return a JSON object with score (0-10), verdict, confidence, signals_found, reasoning, and suspicious_phrases.
A content manager receives a freelance blog post titled "10 Ways to Boost Your Morning Routine". They paste the text into the detection pipeline:
Input text (excerpt):
"In today's fast-paced world, it's important to note that establishing a morning
routine can significantly enhance your productivity. Furthermore, research shows
that individuals who wake up early tend to be more successful. Additionally,
incorporating mindfulness practices into your morning can yield substantial benefits."
Local analysis:
Burstiness: 0.18 (low — sentences are uniform length)
AI phrases found: ["it's important to note", "furthermore", "additionally", "research shows"]
Local score: 5.0
LLM analysis:
Score: 8/10
Verdict: "likely_ai"
Signals: ["uniform sentence rhythm", "excessive hedging phrases", "temporal vagueness", "no personal anecdotes"]
Suspicious phrases: ["In today's fast-paced world", "it's important to note", "can significantly enhance"]
Combined score: 6.5/10 — Likely AI. Flagged for human review.
An editor checks a personal essay from a regular contributor:
Input text (excerpt):
"I burned my toast again this morning — third time this week. My neighbor Dave,
who's been a barista at Groundwork Coffee on Rose Ave since 2019, once told me
the secret is to never trust the 'light' setting. He's wrong, obviously, but I
still think about it every time I smell that acrid char."
Local analysis:
Burstiness: 0.62 (high — varied sentence lengths)
AI phrases found: []
Local score: 0.0
LLM analysis:
Score: 1/10
Verdict: "human"
Signals: ["specific personal anecdote", "named person and place", "informal language", "humor and opinion"]
Combined score: 0.5/10 — Human-written. No flag.
development
Expert guidance for Fireworks AI, the platform for running open-source LLMs (Llama, Mixtral, Qwen, etc.) with enterprise-grade speed and reliability. Helps developers integrate Fireworks' inference API, fine-tune models, and deploy custom model endpoints with function calling and structured output support.
development
Convert any website into clean, structured data with Firecrawl — API-first web scraping service. Use when someone asks to "turn a website into markdown", "scrape website for LLM", "Firecrawl", "extract website content as clean text", "crawl and convert to structured data", or "scrape website for RAG". Covers single-page scraping, full-site crawling, structured extraction, and LLM-ready output.
tools
Expert guidance for Firebase, Google's platform for building and scaling web and mobile applications. Helps developers set up authentication, Firestore/Realtime Database, Cloud Functions, hosting, storage, and analytics using Firebase's SDK and CLI.
development
When the user needs to build file upload functionality for a web application. Use when the user mentions "file upload," "image upload," "upload endpoint," "multipart upload," "presigned URL," "S3 upload," "file validation," "upload to cloud storage," or "accept user files." Handles upload endpoints, file validation (type, size, magic bytes), cloud storage integration, and upload status tracking. For image/video processing after upload, see media-transcoder.