Prompt.system.arch
# Prompt System Architecture
## TL;DR
* **DB = structure + metadata**
* **FS = actual content**
* **Prompt = container → Version = snapshot → Files = content**
---
## Core Model
### Tables
* **prompts**: container (id, name, template_id, collection_id, current_version_id)
* **prompt_versions**: data (builder_content, paths, created_at, updated_at)
* **collections**: folders (parent_id for nesting)
---
## Filesystemwhen to use it
Community prompt sourced from the open-source GitHub repo byhsr/prmptly (no explicit license). A "Prompt.system.arch" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
byhsr/prmptly · no explicit license