vibes-plug 1.0.0
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/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
- package/BLUEPRINT.md +125 -0
- package/CHANGELOG.md +195 -0
- package/CONTRIBUTING.md +199 -0
- package/LICENSE +21 -0
- package/README.md +263 -0
- package/SECURITY.md +21 -0
- package/banner.png +0 -0
- package/package.json +25 -0
- package/plugin.json +8 -0
- package/scripts/update_skills.js +75 -0
- package/skills/ai-llm-integration-expert/SKILL.md +162 -0
- package/skills/api-design-expert/SKILL.md +310 -0
- package/skills/app-analyzer-optimizer/SKILL.md +189 -0
- package/skills/asisten_ramah/SKILL.md +41 -0
- package/skills/authentication-identity-expert/SKILL.md +45 -0
- package/skills/auto-doc-updater/SKILL.md +204 -0
- package/skills/bootstrap-to-modern/SKILL.md +87 -0
- package/skills/brainstorming/SKILL.md +353 -0
- package/skills/bun-runtime-expert/SKILL.md +211 -0
- package/skills/ci-cd-devops-architect/SKILL.md +45 -0
- package/skills/cloud-hosting-expert/SKILL.md +244 -0
- package/skills/coderabbit/SKILL.md +192 -0
- package/skills/data-telemetry-expert/SKILL.md +213 -0
- package/skills/database-orm-expert/SKILL.md +294 -0
- package/skills/design-system-architect/SKILL.md +243 -0
- package/skills/e2e-testing-expert/SKILL.md +315 -0
- package/skills/event-driven-architect/SKILL.md +81 -0
- package/skills/firebase-security-expert/SKILL.md +195 -0
- package/skills/fullstack-expert/SKILL.md +202 -0
- package/skills/fullstack-expert/references/api_design_guide.md +466 -0
- package/skills/fullstack-expert/references/devops_infrastructure.md +477 -0
- package/skills/fullstack-expert/references/multi_language_backend.md +528 -0
- package/skills/fullstack-expert/references/system_design_patterns.md +358 -0
- package/skills/fullstack-expert/scripts/api_contract_validator.py +253 -0
- package/skills/fullstack-expert/scripts/architecture_analyzer.py +326 -0
- package/skills/gemini-agent-booster/SKILL.md +135 -0
- package/skills/global-a11y-i18n-expert/SKILL.md +81 -0
- package/skills/go-programming-expert/SKILL.md +295 -0
- package/skills/hig/SKILL.md +188 -0
- package/skills/js-backend-expert/SKILL.md +192 -0
- package/skills/mcp-server-architect/SKILL.md +194 -0
- package/skills/mobile-expo-expert/SKILL.md +186 -0
- package/skills/monday-design-aesthetic/SKILL.md +67 -0
- package/skills/monorepo-architect/SKILL.md +227 -0
- package/skills/mpa-orchestrator/SKILL.md +101 -0
- package/skills/multi-agent-orchestration/SKILL.md +234 -0
- package/skills/multiple-entry-points/SKILL.md +55 -0
- package/skills/mvc-expert/SKILL.md +231 -0
- package/skills/payment-gateway-expert/SKILL.md +45 -0
- package/skills/performance-web-vitals/SKILL.md +332 -0
- package/skills/prd-architect/SKILL.md +191 -0
- package/skills/production-ready-hardener/SKILL.md +469 -0
- package/skills/production-ready-hardener/references/performance_optimization.md +441 -0
- package/skills/production-ready-hardener/references/production_checklist.md +161 -0
- package/skills/production-ready-hardener/references/security_hardening_guide.md +379 -0
- package/skills/production-ready-hardener/scripts/production_readiness_scanner.py +875 -0
- package/skills/python-programming-expert/SKILL.md +271 -0
- package/skills/realtime-collaboration-expert/SKILL.md +45 -0
- package/skills/rust-programming-expert/SKILL.md +235 -0
- package/skills/saas-billing/SKILL.md +377 -0
- package/skills/saas-multi-tenant/SKILL.md +237 -0
- package/skills/saas-mvp-launcher/SKILL.md +231 -0
- package/skills/saas-transformer/SKILL.md +446 -0
- package/skills/saas-transformer/references/billing_integration_guide.md +401 -0
- package/skills/saas-transformer/references/feature_gating_patterns.md +137 -0
- package/skills/saas-transformer/references/saas_transformation_checklist.md +121 -0
- package/skills/saas-transformer/scripts/saas_transformation_scanner.py +254 -0
- package/skills/scalability-clean-code/SKILL.md +229 -0
- package/skills/secure-fuzz-testing/SKILL.md +201 -0
- package/skills/senior-frontend/SKILL.md +161 -0
- package/skills/senior-frontend/references/frontend_best_practices.md +806 -0
- package/skills/senior-frontend/references/nextjs_optimization_guide.md +724 -0
- package/skills/senior-frontend/references/react_patterns.md +746 -0
- package/skills/senior-frontend/scripts/bundle_analyzer.py +407 -0
- package/skills/senior-frontend/scripts/component_generator.py +329 -0
- package/skills/senior-frontend/scripts/frontend_scaffolder.py +1005 -0
- package/skills/senior-fullstack/SKILL.md +167 -0
- package/skills/senior-fullstack/references/architecture_patterns.md +160 -0
- package/skills/senior-fullstack/references/development_workflows.md +222 -0
- package/skills/senior-fullstack/references/tech_stack_guide.md +190 -0
- package/skills/senior-fullstack/scripts/code_quality_analyzer.py +114 -0
- package/skills/senior-fullstack/scripts/fullstack_scaffolder.py +114 -0
- package/skills/senior-fullstack/scripts/project_scaffolder.py +114 -0
- package/skills/seo/SKILL.md +225 -0
- package/skills/seo/references/cwv-thresholds.md +108 -0
- package/skills/seo/references/eeat-framework.md +214 -0
- package/skills/seo/references/quality-gates.md +155 -0
- package/skills/seo/references/schema-types.md +118 -0
- package/skills/seo-aeo-landing-page-writer/SKILL.md +97 -0
- package/skills/seo-geo/SKILL.md +188 -0
- package/skills/session-handoff-resume/SKILL.md +158 -0
- package/skills/skill_baru/SKILL.md +147 -0
- package/skills/spa-orchestrator/SKILL.md +288 -0
- package/skills/state-management-expert/SKILL.md +272 -0
- package/skills/supabase-migration/SKILL.md +45 -0
- package/skills/supabase-security-expert/SKILL.md +243 -0
- package/skills/tailwind-expert/SKILL.md +188 -0
- package/skills/tanstack-query-expert/SKILL.md +199 -0
- package/skills/tauri-expert/SKILL.md +97 -0
- package/skills/token-saver/SKILL.md +111 -0
- package/skills/typescript-expert/SKILL.md +279 -0
- package/skills/ui-components-expert/SKILL.md +63 -0
- package/skills/ui-ux-pro-max/SKILL.md +201 -0
- package/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-310.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-312.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-310.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
- package/skills/ui-ux-pro-max/scripts/core.py +257 -0
- package/skills/ui-ux-pro-max/scripts/design_system.py +493 -0
- package/skills/ui-ux-pro-max/scripts/search.py +81 -0
- package/skills/ui_ux_expert/SKILL.md +114 -0
- package/skills/vibe-code-gardener/SKILL.md +173 -0
- package/skills/web-scraper/SKILL.md +205 -0
- package/skills/web-scraper/references/data-transforms.md +397 -0
- package/skills/web-scraper/references/extraction-patterns.md +475 -0
- package/skills/web-scraper/references/output-templates.md +481 -0
- package/skills/zero-to-prod-orchestrator/SKILL.md +180 -0
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
<!-- Updated: 2026-02-07 -->
|
|
2
|
+
# Schema.org Types: Status & Recommendations (February 2026)
|
|
3
|
+
|
|
4
|
+
**Schema.org Version:** 29.4 (December 8, 2025)
|
|
5
|
+
|
|
6
|
+
## Format Preference
|
|
7
|
+
Always use **JSON-LD** (`<script type="application/ld+json">`).
|
|
8
|
+
Google's documentation explicitly recommends JSON-LD over Microdata and RDFa.
|
|
9
|
+
|
|
10
|
+
**AI Search Note:** Content with proper schema has ~2.5× higher chance of appearing in AI-generated answers (confirmed by Google and Microsoft, March 2025).
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
## Active: Recommend freely
|
|
15
|
+
|
|
16
|
+
| Type | Use Case | Key Properties |
|
|
17
|
+
|------|----------|----------------|
|
|
18
|
+
| Organization | Company info | name, url, logo, contactPoint, sameAs |
|
|
19
|
+
| LocalBusiness | Physical businesses | name, address, telephone, openingHours, geo, priceRange |
|
|
20
|
+
| SoftwareApplication | Desktop/mobile apps | name, operatingSystem, applicationCategory, offers, aggregateRating |
|
|
21
|
+
| WebApplication | Browser-based SaaS | name, applicationCategory, offers, browserRequirements, featureList |
|
|
22
|
+
| Product | Physical/digital products | name, image, description, sku, brand, offers, review |
|
|
23
|
+
| Offer | Pricing | price, priceCurrency, availability, url, validFrom |
|
|
24
|
+
| Service | Service businesses | name, provider, areaServed, description, offers |
|
|
25
|
+
| Article | Blog posts, news | headline, author, datePublished, dateModified, image, publisher |
|
|
26
|
+
| BlogPosting | Blog content | Same as Article + blog-specific context |
|
|
27
|
+
| NewsArticle | News content | Same as Article + news-specific context |
|
|
28
|
+
| Review | Individual reviews | reviewRating, author, itemReviewed, reviewBody |
|
|
29
|
+
| AggregateRating | Rating summaries | ratingValue, reviewCount, bestRating, worstRating |
|
|
30
|
+
| BreadcrumbList | Navigation | itemListElement with position, name, item |
|
|
31
|
+
| WebSite | Site-level | name, url, potentialAction (SearchAction for sitelinks search) |
|
|
32
|
+
| WebPage | Page-level | name, description, datePublished, dateModified |
|
|
33
|
+
| Person | Author/team | name, jobTitle, url, sameAs, image, worksFor |
|
|
34
|
+
| ContactPage | Contact pages | name, url |
|
|
35
|
+
| VideoObject | Video content | name, description, thumbnailUrl, uploadDate, duration, contentUrl |
|
|
36
|
+
| ImageObject | Image content | contentUrl, caption, creator, copyrightHolder |
|
|
37
|
+
| Event | Events | name, startDate, endDate, location, organizer, offers |
|
|
38
|
+
| JobPosting | Job listings | title, description, datePosted, hiringOrganization, jobLocation |
|
|
39
|
+
| Course | Educational content | name, description, provider, hasCourseInstance |
|
|
40
|
+
| DiscussionForumPosting | Forum threads | headline, author, datePublished, text, url |
|
|
41
|
+
| ProductGroup | Variant products | name, productGroupID, variesBy, hasVariant |
|
|
42
|
+
| ProfilePage | Author/creator profiles | mainEntity (Person), name, url, description, sameAs |
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
## Restricted: Only for specific site types
|
|
47
|
+
|
|
48
|
+
| Type | Restriction | Since |
|
|
49
|
+
|------|------------|-------|
|
|
50
|
+
| FAQPage | Government and healthcare authority sites ONLY | August 2023 |
|
|
51
|
+
|
|
52
|
+
> Google severely limited FAQ rich results in August 2023. Only authoritative sources (government, health organizations) receive FAQ rich results.
|
|
53
|
+
>
|
|
54
|
+
> **GEO nuance**: FAQPage schema still benefits AI/LLM citation visibility (ChatGPT, Perplexity, Google AI Overviews), even without Google rich results.
|
|
55
|
+
> - **Existing FAQPage on commercial site**: Flag at Info priority, not Critical. Removal removes GEO citation upside.
|
|
56
|
+
> - **Adding new FAQPage**: Not recommended for Google benefit; acceptable if AI search visibility is a priority.
|
|
57
|
+
|
|
58
|
+
---
|
|
59
|
+
|
|
60
|
+
## Deprecated: Never recommend
|
|
61
|
+
|
|
62
|
+
| Type | Status | Since | Notes |
|
|
63
|
+
|------|--------|-------|-------|
|
|
64
|
+
| HowTo | Rich results fully removed | September 2023 | Google stopped showing how-to rich results |
|
|
65
|
+
| SpecialAnnouncement | Deprecated | July 31, 2025 | COVID-era schema, no longer processed |
|
|
66
|
+
| CourseInfo | Retired from rich results | June 2025 | Merged into Course |
|
|
67
|
+
| EstimatedSalary | Retired from rich results | June 2025 | No longer displayed |
|
|
68
|
+
| LearningVideo | Retired from rich results | June 2025 | Use VideoObject instead |
|
|
69
|
+
| ClaimReview | Retired from rich results | June 2025 | Fact-check markup no longer generates rich results |
|
|
70
|
+
| VehicleListing | Retired from rich results | June 2025 | Vehicle listing structured data discontinued |
|
|
71
|
+
| Book Actions | Deprecated then REVERSED | June 2025 | **Still functional as of Feb 2026**: historical note only |
|
|
72
|
+
| Practice Problem | Retired from rich results | Late 2025 | Educational practice problems no longer displayed |
|
|
73
|
+
| Dataset | Retired from rich results | Late 2025 | Dataset Search feature discontinued |
|
|
74
|
+
|
|
75
|
+
---
|
|
76
|
+
|
|
77
|
+
## Recent Additions (2024-2026)
|
|
78
|
+
|
|
79
|
+
| Type/Feature | Added | Notes |
|
|
80
|
+
|-------------|-------|-------|
|
|
81
|
+
| Product Certification markup | April 2025 | Energy ratings, safety certifications. Replaced EnergyConsumptionDetails. |
|
|
82
|
+
| ProductGroup | 2025 | E-commerce product variants with variesBy, hasVariant properties |
|
|
83
|
+
| ProfilePage | 2025 | Author/creator profile pages with mainEntity Person for E-E-A-T |
|
|
84
|
+
| DiscussionForumPosting | 2024 | For forum/community content |
|
|
85
|
+
| Speakable | Updated 2024 | For voice search optimization |
|
|
86
|
+
| LoyaltyProgram | June 2025 | Member pricing, loyalty card structured data |
|
|
87
|
+
| Organization-level shipping/return policies | November 2025 | Configure via Search Console without Merchant Center |
|
|
88
|
+
| ConferenceEvent | December 2025 | Schema.org v29.4 addition |
|
|
89
|
+
| PerformingArtsEvent | December 2025 | Schema.org v29.4 addition |
|
|
90
|
+
|
|
91
|
+
## E-commerce Requirements (Updated)
|
|
92
|
+
|
|
93
|
+
| Requirement | Status | Since |
|
|
94
|
+
|-------------|--------|-------|
|
|
95
|
+
| `returnPolicyCountry` in MerchantReturnPolicy | **Required** | March 2025 |
|
|
96
|
+
| Product variant structured data | Expanded | 2025, includes apparel, cosmetics, electronics |
|
|
97
|
+
|
|
98
|
+
> **Note:** Content API for Shopping sunsets August 18, 2026. Migrate to Merchant API.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Validation Checklist
|
|
103
|
+
|
|
104
|
+
For any schema block, verify:
|
|
105
|
+
|
|
106
|
+
1. ✅ `@context` is `"https://schema.org"` (not http)
|
|
107
|
+
2. ✅ `@type` is a valid, non-deprecated type
|
|
108
|
+
3. ✅ All required properties are present
|
|
109
|
+
4. ✅ Property values match expected data types
|
|
110
|
+
5. ✅ No placeholder text (e.g., "[Business Name]")
|
|
111
|
+
6. ✅ URLs are absolute, not relative
|
|
112
|
+
7. ✅ Dates are in ISO 8601 format
|
|
113
|
+
8. ✅ Images have valid URLs
|
|
114
|
+
|
|
115
|
+
## Testing Tools
|
|
116
|
+
|
|
117
|
+
- [Google Rich Results Test](https://search.google.com/test/rich-results)
|
|
118
|
+
- [Schema.org Validator](https://validator.schema.org/)
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: seo-aeo-landing-page-writer
|
|
3
|
+
description: "Writes complete, structured landing pages optimized for SEO ranking, AEO citation, and visitor conversion / Penulis landing page terstruktur untuk peringkat SEO, sitasi AEO, dan konversi."
|
|
4
|
+
author: "Roedy Rustam"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# SEO-AEO Landing Page Writer
|
|
8
|
+
|
|
9
|
+
[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
<a name="english"></a>
|
|
14
|
+
## English
|
|
15
|
+
|
|
16
|
+
### Overview
|
|
17
|
+
Generates a full, publish-ready landing page following a defined section order with SEO heading structure, AEO extraction blocks, FAQ section, comparison table, social proof, and conversion-focused CTAs. Every section serves a specific purpose in a narrative arc that moves the visitor from awareness to action.
|
|
18
|
+
|
|
19
|
+
### Trigger Conditions
|
|
20
|
+
Use this skill when:
|
|
21
|
+
- Building a landing page for a new product or service.
|
|
22
|
+
- An existing landing page needs a full SEO and AEO rewrite.
|
|
23
|
+
- You need a page that can be cited by AI engines like Perplexity or ChatGPT.
|
|
24
|
+
- You want conversion copy that leads with pain before pitching the product.
|
|
25
|
+
|
|
26
|
+
### How It Works (Step-by-Step)
|
|
27
|
+
1. **Map Inputs**: Extract product name, audience, primary keyword, pain points, features, benefits, USPs, social proof, and CTAs.
|
|
28
|
+
2. **Write AEO Extraction Sentence**: Write one 25–40 word sentence that answers "What is [product]?" — standalone, no jargon, placed in a blockquote immediately after the H1. This is the sentence AI engines extract.
|
|
29
|
+
3. **Follow the Narrative Arc**: Write sections in this exact order:
|
|
30
|
+
- Hero — H1 + AEO sentence + CTA
|
|
31
|
+
- Problem — Audience pain, no product mention yet
|
|
32
|
+
- Solution — Introduce product as the answer
|
|
33
|
+
- Features as Benefits — Table format
|
|
34
|
+
- Social Proof — Testimonials, logos, stats
|
|
35
|
+
- Mid-page CTA
|
|
36
|
+
- How It Works — Numbered steps
|
|
37
|
+
- Comparison — Table with honest competitor comparison
|
|
38
|
+
- FAQ — Minimum 6 entries, each under 50 words
|
|
39
|
+
- Trust Signals
|
|
40
|
+
- Final CTA
|
|
41
|
+
|
|
42
|
+
### Best Practices & Pitfalls
|
|
43
|
+
- **Empathy First**: Write the problem section before mentioning the product — empathy first.
|
|
44
|
+
- **AEO Block**: Place the AEO extraction sentence in a blockquote immediately after H1.
|
|
45
|
+
- **FAQ Limits**: Every FAQ answer must be under 50 words and self-contained.
|
|
46
|
+
- **Tone**: Do not use "revolutionary", "game-changing", or "best-in-class".
|
|
47
|
+
- **CTA**: Do not use "Submit" or "Click Here" as CTA button text.
|
|
48
|
+
|
|
49
|
+
### Layout & UI Aesthetic (Monday.com Inspired)
|
|
50
|
+
- Design the landing page with a modern, spacious aesthetic (see `monday-design-aesthetic` skill).
|
|
51
|
+
- Use generous vertical padding (80-120px) between narrative sections.
|
|
52
|
+
- Display features as benefits using large, rounded cards (12-16px radius) with subtle drop shadows.
|
|
53
|
+
- Keep the background clean white or light gray, using a vibrant brand color for CTA buttons.
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
---
|
|
57
|
+
|
|
58
|
+
<a name="bahasa-indonesia"></a>
|
|
59
|
+
## Bahasa Indonesia
|
|
60
|
+
|
|
61
|
+
### Ringkasan
|
|
62
|
+
Menghasilkan landing page lengkap yang siap dipublikasikan dengan struktur heading SEO, blok ekstraksi AEO, bagian FAQ, tabel perbandingan, bukti sosial (social proof), dan CTA yang berfokus pada konversi. Setiap bagian dirancang untuk memandu pengunjung dari pemahaman masalah menuju tindakan (pembelian/registrasi).
|
|
63
|
+
|
|
64
|
+
### Kondisi Pemicu
|
|
65
|
+
Gunakan skill ini ketika:
|
|
66
|
+
- Membangun landing page untuk produk atau layanan baru.
|
|
67
|
+
- Menulis ulang landing page yang ada untuk optimasi SEO dan AEO.
|
|
68
|
+
- Memerlukan halaman yang dapat dengan mudah dikutip oleh mesin pencari AI (seperti Perplexity atau ChatGPT).
|
|
69
|
+
- Membuat salinan konversi (conversion copy) yang menyoroti masalah pengguna sebelum memperkenalkan solusi.
|
|
70
|
+
|
|
71
|
+
### Cara Kerja (Langkah demi Langkah)
|
|
72
|
+
1. **Pemetaan Input**: Ekstrak nama produk, target audiens, kata kunci utama, keluhan utama pengguna, fitur, manfaat, USP, bukti sosial, dan CTA.
|
|
73
|
+
2. **Tulis Kalimat Ekstraksi AEO**: Buat satu kalimat ringkas berisi 25–40 kata yang menjawab "Apa itu [produk]?" tanpa jargon, dan letakkan di dalam blockquote tepat setelah tag H1. Kalimat ini yang akan diekstraksi oleh mesin pencari AI.
|
|
74
|
+
3. **Ikuti Alur Narasi**: Tulis bagian dalam urutan persis seperti berikut:
|
|
75
|
+
- Hero — H1 + Kalimat AEO + CTA
|
|
76
|
+
- Problem — Keluhan utama audiens (tanpa menyebutkan produk terlebih dahulu)
|
|
77
|
+
- Solution — Memperkenalkan produk sebagai jawaban masalah
|
|
78
|
+
- Features as Benefits — Tabel fitur dan manfaat
|
|
79
|
+
- Social Proof — Testimoni, logo klien, statistik
|
|
80
|
+
- Mid-page CTA — CTA tengah halaman
|
|
81
|
+
- How It Works — Langkah bernomor
|
|
82
|
+
- Comparison — Tabel perbandingan jujur dengan kompetitor
|
|
83
|
+
- FAQ — Minimal 6 entri, masing-masing di bawah 50 kata
|
|
84
|
+
- Trust Signals — Sinyal kepercayaan (garansi, enkripsi, dll.)
|
|
85
|
+
- Final CTA — CTA penutup
|
|
86
|
+
|
|
87
|
+
### Praktik Terbaik & Hal yang Harus Dihindari
|
|
88
|
+
- **Empati Utama**: Tulis bagian masalah terlebih dahulu sebelum menyebutkan produk untuk membangun empati.
|
|
89
|
+
- **Batasan FAQ**: Setiap jawaban FAQ harus di bawah 50 kata, mandiri, dan mudah dipahami tanpa konteks eksternal.
|
|
90
|
+
- **Bahasa Jujur**: Hindari kata-kata berlebihan seperti "revolutionary", "game-changing", or "best-in-class".
|
|
91
|
+
- **CTA Spesifik**: Jangan gunakan teks tombol standar seperti "Submit" atau "Click Here". Gunakan teks berorientasi tindakan (misal: "Mulai Uji Coba Gratis").
|
|
92
|
+
|
|
93
|
+
### Tata Letak & Estetika UI (Inspirasi Monday.com)
|
|
94
|
+
- Desain landing page dengan estetika modern dan lapang (lihat skill `monday-design-aesthetic`).
|
|
95
|
+
- Gunakan padding vertikal yang lega (80-120px) di antara setiap bagian narasi.
|
|
96
|
+
- Tampilkan fitur sebagai manfaat (features as benefits) menggunakan kartu bersudut melengkung besar (radius 12-16px) dengan efek bayangan halus.
|
|
97
|
+
- Jaga latar belakang tetap putih bersih atau abu-abu terang, menggunakan warna merek yang cerah untuk tombol CTA.
|
|
@@ -0,0 +1,188 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: seo-geo
|
|
3
|
+
description: "Generative Engine Optimization (GEO) for AI Overviews, ChatGPT, and Perplexity / Optimasi Mesin Pencari Generatif (GEO) untuk AI Overviews, ChatGPT, dan Perplexity."
|
|
4
|
+
author: "Roedy Rustam"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# SEO-GEO Expert (2026 — AI Mode Edition)
|
|
8
|
+
|
|
9
|
+
[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
<a name="english"></a>
|
|
14
|
+
## English
|
|
15
|
+
|
|
16
|
+
### Description
|
|
17
|
+
Generative Engine Optimization (GEO) for the 2026 AI-powered search landscape — Google AI Mode (successor to AI Overviews), ChatGPT Search, Perplexity Pages, Claude.ai web search, and Grok search. Optimizes content to be cited, quoted, and recommended by AI search engines.
|
|
18
|
+
|
|
19
|
+
### Trigger Conditions
|
|
20
|
+
- Optimizing content to appear in Google AI Mode responses.
|
|
21
|
+
- Getting cited in ChatGPT Search, Perplexity, Claude web, or Grok results.
|
|
22
|
+
- Adding `/llms.txt` and structured data for AI indexing.
|
|
23
|
+
- Measuring GEO performance (citation rate, AI snippet appearances).
|
|
24
|
+
- Optimizing for "Answer Engine" queries (who, what, how, why questions).
|
|
25
|
+
|
|
26
|
+
### The 2026 AI Search Landscape
|
|
27
|
+
|
|
28
|
+
| AI Engine | Source | Citable Content | Key Signal |
|
|
29
|
+
|---|---|---|---|
|
|
30
|
+
| **Google AI Mode** | Google index + Gemini | Yes — with source links | E-E-A-T, structured data |
|
|
31
|
+
| **ChatGPT Search** | Bing index + GPT-4o | Yes — with citations | Bing ranking, freshness |
|
|
32
|
+
| **Perplexity** | Real-time web crawl | Yes — prominent citations | Authority, specificity |
|
|
33
|
+
| **Perplexity Pages** | User-generated long-form | Yes — auto-cited | Depth, comprehensiveness |
|
|
34
|
+
| **Claude Web** | Real-time search | Yes — with URLs | Clarity, structure |
|
|
35
|
+
| **Grok** | X/Twitter + web | Yes | Real-time trending |
|
|
36
|
+
|
|
37
|
+
### GEO Optimization Framework
|
|
38
|
+
|
|
39
|
+
#### 1. E-E-A-T Signals (Experience, Expertise, Authoritativeness, Trust)
|
|
40
|
+
Google AI Mode heavily weights E-E-A-T:
|
|
41
|
+
- **Author credentials**: Add `<script type="application/ld+json">` `Person` schema with credentials.
|
|
42
|
+
- **Publication dates**: Always include `datePublished` and `dateModified`.
|
|
43
|
+
- **Primary sources**: Cite original research, government data, and peer-reviewed studies.
|
|
44
|
+
- **About page**: Clear author bios with LinkedIn/professional links.
|
|
45
|
+
|
|
46
|
+
#### 2. `/llms.txt` — AI Indexing Protocol
|
|
47
|
+
Add an `/llms.txt` file at your domain root — the 2026 standard for telling AI crawlers what to index:
|
|
48
|
+
```
|
|
49
|
+
# /llms.txt
|
|
50
|
+
# AI-friendly site map for LLM indexers
|
|
51
|
+
|
|
52
|
+
## Product
|
|
53
|
+
- [Features](/features): Complete feature list with pricing
|
|
54
|
+
- [API Docs](/docs/api): REST API reference (JSON schemas included)
|
|
55
|
+
- [Changelog](/changelog): Recent updates and releases
|
|
56
|
+
|
|
57
|
+
## Content
|
|
58
|
+
- [Blog](/blog): Technical articles on [topic]
|
|
59
|
+
- [Tutorials](/tutorials): Step-by-step guides
|
|
60
|
+
|
|
61
|
+
## Company
|
|
62
|
+
- [About](/about): Team, mission, and founding story
|
|
63
|
+
- [Pricing](/pricing): Current plan structure
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
#### 3. Structured Data for AI Comprehension
|
|
67
|
+
```html
|
|
68
|
+
<!-- FAQ Schema — AI engines love Q&A format -->
|
|
69
|
+
<script type="application/ld+json">
|
|
70
|
+
{
|
|
71
|
+
"@context": "https://schema.org",
|
|
72
|
+
"@type": "FAQPage",
|
|
73
|
+
"mainEntity": [{
|
|
74
|
+
"@type": "Question",
|
|
75
|
+
"name": "What is [Product]?",
|
|
76
|
+
"acceptedAnswer": {
|
|
77
|
+
"@type": "Answer",
|
|
78
|
+
"text": "Concise, factual answer in 2-3 sentences that AI can quote directly."
|
|
79
|
+
}
|
|
80
|
+
}]
|
|
81
|
+
}
|
|
82
|
+
</script>
|
|
83
|
+
|
|
84
|
+
<!-- HowTo Schema — for instructional content -->
|
|
85
|
+
<script type="application/ld+json">
|
|
86
|
+
{
|
|
87
|
+
"@context": "https://schema.org",
|
|
88
|
+
"@type": "HowTo",
|
|
89
|
+
"name": "How to [Task]",
|
|
90
|
+
"step": [
|
|
91
|
+
{ "@type": "HowToStep", "name": "Step 1", "text": "..." },
|
|
92
|
+
{ "@type": "HowToStep", "name": "Step 2", "text": "..." }
|
|
93
|
+
]
|
|
94
|
+
}
|
|
95
|
+
</script>
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
#### 4. Content Formatting for AI Citation
|
|
99
|
+
AI engines prefer content that is:
|
|
100
|
+
- **Scannable**: Short paragraphs, headers for each concept, bullet lists.
|
|
101
|
+
- **Definitive**: Declarative statements ("X is Y") over hedging ("X might be Y").
|
|
102
|
+
- **Self-contained**: Each section can stand alone as a quotable snippet.
|
|
103
|
+
- **Cited**: Reference authoritative sources with links.
|
|
104
|
+
- **Fresh**: Updated within the last 6 months — AI engines penalize stale content.
|
|
105
|
+
|
|
106
|
+
#### 5. Perplexity Pages Optimization
|
|
107
|
+
Perplexity Pages are AI-generated long-form content that cites sources. To be cited in Pages:
|
|
108
|
+
- Cover a topic comprehensively (> 1500 words).
|
|
109
|
+
- Use clear section headers (H2/H3 for each subtopic).
|
|
110
|
+
- Include statistics, data, and specific numbers.
|
|
111
|
+
- Have a clear "Summary" or "TL;DR" section at the top.
|
|
112
|
+
|
|
113
|
+
#### 6. ChatGPT Search Optimization
|
|
114
|
+
ChatGPT Search is powered by Bing — standard Bing SEO applies, plus:
|
|
115
|
+
- Ensure Bing Webmaster Tools verified and sitemap submitted.
|
|
116
|
+
- OpenGraph tags properly set (`og:title`, `og:description`, `og:image`).
|
|
117
|
+
- Content freshness signals (update dates, news sitemaps).
|
|
118
|
+
|
|
119
|
+
#### 7. GEO Performance Measurement
|
|
120
|
+
```python
|
|
121
|
+
# Automated GEO tracking
|
|
122
|
+
import httpx
|
|
123
|
+
|
|
124
|
+
async def check_ai_citation(brand: str, queries: list[str]):
|
|
125
|
+
for query in queries:
|
|
126
|
+
# Check Perplexity
|
|
127
|
+
perp_result = await query_perplexity(query)
|
|
128
|
+
cited = brand.lower() in perp_result.lower()
|
|
129
|
+
|
|
130
|
+
# Log citation rate per query
|
|
131
|
+
await log_metric("geo_citation", {
|
|
132
|
+
"engine": "perplexity",
|
|
133
|
+
"query": query,
|
|
134
|
+
"cited": cited,
|
|
135
|
+
})
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
<a name="bahasa-indonesia"></a>
|
|
141
|
+
## Bahasa Indonesia
|
|
142
|
+
|
|
143
|
+
### Deskripsi
|
|
144
|
+
Generative Engine Optimization (GEO) untuk lanskap pencarian bertenaga AI tahun 2026 — Google AI Mode (penerus AI Overviews), ChatGPT Search, Perplexity Pages, pencarian web Claude.ai, dan pencarian Grok. Mengoptimalkan konten agar dikutip, disebut, dan direkomendasikan oleh mesin pencari AI.
|
|
145
|
+
|
|
146
|
+
### Kondisi Pemicu
|
|
147
|
+
- Mengoptimalkan konten agar muncul dalam respons Google AI Mode.
|
|
148
|
+
- Mendapatkan kutipan di ChatGPT Search, Perplexity, Claude web, atau hasil Grok.
|
|
149
|
+
- Menambahkan `/llms.txt` dan data terstruktur untuk pengindeksan AI.
|
|
150
|
+
- Mengukur performa GEO (tingkat kutipan, kemunculan AI snippet).
|
|
151
|
+
- Mengoptimalkan untuk kueri "Answer Engine" (pertanyaan siapa, apa, bagaimana, mengapa).
|
|
152
|
+
|
|
153
|
+
### Lanskap Pencarian AI 2026
|
|
154
|
+
|
|
155
|
+
| Mesin AI | Sumber | Konten yang Dapat Dikutip | Sinyal Kunci |
|
|
156
|
+
|---|---|---|---|
|
|
157
|
+
| **Google AI Mode** | Indeks Google + Gemini | Ya — dengan tautan sumber | E-E-A-T, data terstruktur |
|
|
158
|
+
| **ChatGPT Search** | Indeks Bing + GPT-4o | Ya — dengan kutipan | Peringkat Bing, kesegaran |
|
|
159
|
+
| **Perplexity** | Crawl web real-time | Ya — kutipan menonjol | Otoritas, spesifisitas |
|
|
160
|
+
| **Perplexity Pages** | Konten panjang yang dibuat AI | Ya — dikutip otomatis | Kedalaman, komprehensivitas |
|
|
161
|
+
| **Claude Web** | Pencarian real-time | Ya — dengan URL | Kejelasan, struktur |
|
|
162
|
+
|
|
163
|
+
### Kerangka Optimasi GEO
|
|
164
|
+
|
|
165
|
+
#### 1. Sinyal E-E-A-T
|
|
166
|
+
Google AI Mode sangat mempertimbangkan E-E-A-T: kredensial penulis (schema `Person`), tanggal publikasi, kutipan dari sumber primer, dan halaman About yang jelas.
|
|
167
|
+
|
|
168
|
+
#### 2. `/llms.txt` — Protokol Pengindeksan AI
|
|
169
|
+
Tambahkan file `/llms.txt` di root domain Anda — standar 2026 untuk memberi tahu crawler AI apa yang harus diindeks. Mirip `robots.txt` tetapi untuk LLM.
|
|
170
|
+
|
|
171
|
+
#### 3. Data Terstruktur untuk Pemahaman AI
|
|
172
|
+
Gunakan schema `FAQPage` untuk konten Q&A dan `HowTo` untuk konten instruksional — format yang paling disukai mesin AI untuk dikutip.
|
|
173
|
+
|
|
174
|
+
#### 4. Format Konten untuk Kutipan AI
|
|
175
|
+
- Paragraf pendek, header untuk setiap konsep, daftar poin.
|
|
176
|
+
- Pernyataan definitif ("X adalah Y") bukan hedging ("X mungkin Y").
|
|
177
|
+
- Setiap seksi dapat berdiri sendiri sebagai snippet yang dapat dikutip.
|
|
178
|
+
- Sertakan statistik, data, dan angka spesifik.
|
|
179
|
+
- Diperbarui dalam 6 bulan terakhir.
|
|
180
|
+
|
|
181
|
+
#### 5. Optimasi Perplexity Pages
|
|
182
|
+
Tulis konten yang komprehensif (> 1500 kata), gunakan header seksi yang jelas, sertakan statistik dan angka spesifik, dan sertakan ringkasan "TL;DR" di bagian atas.
|
|
183
|
+
|
|
184
|
+
#### 6. Optimasi ChatGPT Search
|
|
185
|
+
ChatGPT Search didukung oleh Bing — SEO Bing standar berlaku. Verifikasi di Bing Webmaster Tools, submit sitemap, dan pastikan tag OpenGraph diatur dengan benar.
|
|
186
|
+
|
|
187
|
+
#### 7. Pengukuran Performa GEO
|
|
188
|
+
Lacak tingkat kutipan merek Anda per mesin AI per query secara otomatis untuk memantau visibilitas AI dari waktu ke waktu.
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: session-handoff-resume
|
|
3
|
+
description: "Skill to save ultra-compact project checkpoints and seamlessly resume work across accounts or new chat sessions with minimum token consumption / Skill untuk menyimpan checkpoint proyek yang super ringkas dan melanjutkan pekerjaan secara efisien saat ganti akun/sesi tanpa boros token."
|
|
4
|
+
author: "Roedy Rustam"
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Session Handoff & Resume (2026 — Cross-Model Edition)
|
|
8
|
+
|
|
9
|
+
[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
<a name="english"></a>
|
|
14
|
+
## English
|
|
15
|
+
|
|
16
|
+
### Description
|
|
17
|
+
Saves ultra-compact project checkpoints and enables seamless work resumption across new chat sessions, different accounts, or different AI models (Gemini, Claude, GPT). Designed for minimum token consumption while preserving full context needed for continuation.
|
|
18
|
+
|
|
19
|
+
### Trigger Conditions
|
|
20
|
+
- Session is running very long and context window is nearly exhausted.
|
|
21
|
+
- User wants to switch to a new chat session or different AI model.
|
|
22
|
+
- User wants to save progress before closing and resume later.
|
|
23
|
+
- User says "save checkpoint", "handoff", "save progress", "resume later".
|
|
24
|
+
|
|
25
|
+
### Checkpoint Format (Ultra-Compact)
|
|
26
|
+
|
|
27
|
+
When creating a checkpoint, output a compact YAML block under 200 tokens:
|
|
28
|
+
|
|
29
|
+
```yaml
|
|
30
|
+
# CHECKPOINT — [Project Name] — [Date]
|
|
31
|
+
project: "[Project Name]"
|
|
32
|
+
goal: "[One-line goal of the current session]"
|
|
33
|
+
status: "[brief status: e.g., '60% — backend API done, frontend in progress']"
|
|
34
|
+
stack: "[e.g., Next.js 15 + Hono + Supabase + Drizzle]"
|
|
35
|
+
last_completed:
|
|
36
|
+
- "[Most recent task completed]"
|
|
37
|
+
- "[Second most recent]"
|
|
38
|
+
next_tasks:
|
|
39
|
+
- "[Immediate next task]"
|
|
40
|
+
- "[Following task]"
|
|
41
|
+
- "[Following task]"
|
|
42
|
+
blockers: "[Any known blockers or pending decisions, or 'none']"
|
|
43
|
+
key_files:
|
|
44
|
+
- "[path/to/critical/file.ts]"
|
|
45
|
+
- "[path/to/another/file.ts]"
|
|
46
|
+
env_needed: "[List of env vars needed, e.g., SUPABASE_URL, STRIPE_KEY]"
|
|
47
|
+
notes: "[Any critical context that doesn't fit above]"
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### Cross-Model Handoff Protocol (2026)
|
|
51
|
+
|
|
52
|
+
Different AI models interpret context differently. Use this universal handoff prompt:
|
|
53
|
+
|
|
54
|
+
```markdown
|
|
55
|
+
## RESUME CONTEXT — [Project Name]
|
|
56
|
+
|
|
57
|
+
You are resuming work on [Project Name]. Read this context carefully before taking any action.
|
|
58
|
+
|
|
59
|
+
**Goal**: [One-sentence project goal]
|
|
60
|
+
**Current Status**: [What's been done, what's pending]
|
|
61
|
+
**Tech Stack**: [Stack details]
|
|
62
|
+
**Repository**: [path or URL if available]
|
|
63
|
+
|
|
64
|
+
**Completed**:
|
|
65
|
+
- ✅ [Done item 1]
|
|
66
|
+
- ✅ [Done item 2]
|
|
67
|
+
|
|
68
|
+
**Next Tasks** (in priority order):
|
|
69
|
+
1. [ ] [Immediate next task — be specific]
|
|
70
|
+
2. [ ] [Second task]
|
|
71
|
+
3. [ ] [Third task]
|
|
72
|
+
|
|
73
|
+
**Critical Files to Read First**:
|
|
74
|
+
- [file path] — [why it's critical]
|
|
75
|
+
- [file path] — [why it's critical]
|
|
76
|
+
|
|
77
|
+
**Known Constraints**:
|
|
78
|
+
- [Constraint 1, e.g., "Use pnpm, not npm"]
|
|
79
|
+
- [Constraint 2, e.g., "Admin panel must be on admin.domain.com"]
|
|
80
|
+
|
|
81
|
+
**Do NOT**:
|
|
82
|
+
- [Something the previous session explicitly avoided]
|
|
83
|
+
- [Another anti-pattern to avoid]
|
|
84
|
+
|
|
85
|
+
Start by reading the critical files listed above, then confirm you understand the current state before proceeding.
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
### Checkpoint Storage Locations
|
|
89
|
+
|
|
90
|
+
| Destination | Use When |
|
|
91
|
+
|---|---|
|
|
92
|
+
| `CHECKPOINT.md` in project root | Primary — version-controlled |
|
|
93
|
+
| `.agents/CHECKPOINT.md` | Alternative — agents-specific dir |
|
|
94
|
+
| Copied to clipboard | Quick cross-session handoff |
|
|
95
|
+
| Supabase notes table | Cloud-synced across devices |
|
|
96
|
+
|
|
97
|
+
### Resume Protocol (For New Session)
|
|
98
|
+
When the user provides a checkpoint to resume from:
|
|
99
|
+
1. **Read all key files** listed in the checkpoint.
|
|
100
|
+
2. **Verify current state** matches the checkpoint (check git status, recent commits).
|
|
101
|
+
3. **Confirm understanding** — briefly state what you're resuming and what the first task is.
|
|
102
|
+
4. **Proceed immediately** — don't ask unnecessary questions.
|
|
103
|
+
|
|
104
|
+
### Automatic Checkpoint Triggers
|
|
105
|
+
Proactively offer to create a checkpoint when:
|
|
106
|
+
- User has been working for > 30 messages in a session.
|
|
107
|
+
- The context window is > 70% consumed.
|
|
108
|
+
- A major milestone is completed (e.g., "backend API is fully done").
|
|
109
|
+
- The user says "I'll continue later".
|
|
110
|
+
|
|
111
|
+
---
|
|
112
|
+
|
|
113
|
+
<a name="bahasa-indonesia"></a>
|
|
114
|
+
## Bahasa Indonesia
|
|
115
|
+
|
|
116
|
+
### Deskripsi
|
|
117
|
+
Menyimpan checkpoint proyek yang ultra-ringkas dan memungkinkan kelanjutan pekerjaan yang mulus di sesi chat baru, akun yang berbeda, atau model AI yang berbeda (Gemini, Claude, GPT). Dirancang untuk konsumsi token minimum sambil mempertahankan konteks penuh yang diperlukan untuk kelanjutan.
|
|
118
|
+
|
|
119
|
+
### Kondisi Pemicu
|
|
120
|
+
- Sesi berjalan sangat lama dan context window hampir habis.
|
|
121
|
+
- Pengguna ingin beralih ke sesi chat baru atau model AI yang berbeda.
|
|
122
|
+
- Pengguna ingin menyimpan progres sebelum menutup dan melanjutkan nanti.
|
|
123
|
+
- Pengguna berkata "simpan checkpoint", "handoff", "simpan progres", "lanjut nanti".
|
|
124
|
+
|
|
125
|
+
### Format Checkpoint (Ultra-Ringkas)
|
|
126
|
+
|
|
127
|
+
Saat membuat checkpoint, keluarkan blok YAML ringkas di bawah 200 token dengan field: `project`, `goal`, `status`, `stack`, `last_completed`, `next_tasks`, `blockers`, `key_files`, `env_needed`, `notes`.
|
|
128
|
+
|
|
129
|
+
### Protokol Handoff Lintas-Model (2026)
|
|
130
|
+
|
|
131
|
+
Model AI yang berbeda menginterpretasikan konteks secara berbeda. Gunakan prompt handoff universal saat berpindah antar model (Gemini → Claude → GPT):
|
|
132
|
+
- Sertakan goal satu kalimat, status saat ini, stack, daftar tugas yang selesai (✅), dan tugas berikutnya yang diprioritaskan.
|
|
133
|
+
- Sertakan file kritis yang harus dibaca terlebih dahulu oleh model baru.
|
|
134
|
+
- Sertakan kendala yang diketahui dan daftar "Jangan Lakukan".
|
|
135
|
+
- Minta model baru untuk mengkonfirmasi pemahaman sebelum melanjutkan.
|
|
136
|
+
|
|
137
|
+
### Lokasi Penyimpanan Checkpoint
|
|
138
|
+
|
|
139
|
+
| Tujuan | Gunakan Saat |
|
|
140
|
+
|---|---|
|
|
141
|
+
| `CHECKPOINT.md` di root proyek | Utama — dikontrol versi |
|
|
142
|
+
| `.agents/CHECKPOINT.md` | Alternatif — direktori agen |
|
|
143
|
+
| Disalin ke clipboard | Handoff lintas sesi cepat |
|
|
144
|
+
| Tabel catatan Supabase | Tersinkronisasi cloud antar perangkat |
|
|
145
|
+
|
|
146
|
+
### Protokol Resume (Untuk Sesi Baru)
|
|
147
|
+
Saat pengguna memberikan checkpoint untuk dilanjutkan:
|
|
148
|
+
1. **Baca semua file kritis** yang tercantum dalam checkpoint.
|
|
149
|
+
2. **Verifikasi status saat ini** cocok dengan checkpoint (periksa git status, commit terbaru).
|
|
150
|
+
3. **Konfirmasi pemahaman** — nyatakan singkat apa yang dilanjutkan dan apa tugas pertama.
|
|
151
|
+
4. **Lanjutkan segera** — jangan ajukan pertanyaan yang tidak perlu.
|
|
152
|
+
|
|
153
|
+
### Pemicu Checkpoint Otomatis
|
|
154
|
+
Tawarkan secara proaktif untuk membuat checkpoint saat:
|
|
155
|
+
- Pengguna telah bekerja lebih dari 30 pesan dalam satu sesi.
|
|
156
|
+
- Context window > 70% terpakai.
|
|
157
|
+
- Milestone besar selesai.
|
|
158
|
+
- Pengguna berkata "saya akan lanjutkan nanti".
|