vr-anti-ai-writing

Generate human-like English text and detect AI-generated patterns using Python.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/seunghyukoh/poi-agents --skill vr-anti-ai-writing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vr-anti-ai-writing
Source: https://github.com/seunghyukoh/poi-agents/tree/main/.claude/skills/vr-anti-ai-writing
Command: npx skills add https://github.com/seunghyukoh/poi-agents --skill vr-anti-ai-writing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps in writing English text that reads as naturally human-authored and in reviewing existing text to detect and fix AI-generated writing.

Core Features & Use Cases

  • Natural Text Generation: Produces text with human-like nuances and style.
  • AI Detection: Identifies AI-generated text patterns and suggests fixes.
  • Use Case: If you're writing a blog post and want to ensure it reads like a human's work, or you need to review a document for AI-generated content, this skill can assist.

Quick Start

Generate a human-like text summary of the provided document 'annual_report.pdf'.

Frequently Asked Questions about vr-anti-ai-writing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect AI-generated content in English text?

To detect AI-generated content, this skill reviews English text against a pattern catalogue to identify common AI writing patterns and suggests fixes to make it read more naturally. It requires Python to execute the pattern matching and text processing logic.

What is the best way to write human-like English text?

Writing human-like English text is achieved by following built-in writing guidelines that add natural human nuances and style to the output. The skill uses Python scripts to process the text and apply these specific generation rules.

How does pattern matching work for AI detection?

AI detection via pattern matching works by comparing submitted English text against a catalogue of known AI-generated writing patterns. The Python-based script flags matching sequences and provides suggestions to revise the identified robotic or unnatural phrasing.

Can I use Python scripts to review a document for AI writing patterns?

Yes, you can use the included Python scripts to review a document for AI writing patterns. The scripts process the English text, cross-reference it with the pattern catalogue, and output both the detected AI segments and recommended fixes.

Do I need Python to run AI detection and text generation scripts?

Yes, you need Python installed because the skill explicitly requires it to run the scripts responsible for pattern matching, text processing, and applying the writing guidelines for text generation.

What are the limitations of using a pattern catalogue for AI detection?

Using a pattern catalogue for AI detection limits results to known, pre-identified AI writing structures rather than dynamically predicting new models' outputs. It works best as a targeted text review and writing assistance tool rather than a guaranteed AI checker.