Add Generated Images to Prompts Library through Scripting & Automation
Content Changelog: Major Updates to Prompts Library & YAML Automation
Summary
This changelog documents a comprehensive set of updates to the
lost-in-public/prompts
content library, including:- Automated reporting and correction of YAML frontmatter properties
- Addition, renaming, and removal of prompt files
- Enhanced data integrity and documentation standards
Notable Changes
1. New & Updated Prompts
- Added:
workflow/Report-on-YAML-Idiosyncracies.md
— New prompt for reporting YAML inconsistencies and missing properties. - Updated: Multiple prompts in
code-style/
,data-integrity/
,render-logic/
,user-interface/
, andworkflow/
to improve YAML compliance and documentation. - Renamed:
data-integrity/Merge-Matching-Files-to-Improve-YAML.md
→Merge-Matching-Files-to-Add-YAML.md
2. Deletions & Cleanups
- Deleted:
render-logic/Code-Block-Rendering-System.md
andworkflow/Full-Width-Separator-Issue-Resolution.md
(deprecated or consolidated).
3. YAML Frontmatter & Automation
- Ran automated scripts to:
- Report on missing
image_prompt
andbanner_image
properties - Add or update
banner_image
properties using the Recraft API (where missing) - Standardize and validate YAML keys and formatting
- Improved automation and reporting for data integrity and content consistency.
List of Affected Files
- Merge Matching Files to Add YAML (renamed)
- Code Block Rendering System (deleted)
- Full Width Separator Issue Resolution (deleted)
4. General Improvements
- Enhanced commenting and code style in prompt files per project standards
- Improved sorting, filtering, and metadata for prompt collections
- Updated
.gitignore
to include.venv
and maintain clean repo state
Reference
- See @[content/lost-in-public/prompts/workflow/Write-a-Content-Changelog-Entry.md] for changelog conventions and documentation standards.
Commit recommended: All staged changes in
lost-in-public/prompts
reflect the above updates. Please review for accuracy and completeness before merging to main.