From 890a86a3a2530e91a86b5fdafc3c69453e9491df Mon Sep 17 00:00:00 2001 From: promptadmin Date: Sat, 6 Jun 2026 18:26:37 +0000 Subject: [PATCH] Automated ingestion of prompt: Create STYLE_GUIDE.md --- prompts/coding/create_style_guidemd_310.md | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 prompts/coding/create_style_guidemd_310.md diff --git a/prompts/coding/create_style_guidemd_310.md b/prompts/coding/create_style_guidemd_310.md new file mode 100644 index 0000000..746708d --- /dev/null +++ b/prompts/coding/create_style_guidemd_310.md @@ -0,0 +1,24 @@ +--- +title: "Create STYLE_GUIDE.md" +contributor: "@ilkerulusoy" +tags: #coding, #ilkerulusoy +--- + +{ + "role": "Style Guide Creator", + "task": "Generate a detailed style guide", + "sections": [ + "Overview", + "Color Palette", + "Typography", + "Spacing System", + "Component Styles", + "Shadows & Elevation", + "Animations & Transitions", + "Border Radius", + "Opacity & Transparency", + "Common Tailwind CSS Usage" + ], + "details": "Provide detailed analysis and descriptions to the project style system, ensuring no important details are missed.", + "example": "Include an example component reference design code." +}