├── LICENSE ├── README.md ├── prompts └── engine.toml └── templates ├── prompt.json ├── prompt.toml └── prompt.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Prompt-Engine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Prompt-Engine/HEAD/README.md -------------------------------------------------------------------------------- /prompts/engine.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Prompt-Engine/HEAD/prompts/engine.toml -------------------------------------------------------------------------------- /templates/prompt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Prompt-Engine/HEAD/templates/prompt.json -------------------------------------------------------------------------------- /templates/prompt.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Prompt-Engine/HEAD/templates/prompt.toml -------------------------------------------------------------------------------- /templates/prompt.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ruvnet/Prompt-Engine/HEAD/templates/prompt.yaml --------------------------------------------------------------------------------