Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add dkyazzentwatwa/chatgpt-skills --skill "language-detector"
Install specific skill from multi-skill repository
# Description
Detect language of text with confidence scores, support for 50+ languages, and batch text classification.
# SKILL.md
name: language-detector
description: Detect language of text with confidence scores, support for 50+ languages, and batch text classification.
Language Detector
Identify the language of text with confidence scoring.
Features
- 50+ Languages: Wide language support
- Confidence Scores: Probability estimates
- Batch Detection: Process multiple texts
- CSV Support: Analyze text columns
- Multiple Algorithms: Character n-gram analysis
CLI Usage
python language_detector.py --text "Hello world" --output result.json
python language_detector.py --file texts.csv --column text --output languages.csv
Dependencies
- langdetect>=1.0.9
- pandas>=2.0.0
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.