├── .gitignore ├── LICENSE ├── README.md ├── example-task-file-when-done.md └── prompt.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxfahl/cursor-agent-master-prompt/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxfahl/cursor-agent-master-prompt/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxfahl/cursor-agent-master-prompt/HEAD/README.md -------------------------------------------------------------------------------- /example-task-file-when-done.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxfahl/cursor-agent-master-prompt/HEAD/example-task-file-when-done.md -------------------------------------------------------------------------------- /prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maxfahl/cursor-agent-master-prompt/HEAD/prompt.md --------------------------------------------------------------------------------