You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
Lorenzo Croce
Fireentity
🌟 Passionate about coding
🧠 Curious about everything
🔗 In tune with @Biblink02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A concise prompt and usage guide for encouraging thoughtful, accurate, and iterative responses from ChatGPT—ideal for writing, planning, or solving complex tasks.
Overview
This Gist contains a reusable prompt designed to guide ChatGPT in delivering more thoughtful and refined responses. It includes a markdown file explaining the intent and usage of the prompt in a concise and structured format.
Files
prompt.md: Contains the prompt itself and a brief explanation of how and when to use it effectively.
This script packages a codebase into a single annotated text stream that can be fed directly into a large language model. Binary files, hidden folders and dependency folders like node_modules are excluded. Place this to your project root and run it.
Project Packaging Script for LLM Input
This Gist provides a utility to package your codebase into a single, annotated text stream suitable for input into large language models (LLMs) like ChatGPT. It includes:
tree_cat.py: A Python script that traverses your project directory, excluding binary files and common dependency folders (e.g., node_modules, __pycache__), and outputs the structure along with file contents in a readable format.
project-attachment-prompt.md: A prompt template to accompany the packaged output, guiding LLMs to understand and process the provided project structure effectively.
execute_without_download.md: Instructions for running the script directly via curl and bash, without the need to download the files manually.