gitextract_o53vu86s/ ├── .gitignore ├── .gitmodules ├── README.md ├── app.py ├── prompts/ │ ├── code/ │ │ └── linter/ │ │ └── template.txt │ ├── fun/ │ │ ├── anyquest/ │ │ │ ├── README.md │ │ │ └── prompt.txt │ │ ├── chat-room/ │ │ │ ├── README.md │ │ │ └── prompt.txt │ │ └── prompt-eng/ │ │ └── prompt.txt │ └── social-media/ │ ├── caption-writer/ │ │ └── prompt.txt │ └── script-writer/ │ └── prompt.txt ├── requirements.txt └── sandbox.ipynb