heraspec 0.1.12 → 0.1.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +22 -22
- package/README.md +188 -103
- package/bin/heraspec.js +4805 -1122
- package/bin/heraspec.js.map +4 -4
- package/dist/core/templates/skills/CHANGELOG.md +117 -117
- package/dist/core/templates/skills/README-template.md +58 -58
- package/dist/core/templates/skills/README.md +38 -38
- package/dist/core/templates/skills/content-optimization-skill.md +104 -104
- package/dist/core/templates/skills/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
- package/dist/core/templates/skills/data/pages.csv +9 -9
- package/dist/core/templates/skills/data/typography.csv +57 -57
- package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
- package/dist/core/templates/skills/design-system-skill.md +176 -0
- package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
- package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
- package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
- package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
- package/dist/core/templates/skills/documents/templates/script.js +56 -56
- package/dist/core/templates/skills/documents/templates/style.css +155 -155
- package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
- package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
- package/dist/core/templates/skills/documents-skill.md +104 -104
- package/dist/core/templates/skills/e2e-test-skill.md +119 -119
- package/dist/core/templates/skills/git-embed-skill.md +57 -0
- package/dist/core/templates/skills/integration-test-skill.md +118 -118
- package/dist/core/templates/skills/knowledge/README.md +63 -0
- package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
- package/dist/core/templates/skills/knowledge/index.json +65 -0
- package/dist/core/templates/skills/module-codebase-skill.md +110 -110
- package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
- package/dist/core/templates/skills/project-memory-skill.md +222 -0
- package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
- package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
- package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
- package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
- package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
- package/dist/core/templates/skills/scripts/core.py +391 -385
- package/dist/core/templates/skills/scripts/search.py +1 -1
- package/dist/core/templates/skills/smart-explore-skill.md +141 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
- package/dist/core/templates/skills/suggestion-skill.md +118 -118
- package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
- package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
- package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
- package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
- package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
- package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
- package/dist/core/templates/skills/templates/responsive-design.md +40 -40
- package/dist/core/templates/skills/ui-ux-skill.md +595 -584
- package/dist/core/templates/skills/unit-test-skill.md +111 -111
- package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
- package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
- package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
- package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
- package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
- package/dist/core/templates/skills/ux-element-skill.md +83 -83
- package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -76
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
- package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
- package/dist/index.js +4068 -278
- package/package.json +75 -72
|
@@ -1,313 +1,313 @@
|
|
|
1
|
-
# Prompt Template: Creating Full Theme Packages
|
|
2
|
-
|
|
3
|
-
## Basic Template (Copy & Paste)
|
|
4
|
-
|
|
5
|
-
```
|
|
6
|
-
Create a complete website package for [PRODUCT_TYPE] with the following requirements:
|
|
7
|
-
|
|
8
|
-
**Project Information:**
|
|
9
|
-
- Product type: [SaaS / E-commerce / Service / Portfolio / etc.]
|
|
10
|
-
- Style: [minimal / elegant / modern / bold / etc.]
|
|
11
|
-
- Industry: [Healthcare / Fintech / Beauty / etc.]
|
|
12
|
-
- Stack: [html-tailwind / react / nextjs / etc.]
|
|
13
|
-
- Pages to create: home, about, [add other pages if needed]
|
|
14
|
-
|
|
15
|
-
**Process:**
|
|
16
|
-
1. Use skill ui-ux to search design intelligence:
|
|
17
|
-
- Product type recommendations (--mode hybrid)
|
|
18
|
-
- Style guide (--mode hybrid)
|
|
19
|
-
- Color palette
|
|
20
|
-
- Typography (--mode vector)
|
|
21
|
-
- Page types for each page (--domain pages)
|
|
22
|
-
- UX guidelines
|
|
23
|
-
- Stack-specific guidelines (--stack [stack])
|
|
24
|
-
|
|
25
|
-
2. Create shared components first:
|
|
26
|
-
- Header/Navigation
|
|
27
|
-
- Footer
|
|
28
|
-
- Button components
|
|
29
|
-
- Card components
|
|
30
|
-
- Form components
|
|
31
|
-
|
|
32
|
-
3. Implement pages in order:
|
|
33
|
-
- Home → About → [other pages]
|
|
34
|
-
- Ensure consistency in colors, typography, spacing
|
|
35
|
-
|
|
36
|
-
4. Verify with pre-delivery checklist
|
|
37
|
-
|
|
38
|
-
**Quality Requirements:**
|
|
39
|
-
- ✅ Consistent design system (same colors, fonts, spacing)
|
|
40
|
-
- ✅ Responsive (320px, 768px, 1024px, 1440px)
|
|
41
|
-
- ✅ Accessible (WCAG AA minimum)
|
|
42
|
-
- ✅ Performance optimized
|
|
43
|
-
- ✅ Follow search results from ui-ux skill
|
|
44
|
-
|
|
45
|
-
**Notes:**
|
|
46
|
-
- Use hybrid/vector mode for better search results
|
|
47
|
-
- Split components into separate files
|
|
48
|
-
- Follow best practices from search results
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
---
|
|
52
|
-
|
|
53
|
-
## Template for E-Commerce
|
|
54
|
-
|
|
55
|
-
```
|
|
56
|
-
Create a complete website package for online [PRODUCT_TYPE] store with the following requirements:
|
|
57
|
-
|
|
58
|
-
**Information:**
|
|
59
|
-
- Product type: E-commerce [Luxury / General]
|
|
60
|
-
- Style: [elegant / modern / vibrant]
|
|
61
|
-
- Industry: [Fashion / Electronics / etc.]
|
|
62
|
-
- Stack: [html-tailwind / nextjs / react]
|
|
63
|
-
- Pages: home, about, product category, product details, cart, checkout, thank you, faq, contact
|
|
64
|
-
|
|
65
|
-
**Process:**
|
|
66
|
-
1. Search with skill ui-ux (use hybrid mode):
|
|
67
|
-
- E-commerce product recommendations
|
|
68
|
-
- Style guide
|
|
69
|
-
- Color palette
|
|
70
|
-
- Page types: product category, product details, cart, checkout, thank you
|
|
71
|
-
- E-commerce UX guidelines
|
|
72
|
-
- Stack guidelines
|
|
73
|
-
|
|
74
|
-
2. Create design system and shared components
|
|
75
|
-
|
|
76
|
-
3. Implement pages with focus on conversion:
|
|
77
|
-
- Product pages with clear CTAs
|
|
78
|
-
- Cart with easy management
|
|
79
|
-
- Checkout with trust signals
|
|
80
|
-
- Thank you with order confirmation
|
|
81
|
-
|
|
82
|
-
**Requirements:**
|
|
83
|
-
- Conversion optimization
|
|
84
|
-
- Trust signals (reviews, security badges)
|
|
85
|
-
- Clear pricing and product info
|
|
86
|
-
- Mobile-first responsive
|
|
87
|
-
- Fast loading
|
|
88
|
-
```
|
|
89
|
-
|
|
90
|
-
---
|
|
91
|
-
|
|
92
|
-
## Template for SaaS
|
|
93
|
-
|
|
94
|
-
```
|
|
95
|
-
Create a complete website package for SaaS platform [PRODUCT_NAME] with the following requirements:
|
|
96
|
-
|
|
97
|
-
**Information:**
|
|
98
|
-
- Product type: SaaS [General / Micro SaaS]
|
|
99
|
-
- Style: [modern / clean / professional / tech-forward]
|
|
100
|
-
- Industry: [B2B / B2C]
|
|
101
|
-
- Stack: [react / nextjs / vue]
|
|
102
|
-
- Pages: home, about, pricing, features, faq, contact, login, register, dashboard
|
|
103
|
-
|
|
104
|
-
**Process:**
|
|
105
|
-
1. Search with skill ui-ux (hybrid mode):
|
|
106
|
-
- SaaS product recommendations
|
|
107
|
-
- Modern/clean style guide
|
|
108
|
-
- Professional color palette
|
|
109
|
-
- Typography for SaaS
|
|
110
|
-
- Page types: home, pricing, login, register, dashboard
|
|
111
|
-
- SaaS UX guidelines
|
|
112
|
-
- Stack guidelines
|
|
113
|
-
|
|
114
|
-
2. Create components library
|
|
115
|
-
|
|
116
|
-
3. Implement pages:
|
|
117
|
-
- Home: Hero, features, social proof, CTA
|
|
118
|
-
- Pricing: Plans comparison, FAQ
|
|
119
|
-
- Auth: Login/Register with validation
|
|
120
|
-
- Dashboard: User dashboard with stats
|
|
121
|
-
|
|
122
|
-
**Requirements:**
|
|
123
|
-
- Professional and trustworthy
|
|
124
|
-
- Clear value proposition
|
|
125
|
-
- Easy signup flow
|
|
126
|
-
- Responsive dashboard
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
---
|
|
130
|
-
|
|
131
|
-
## Template for Service Business
|
|
132
|
-
|
|
133
|
-
```
|
|
134
|
-
Create a complete website package for [SERVICE_TYPE] service with the following requirements:
|
|
135
|
-
|
|
136
|
-
**Information:**
|
|
137
|
-
- Product type: Service Landing Page / B2B Service
|
|
138
|
-
- Style: [elegant / professional / trustworthy]
|
|
139
|
-
- Industry: [Healthcare / Legal / Consulting / etc.]
|
|
140
|
-
- Stack: html-tailwind
|
|
141
|
-
- Pages: home, about, services, team, testimonials, faq, contact
|
|
142
|
-
|
|
143
|
-
**Process:**
|
|
144
|
-
1. Search with skill ui-ux:
|
|
145
|
-
- Service business recommendations
|
|
146
|
-
- Trust & Authority style
|
|
147
|
-
- Professional color palette
|
|
148
|
-
- Page types: home, about, services, team, testimonials
|
|
149
|
-
- UX guidelines for service businesses
|
|
150
|
-
|
|
151
|
-
2. Create components
|
|
152
|
-
|
|
153
|
-
3. Implement pages with focus on trust:
|
|
154
|
-
- Home: Hero, services preview, testimonials
|
|
155
|
-
- About: Story, mission, values
|
|
156
|
-
- Services: Service offerings
|
|
157
|
-
- Team: Team members
|
|
158
|
-
- Testimonials: Client feedback
|
|
159
|
-
- Contact: Contact form
|
|
160
|
-
|
|
161
|
-
**Requirements:**
|
|
162
|
-
- Build trust and credibility
|
|
163
|
-
- Show expertise
|
|
164
|
-
- Professional appearance
|
|
165
|
-
- Easy contact
|
|
166
|
-
```
|
|
167
|
-
|
|
168
|
-
---
|
|
169
|
-
|
|
170
|
-
## Template for Blog/Content Site
|
|
171
|
-
|
|
172
|
-
```
|
|
173
|
-
Create a complete website package for [TOPIC] blog with the following requirements:
|
|
174
|
-
|
|
175
|
-
**Information:**
|
|
176
|
-
- Product type: Content/News
|
|
177
|
-
- Style: [clean / readable / minimal]
|
|
178
|
-
- Industry: [Technology / Education / etc.]
|
|
179
|
-
- Stack: [nextjs / react]
|
|
180
|
-
- Pages: home, blog listing, category, post details, about, contact, search results
|
|
181
|
-
|
|
182
|
-
**Process:**
|
|
183
|
-
1. Search with skill ui-ux:
|
|
184
|
-
- Content site style
|
|
185
|
-
- Readable typography
|
|
186
|
-
- Color palette for reading
|
|
187
|
-
- Page types: blog listing, category, post details, search results
|
|
188
|
-
- Content UX guidelines
|
|
189
|
-
|
|
190
|
-
2. Create components:
|
|
191
|
-
- Post cards
|
|
192
|
-
- Category filters
|
|
193
|
-
- Search bar
|
|
194
|
-
- Author cards
|
|
195
|
-
- Related posts
|
|
196
|
-
|
|
197
|
-
3. Implement pages with focus on readability:
|
|
198
|
-
- Blog listing with pagination
|
|
199
|
-
- Post details with good typography
|
|
200
|
-
- Search results with filters
|
|
201
|
-
- Category pages
|
|
202
|
-
|
|
203
|
-
**Requirements:**
|
|
204
|
-
- Readability is priority
|
|
205
|
-
- SEO optimization
|
|
206
|
-
- Fast loading
|
|
207
|
-
- Social sharing
|
|
208
|
-
- Easy navigation
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
---
|
|
212
|
-
|
|
213
|
-
## Quick Reference: Common Pages
|
|
214
|
-
|
|
215
|
-
### Default Set (9 pages)
|
|
216
|
-
- home
|
|
217
|
-
- about
|
|
218
|
-
- post details
|
|
219
|
-
- category
|
|
220
|
-
- pricing
|
|
221
|
-
- faq
|
|
222
|
-
- contact
|
|
223
|
-
- product category (e-commerce)
|
|
224
|
-
- product details (e-commerce)
|
|
225
|
-
|
|
226
|
-
### E-Commerce Additional
|
|
227
|
-
- cart
|
|
228
|
-
- checkout
|
|
229
|
-
- thank you
|
|
230
|
-
|
|
231
|
-
### User Accounts Additional
|
|
232
|
-
- login
|
|
233
|
-
- register
|
|
234
|
-
- dashboard
|
|
235
|
-
- account settings
|
|
236
|
-
|
|
237
|
-
### Content Sites Additional
|
|
238
|
-
- blog listing
|
|
239
|
-
- search results
|
|
240
|
-
|
|
241
|
-
---
|
|
242
|
-
|
|
243
|
-
## Tips for Using Templates
|
|
244
|
-
|
|
245
|
-
1. **Replace [PRODUCT_TYPE]** with specific product type
|
|
246
|
-
2. **Choose style keywords** that match your brand
|
|
247
|
-
3. **List all pages** that need to be created
|
|
248
|
-
4. **Choose stack** that fits your project
|
|
249
|
-
5. **Mention search modes** to get better results
|
|
250
|
-
6. **Require consistency** to ensure unified design system
|
|
251
|
-
|
|
252
|
-
---
|
|
253
|
-
|
|
254
|
-
## Complete Example
|
|
255
|
-
|
|
256
|
-
```
|
|
257
|
-
Create a complete website package for professional skincare service with the following requirements:
|
|
258
|
-
|
|
259
|
-
**Project Information:**
|
|
260
|
-
- Product type: Beauty & Wellness Service
|
|
261
|
-
- Style: elegant, minimal, soft, professional
|
|
262
|
-
- Industry: Healthcare/Beauty
|
|
263
|
-
- Stack: html-tailwind (default)
|
|
264
|
-
- Pages to create: home, about, services, blog listing, post details, category, pricing, faq, contact
|
|
265
|
-
|
|
266
|
-
**Process:**
|
|
267
|
-
1. Use skill ui-ux to search design intelligence:
|
|
268
|
-
```bash
|
|
269
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "beauty spa wellness service" --domain product --mode hybrid
|
|
270
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "elegant minimal soft professional" --domain style --mode hybrid
|
|
271
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "beauty spa wellness" --domain color
|
|
272
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "elegant luxury" --domain typography --mode vector
|
|
273
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "home homepage" --domain pages
|
|
274
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "about company story" --domain pages
|
|
275
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "services offerings" --domain pages
|
|
276
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "pricing plans" --domain pages
|
|
277
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "faq questions" --domain pages
|
|
278
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "contact" --domain pages
|
|
279
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "animation accessibility" --domain ux
|
|
280
|
-
python3 heraspec/skills/ui-ux/scripts/search.py "layout responsive" --stack html-tailwind
|
|
281
|
-
```
|
|
282
|
-
|
|
283
|
-
2. Create shared components first:
|
|
284
|
-
- Header with navigation
|
|
285
|
-
- Footer
|
|
286
|
-
- Button components (primary, secondary)
|
|
287
|
-
- Card components (service cards, post cards)
|
|
288
|
-
- Form components
|
|
289
|
-
|
|
290
|
-
3. Implement pages in order:
|
|
291
|
-
- Home: Hero, services preview, testimonials, CTA
|
|
292
|
-
- About: Mission, story, team, values
|
|
293
|
-
- Services: Service offerings with descriptions
|
|
294
|
-
- Blog listing: Post grid with pagination
|
|
295
|
-
- Category: Category page with filters
|
|
296
|
-
- Post details: Full article with author, related posts
|
|
297
|
-
- Pricing: Plans comparison, FAQ
|
|
298
|
-
- FAQ: Accordion with search
|
|
299
|
-
- Contact: Contact form + info
|
|
300
|
-
|
|
301
|
-
4. Ensure:
|
|
302
|
-
- ✅ Consistent design system (same colors, fonts from search results)
|
|
303
|
-
- ✅ Responsive (320px, 768px, 1024px, 1440px)
|
|
304
|
-
- ✅ Accessible (WCAG AA)
|
|
305
|
-
- ✅ Performance optimized
|
|
306
|
-
- ✅ Follow search results from ui-ux skill
|
|
307
|
-
|
|
308
|
-
**Notes:**
|
|
309
|
-
- Use hybrid/vector mode for better search results
|
|
310
|
-
- Split components into separate files
|
|
311
|
-
- Follow pre-delivery checklist
|
|
312
|
-
- Ensure all pages use the same design system
|
|
313
|
-
```
|
|
1
|
+
# Prompt Template: Creating Full Theme Packages
|
|
2
|
+
|
|
3
|
+
## Basic Template (Copy & Paste)
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
Create a complete website package for [PRODUCT_TYPE] with the following requirements:
|
|
7
|
+
|
|
8
|
+
**Project Information:**
|
|
9
|
+
- Product type: [SaaS / E-commerce / Service / Portfolio / etc.]
|
|
10
|
+
- Style: [minimal / elegant / modern / bold / etc.]
|
|
11
|
+
- Industry: [Healthcare / Fintech / Beauty / etc.]
|
|
12
|
+
- Stack: [html-tailwind / react / nextjs / etc.]
|
|
13
|
+
- Pages to create: home, about, [add other pages if needed]
|
|
14
|
+
|
|
15
|
+
**Process:**
|
|
16
|
+
1. Use skill ui-ux to search design intelligence:
|
|
17
|
+
- Product type recommendations (--mode hybrid)
|
|
18
|
+
- Style guide (--mode hybrid)
|
|
19
|
+
- Color palette
|
|
20
|
+
- Typography (--mode vector)
|
|
21
|
+
- Page types for each page (--domain pages)
|
|
22
|
+
- UX guidelines
|
|
23
|
+
- Stack-specific guidelines (--stack [stack])
|
|
24
|
+
|
|
25
|
+
2. Create shared components first:
|
|
26
|
+
- Header/Navigation
|
|
27
|
+
- Footer
|
|
28
|
+
- Button components
|
|
29
|
+
- Card components
|
|
30
|
+
- Form components
|
|
31
|
+
|
|
32
|
+
3. Implement pages in order:
|
|
33
|
+
- Home → About → [other pages]
|
|
34
|
+
- Ensure consistency in colors, typography, spacing
|
|
35
|
+
|
|
36
|
+
4. Verify with pre-delivery checklist
|
|
37
|
+
|
|
38
|
+
**Quality Requirements:**
|
|
39
|
+
- ✅ Consistent design system (same colors, fonts, spacing)
|
|
40
|
+
- ✅ Responsive (320px, 768px, 1024px, 1440px)
|
|
41
|
+
- ✅ Accessible (WCAG AA minimum)
|
|
42
|
+
- ✅ Performance optimized
|
|
43
|
+
- ✅ Follow search results from ui-ux skill
|
|
44
|
+
|
|
45
|
+
**Notes:**
|
|
46
|
+
- Use hybrid/vector mode for better search results
|
|
47
|
+
- Split components into separate files
|
|
48
|
+
- Follow best practices from search results
|
|
49
|
+
```
|
|
50
|
+
|
|
51
|
+
---
|
|
52
|
+
|
|
53
|
+
## Template for E-Commerce
|
|
54
|
+
|
|
55
|
+
```
|
|
56
|
+
Create a complete website package for online [PRODUCT_TYPE] store with the following requirements:
|
|
57
|
+
|
|
58
|
+
**Information:**
|
|
59
|
+
- Product type: E-commerce [Luxury / General]
|
|
60
|
+
- Style: [elegant / modern / vibrant]
|
|
61
|
+
- Industry: [Fashion / Electronics / etc.]
|
|
62
|
+
- Stack: [html-tailwind / nextjs / react]
|
|
63
|
+
- Pages: home, about, product category, product details, cart, checkout, thank you, faq, contact
|
|
64
|
+
|
|
65
|
+
**Process:**
|
|
66
|
+
1. Search with skill ui-ux (use hybrid mode):
|
|
67
|
+
- E-commerce product recommendations
|
|
68
|
+
- Style guide
|
|
69
|
+
- Color palette
|
|
70
|
+
- Page types: product category, product details, cart, checkout, thank you
|
|
71
|
+
- E-commerce UX guidelines
|
|
72
|
+
- Stack guidelines
|
|
73
|
+
|
|
74
|
+
2. Create design system and shared components
|
|
75
|
+
|
|
76
|
+
3. Implement pages with focus on conversion:
|
|
77
|
+
- Product pages with clear CTAs
|
|
78
|
+
- Cart with easy management
|
|
79
|
+
- Checkout with trust signals
|
|
80
|
+
- Thank you with order confirmation
|
|
81
|
+
|
|
82
|
+
**Requirements:**
|
|
83
|
+
- Conversion optimization
|
|
84
|
+
- Trust signals (reviews, security badges)
|
|
85
|
+
- Clear pricing and product info
|
|
86
|
+
- Mobile-first responsive
|
|
87
|
+
- Fast loading
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
---
|
|
91
|
+
|
|
92
|
+
## Template for SaaS
|
|
93
|
+
|
|
94
|
+
```
|
|
95
|
+
Create a complete website package for SaaS platform [PRODUCT_NAME] with the following requirements:
|
|
96
|
+
|
|
97
|
+
**Information:**
|
|
98
|
+
- Product type: SaaS [General / Micro SaaS]
|
|
99
|
+
- Style: [modern / clean / professional / tech-forward]
|
|
100
|
+
- Industry: [B2B / B2C]
|
|
101
|
+
- Stack: [react / nextjs / vue]
|
|
102
|
+
- Pages: home, about, pricing, features, faq, contact, login, register, dashboard
|
|
103
|
+
|
|
104
|
+
**Process:**
|
|
105
|
+
1. Search with skill ui-ux (hybrid mode):
|
|
106
|
+
- SaaS product recommendations
|
|
107
|
+
- Modern/clean style guide
|
|
108
|
+
- Professional color palette
|
|
109
|
+
- Typography for SaaS
|
|
110
|
+
- Page types: home, pricing, login, register, dashboard
|
|
111
|
+
- SaaS UX guidelines
|
|
112
|
+
- Stack guidelines
|
|
113
|
+
|
|
114
|
+
2. Create components library
|
|
115
|
+
|
|
116
|
+
3. Implement pages:
|
|
117
|
+
- Home: Hero, features, social proof, CTA
|
|
118
|
+
- Pricing: Plans comparison, FAQ
|
|
119
|
+
- Auth: Login/Register with validation
|
|
120
|
+
- Dashboard: User dashboard with stats
|
|
121
|
+
|
|
122
|
+
**Requirements:**
|
|
123
|
+
- Professional and trustworthy
|
|
124
|
+
- Clear value proposition
|
|
125
|
+
- Easy signup flow
|
|
126
|
+
- Responsive dashboard
|
|
127
|
+
```
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Template for Service Business
|
|
132
|
+
|
|
133
|
+
```
|
|
134
|
+
Create a complete website package for [SERVICE_TYPE] service with the following requirements:
|
|
135
|
+
|
|
136
|
+
**Information:**
|
|
137
|
+
- Product type: Service Landing Page / B2B Service
|
|
138
|
+
- Style: [elegant / professional / trustworthy]
|
|
139
|
+
- Industry: [Healthcare / Legal / Consulting / etc.]
|
|
140
|
+
- Stack: html-tailwind
|
|
141
|
+
- Pages: home, about, services, team, testimonials, faq, contact
|
|
142
|
+
|
|
143
|
+
**Process:**
|
|
144
|
+
1. Search with skill ui-ux:
|
|
145
|
+
- Service business recommendations
|
|
146
|
+
- Trust & Authority style
|
|
147
|
+
- Professional color palette
|
|
148
|
+
- Page types: home, about, services, team, testimonials
|
|
149
|
+
- UX guidelines for service businesses
|
|
150
|
+
|
|
151
|
+
2. Create components
|
|
152
|
+
|
|
153
|
+
3. Implement pages with focus on trust:
|
|
154
|
+
- Home: Hero, services preview, testimonials
|
|
155
|
+
- About: Story, mission, values
|
|
156
|
+
- Services: Service offerings
|
|
157
|
+
- Team: Team members
|
|
158
|
+
- Testimonials: Client feedback
|
|
159
|
+
- Contact: Contact form
|
|
160
|
+
|
|
161
|
+
**Requirements:**
|
|
162
|
+
- Build trust and credibility
|
|
163
|
+
- Show expertise
|
|
164
|
+
- Professional appearance
|
|
165
|
+
- Easy contact
|
|
166
|
+
```
|
|
167
|
+
|
|
168
|
+
---
|
|
169
|
+
|
|
170
|
+
## Template for Blog/Content Site
|
|
171
|
+
|
|
172
|
+
```
|
|
173
|
+
Create a complete website package for [TOPIC] blog with the following requirements:
|
|
174
|
+
|
|
175
|
+
**Information:**
|
|
176
|
+
- Product type: Content/News
|
|
177
|
+
- Style: [clean / readable / minimal]
|
|
178
|
+
- Industry: [Technology / Education / etc.]
|
|
179
|
+
- Stack: [nextjs / react]
|
|
180
|
+
- Pages: home, blog listing, category, post details, about, contact, search results
|
|
181
|
+
|
|
182
|
+
**Process:**
|
|
183
|
+
1. Search with skill ui-ux:
|
|
184
|
+
- Content site style
|
|
185
|
+
- Readable typography
|
|
186
|
+
- Color palette for reading
|
|
187
|
+
- Page types: blog listing, category, post details, search results
|
|
188
|
+
- Content UX guidelines
|
|
189
|
+
|
|
190
|
+
2. Create components:
|
|
191
|
+
- Post cards
|
|
192
|
+
- Category filters
|
|
193
|
+
- Search bar
|
|
194
|
+
- Author cards
|
|
195
|
+
- Related posts
|
|
196
|
+
|
|
197
|
+
3. Implement pages with focus on readability:
|
|
198
|
+
- Blog listing with pagination
|
|
199
|
+
- Post details with good typography
|
|
200
|
+
- Search results with filters
|
|
201
|
+
- Category pages
|
|
202
|
+
|
|
203
|
+
**Requirements:**
|
|
204
|
+
- Readability is priority
|
|
205
|
+
- SEO optimization
|
|
206
|
+
- Fast loading
|
|
207
|
+
- Social sharing
|
|
208
|
+
- Easy navigation
|
|
209
|
+
```
|
|
210
|
+
|
|
211
|
+
---
|
|
212
|
+
|
|
213
|
+
## Quick Reference: Common Pages
|
|
214
|
+
|
|
215
|
+
### Default Set (9 pages)
|
|
216
|
+
- home
|
|
217
|
+
- about
|
|
218
|
+
- post details
|
|
219
|
+
- category
|
|
220
|
+
- pricing
|
|
221
|
+
- faq
|
|
222
|
+
- contact
|
|
223
|
+
- product category (e-commerce)
|
|
224
|
+
- product details (e-commerce)
|
|
225
|
+
|
|
226
|
+
### E-Commerce Additional
|
|
227
|
+
- cart
|
|
228
|
+
- checkout
|
|
229
|
+
- thank you
|
|
230
|
+
|
|
231
|
+
### User Accounts Additional
|
|
232
|
+
- login
|
|
233
|
+
- register
|
|
234
|
+
- dashboard
|
|
235
|
+
- account settings
|
|
236
|
+
|
|
237
|
+
### Content Sites Additional
|
|
238
|
+
- blog listing
|
|
239
|
+
- search results
|
|
240
|
+
|
|
241
|
+
---
|
|
242
|
+
|
|
243
|
+
## Tips for Using Templates
|
|
244
|
+
|
|
245
|
+
1. **Replace [PRODUCT_TYPE]** with specific product type
|
|
246
|
+
2. **Choose style keywords** that match your brand
|
|
247
|
+
3. **List all pages** that need to be created
|
|
248
|
+
4. **Choose stack** that fits your project
|
|
249
|
+
5. **Mention search modes** to get better results
|
|
250
|
+
6. **Require consistency** to ensure unified design system
|
|
251
|
+
|
|
252
|
+
---
|
|
253
|
+
|
|
254
|
+
## Complete Example
|
|
255
|
+
|
|
256
|
+
```
|
|
257
|
+
Create a complete website package for professional skincare service with the following requirements:
|
|
258
|
+
|
|
259
|
+
**Project Information:**
|
|
260
|
+
- Product type: Beauty & Wellness Service
|
|
261
|
+
- Style: elegant, minimal, soft, professional
|
|
262
|
+
- Industry: Healthcare/Beauty
|
|
263
|
+
- Stack: html-tailwind (default)
|
|
264
|
+
- Pages to create: home, about, services, blog listing, post details, category, pricing, faq, contact
|
|
265
|
+
|
|
266
|
+
**Process:**
|
|
267
|
+
1. Use skill ui-ux to search design intelligence:
|
|
268
|
+
```bash
|
|
269
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "beauty spa wellness service" --domain product --mode hybrid
|
|
270
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "elegant minimal soft professional" --domain style --mode hybrid
|
|
271
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "beauty spa wellness" --domain color
|
|
272
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "elegant luxury" --domain typography --mode vector
|
|
273
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "home homepage" --domain pages
|
|
274
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "about company story" --domain pages
|
|
275
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "services offerings" --domain pages
|
|
276
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "pricing plans" --domain pages
|
|
277
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "faq questions" --domain pages
|
|
278
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "contact" --domain pages
|
|
279
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "animation accessibility" --domain ux
|
|
280
|
+
python3 heraspec/skills/ui-ux/scripts/search.py "layout responsive" --stack html-tailwind
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
2. Create shared components first:
|
|
284
|
+
- Header with navigation
|
|
285
|
+
- Footer
|
|
286
|
+
- Button components (primary, secondary)
|
|
287
|
+
- Card components (service cards, post cards)
|
|
288
|
+
- Form components
|
|
289
|
+
|
|
290
|
+
3. Implement pages in order:
|
|
291
|
+
- Home: Hero, services preview, testimonials, CTA
|
|
292
|
+
- About: Mission, story, team, values
|
|
293
|
+
- Services: Service offerings with descriptions
|
|
294
|
+
- Blog listing: Post grid with pagination
|
|
295
|
+
- Category: Category page with filters
|
|
296
|
+
- Post details: Full article with author, related posts
|
|
297
|
+
- Pricing: Plans comparison, FAQ
|
|
298
|
+
- FAQ: Accordion with search
|
|
299
|
+
- Contact: Contact form + info
|
|
300
|
+
|
|
301
|
+
4. Ensure:
|
|
302
|
+
- ✅ Consistent design system (same colors, fonts from search results)
|
|
303
|
+
- ✅ Responsive (320px, 768px, 1024px, 1440px)
|
|
304
|
+
- ✅ Accessible (WCAG AA)
|
|
305
|
+
- ✅ Performance optimized
|
|
306
|
+
- ✅ Follow search results from ui-ux skill
|
|
307
|
+
|
|
308
|
+
**Notes:**
|
|
309
|
+
- Use hybrid/vector mode for better search results
|
|
310
|
+
- Split components into separate files
|
|
311
|
+
- Follow pre-delivery checklist
|
|
312
|
+
- Ensure all pages use the same design system
|
|
313
|
+
```
|