excel-auto-analyst/ │ ├── app.py # Main router ├── config/ │ └── settings.py # All constants ├── core/ │ ├── data_loader.py # CSV + XLSX ingestion │ ├── validator.py # Schema detection, profiling │ ...
Agent Skills are specialized instruction sets that enhance AI coding assistants' capabilities for specific tasks. Each skill contains instructions, scripts, and resources that the AI loads dynamically ...