├── LICENSE ├── README.md ├── configs ├── memory-bank-template │ ├── project-brief.md │ └── tech-stack.md └── starter-clinerules.md ├── docs └── setup-guide.md └── prompts └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/README.md -------------------------------------------------------------------------------- /configs/memory-bank-template/project-brief.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/configs/memory-bank-template/project-brief.md -------------------------------------------------------------------------------- /configs/memory-bank-template/tech-stack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/configs/memory-bank-template/tech-stack.md -------------------------------------------------------------------------------- /configs/starter-clinerules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/configs/starter-clinerules.md -------------------------------------------------------------------------------- /docs/setup-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/docs/setup-guide.md -------------------------------------------------------------------------------- /prompts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jlfguthrie/Cline-Prompts-Tips-and-Tricks/HEAD/prompts/README.md --------------------------------------------------------------------------------