graph TD A[Start Config Generator] --> B{Manual or Crawl?} B -->|Crawl| C[URL Extraction] C --> D[Skill #226: Extract Data from URL] D --> E[Process Structured Data] B -->|Manual| F[Receive Manual Instructions] F --> G[Process Instructions] E --> H[Skill #223: Generate Config] G --> H H --> I[Format JSON/JS Structure] I --> J[Create site-config-file] J --> K[Return Final Config] K --> L[End Config Generator] subgraph Silo 1: Data Gathering C D E end subgraph Silo 2: Config Generation H I J end