Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add dkyazzentwatwa/chatgpt-skills --skill "address-parser"
Install specific skill from multi-skill repository
# Description
Parse unstructured addresses into structured components - street, city, state, zip, country with validation.
# SKILL.md
name: address-parser
description: Parse unstructured addresses into structured components - street, city, state, zip, country with validation.
Address Parser
Parse unstructured addresses into structured fields.
Features
- Component Extraction: Street, city, state, zip, country
- Format Standardization: Normalize address formats
- Validation: Verify address components
- Batch Processing: Parse multiple addresses
- International Support: Multiple country formats
- Geocoding Ready: Output for geocoding APIs
CLI Usage
python address_parser.py --input addresses.csv --column address --output parsed.csv
Dependencies
- 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.