pratikrath126pratikrath126Communityยท47 Agent Skills Included

ai-image-detector

Detect AI-generated images with multi-engine verification

Detects AI-generated images by combining three independent engines: a commercial detection API, a vision transformer model, and local metadata analysis. Cross-validates results with weighted voting to reduce false positives and deliver a single confidence score. Processes uploads in real time without storing images, and ships with a full-stack Next.js codebase ready to deploy.
npx skills add pratikrath126/ai-image-detector --all -g -y

All Skills in This Repository (47)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

documentation-templates

Provide standardized documentation templates for README, API docs, and architecture guides.

Community
Intermediate
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

lint-and-validate

Automate linting and static analysis for Node.js/TypeScript and Python projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

i18n-localization

Detect hardcoded strings and validate locale files across React, Next.js, and Python projects.

Community
Intermediate
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

testing-patterns

Identify and apply testing patterns for structuring reliable test suites.

Community
Advanced
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

server-management

Teach principled server management for Linux-based production services.

Community
Advanced
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

nodejs-best-practices

Guide Node.js framework, runtime, and architecture decisions for projects.

Community
Advanced
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

python-patterns

Guide Python framework selection and async versus sync decisions with decision trees.

Community
Advanced
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

brainstorming

Clarify vague requests through targeted Socratic questions and progress reporting.

Community
Advanced
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

web-design-guidelines

Fetch UI files and evaluate them against Web Interface Guidelines for accessibility and UX compliance.

Community
Intermediate
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

mobile-design

Guide mobile design thinking and pre-work validation for iOS and Android apps.

Community
Advanced
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

database-design

Assess database schema designs and indexing strategies for integrity and query performance.

Community
Intermediate
๐Ÿ“ฆ In Repo
pratikrath126pratikrath126

systematic-debugging

Enforce a four-phase debugging workflow from reproduction to verification.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install ai-image-detector?โ–ผ

Run `npx skills add pratikrath126/ai-image-detector --all -g -y` in your terminal to install all skills in this suite globally.

How does the AI image detector work?โ–ผ

It sends each uploaded image to three independent engines (Sightengine, a Hugging Face vision model, and local metadata analysis), then merges their verdicts with weighted voting for a reliable final score.

Are uploaded images stored or shared?โ–ผ

No. Images are processed in real time and never saved to disk or a database, making the app privacy-friendly by design.

What do I need to run this project myself?โ–ผ

You need Node.js, a free Sightengine API key, and optionally a Hugging Face token. Add them as environment variables, then deploy to Vercel or run locally.

Can non-developers use this image detector?โ–ผ

Yes. The hosted live demo lets anyone drag and drop an image and get an instant verdict with a confidence score, no coding required.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’