cp-toolkit 2.2.3 → 2.2.4
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/package.json +1 -1
- package/src/commands/add.js +23 -16
- package/src/commands/doctor.js +15 -10
- package/src/commands/init.js +55 -16
- package/templates/AGENTS.md +47 -0
- package/templates/ARCHITECTURE.md +42 -0
- package/templates/agents/backend-specialist.md +1 -0
- package/templates/agents/code-archaeologist.md +116 -106
- package/templates/agents/database-architect.md +1 -0
- package/templates/agents/debugger.md +1 -0
- package/templates/agents/devops-engineer.md +1 -0
- package/templates/agents/documentation-writer.md +1 -0
- package/templates/agents/explorer-agent.md +83 -73
- package/templates/agents/frontend-specialist.md +1 -0
- package/templates/agents/game-developer.md +1 -0
- package/templates/agents/mobile-developer.md +1 -0
- package/templates/agents/orchestrator.md +426 -416
- package/templates/agents/penetration-tester.md +1 -0
- package/templates/agents/performance-optimizer.md +1 -0
- package/templates/agents/product-manager.md +122 -112
- package/templates/agents/product-owner.md +105 -95
- package/templates/agents/project-planner.md +416 -406
- package/templates/agents/qa-automation-engineer.md +113 -103
- package/templates/agents/security-auditor.md +1 -0
- package/templates/agents/seo-specialist.md +1 -0
- package/templates/agents/test-engineer.md +1 -0
- package/templates/skills/core/behavioral-modes/SKILL.md +244 -242
- package/templates/skills/core/brainstorming/SKILL.md +166 -163
- package/templates/skills/core/mcp-builder/SKILL.md +178 -176
- package/templates/skills/core/parallel-agents/SKILL.md +187 -175
- package/templates/skills/core/plan-writing/SKILL.md +154 -152
- package/templates/skills/optional/api-patterns/SKILL.md +83 -81
- package/templates/skills/optional/app-builder/SKILL.md +78 -75
- package/templates/skills/optional/app-builder/templates/SKILL.md +41 -39
- package/templates/skills/optional/architecture/SKILL.md +58 -55
- package/templates/skills/optional/bash-linux/SKILL.md +201 -199
- package/templates/skills/optional/code-review-checklist/SKILL.md +110 -109
- package/templates/skills/optional/database-design/SKILL.md +54 -52
- package/templates/skills/optional/deployment-procedures/SKILL.md +243 -241
- package/templates/skills/optional/documentation-templates/SKILL.md +196 -194
- package/templates/skills/optional/frontend-design/SKILL.md +421 -418
- package/templates/skills/optional/game-development/2d-games/SKILL.md +120 -119
- package/templates/skills/optional/game-development/3d-games/SKILL.md +136 -135
- package/templates/skills/optional/game-development/SKILL.md +169 -167
- package/templates/skills/optional/game-development/game-art/SKILL.md +187 -185
- package/templates/skills/optional/game-development/game-audio/SKILL.md +192 -190
- package/templates/skills/optional/game-development/game-design/SKILL.md +131 -129
- package/templates/skills/optional/game-development/mobile-games/SKILL.md +110 -108
- package/templates/skills/optional/game-development/multiplayer/SKILL.md +133 -132
- package/templates/skills/optional/game-development/pc-games/SKILL.md +146 -144
- package/templates/skills/optional/game-development/vr-ar/SKILL.md +124 -123
- package/templates/skills/optional/game-development/web-games/SKILL.md +152 -150
- package/templates/skills/optional/geo-fundamentals/SKILL.md +158 -156
- package/templates/skills/optional/i18n-localization/SKILL.md +156 -154
- package/templates/skills/optional/lint-and-validate/SKILL.md +48 -45
- package/templates/skills/optional/mobile-design/SKILL.md +397 -394
- package/templates/skills/optional/nextjs-react-expert/SKILL.md +271 -267
- package/templates/skills/optional/nodejs-best-practices/SKILL.md +335 -333
- package/templates/skills/optional/performance-profiling/SKILL.md +145 -143
- package/templates/skills/optional/powershell-windows/SKILL.md +169 -167
- package/templates/skills/optional/python-patterns/SKILL.md +443 -441
- package/templates/skills/optional/red-team-tactics/SKILL.md +201 -199
- package/templates/skills/optional/seo-fundamentals/SKILL.md +130 -129
- package/templates/skills/optional/server-management/SKILL.md +163 -161
- package/templates/skills/optional/systematic-debugging/SKILL.md +111 -109
- package/templates/skills/optional/tailwind-patterns/SKILL.md +271 -269
- package/templates/skills/optional/tdd-workflow/SKILL.md +150 -149
- package/templates/skills/optional/testing-patterns/SKILL.md +179 -178
- package/templates/skills/optional/vulnerability-scanner/SKILL.md +278 -276
- package/templates/skills/optional/web-design-guidelines/SKILL.md +60 -57
- package/templates/skills/optional/webapp-testing/SKILL.md +188 -187
|
@@ -1,150 +1,152 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: web-games
|
|
3
|
-
description: Web browser game development principles. Framework selection, WebGPU,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
│
|
|
22
|
-
|
|
23
|
-
│
|
|
24
|
-
|
|
25
|
-
│
|
|
26
|
-
|
|
27
|
-
│
|
|
28
|
-
└──
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
|
37
|
-
|
|
38
|
-
| **
|
|
39
|
-
| **
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
|
50
|
-
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
- **
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
|
70
|
-
|
|
71
|
-
|
|
|
72
|
-
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
|
91
|
-
|
|
92
|
-
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
|
99
|
-
|
|
100
|
-
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
-
|
|
111
|
-
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
-
|
|
134
|
-
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
|
143
|
-
|
|
144
|
-
|
|
|
145
|
-
|
|
|
146
|
-
|
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
1
|
+
---
|
|
2
|
+
name: web-games
|
|
3
|
+
description: Web browser game development principles. Framework selection, WebGPU,
|
|
4
|
+
optimization, PWA.
|
|
5
|
+
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
6
|
+
version: '1.0'
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Web Browser Game Development
|
|
10
|
+
|
|
11
|
+
> Framework selection and browser-specific principles.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 1. Framework Selection
|
|
16
|
+
|
|
17
|
+
### Decision Tree
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
What type of game?
|
|
21
|
+
│
|
|
22
|
+
├── 2D Game
|
|
23
|
+
│ ├── Full game engine features? → Phaser
|
|
24
|
+
│ └── Raw rendering power? → PixiJS
|
|
25
|
+
│
|
|
26
|
+
├── 3D Game
|
|
27
|
+
│ ├── Full engine (physics, XR)? → Babylon.js
|
|
28
|
+
│ └── Rendering focused? → Three.js
|
|
29
|
+
│
|
|
30
|
+
└── Hybrid / Canvas
|
|
31
|
+
└── Custom → Raw Canvas/WebGL
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
### Comparison (2025)
|
|
35
|
+
|
|
36
|
+
| Framework | Type | Best For |
|
|
37
|
+
|-----------|------|----------|
|
|
38
|
+
| **Phaser 4** | 2D | Full game features |
|
|
39
|
+
| **PixiJS 8** | 2D | Rendering, UI |
|
|
40
|
+
| **Three.js** | 3D | Visualizations, lightweight |
|
|
41
|
+
| **Babylon.js 7** | 3D | Full engine, XR |
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 2. WebGPU Adoption
|
|
46
|
+
|
|
47
|
+
### Browser Support (2025)
|
|
48
|
+
|
|
49
|
+
| Browser | Support |
|
|
50
|
+
|---------|---------|
|
|
51
|
+
| Chrome | ✅ Since v113 |
|
|
52
|
+
| Edge | ✅ Since v113 |
|
|
53
|
+
| Firefox | ✅ Since v131 |
|
|
54
|
+
| Safari | ✅ Since 18.0 |
|
|
55
|
+
| **Total** | **~73%** global |
|
|
56
|
+
|
|
57
|
+
### Decision
|
|
58
|
+
|
|
59
|
+
- **New projects**: Use WebGPU with WebGL fallback
|
|
60
|
+
- **Legacy support**: Start with WebGL
|
|
61
|
+
- **Feature detection**: Check `navigator.gpu`
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
65
|
+
## 3. Performance Principles
|
|
66
|
+
|
|
67
|
+
### Browser Constraints
|
|
68
|
+
|
|
69
|
+
| Constraint | Strategy |
|
|
70
|
+
|------------|----------|
|
|
71
|
+
| No local file access | Asset bundling, CDN |
|
|
72
|
+
| Tab throttling | Pause when hidden |
|
|
73
|
+
| Mobile data limits | Compress assets |
|
|
74
|
+
| Audio autoplay | Require user interaction |
|
|
75
|
+
|
|
76
|
+
### Optimization Priority
|
|
77
|
+
|
|
78
|
+
1. **Asset compression** - KTX2, Draco, WebP
|
|
79
|
+
2. **Lazy loading** - Load on demand
|
|
80
|
+
3. **Object pooling** - Avoid GC
|
|
81
|
+
4. **Draw call batching** - Reduce state changes
|
|
82
|
+
5. **Web Workers** - Offload heavy computation
|
|
83
|
+
|
|
84
|
+
---
|
|
85
|
+
|
|
86
|
+
## 4. Asset Strategy
|
|
87
|
+
|
|
88
|
+
### Compression Formats
|
|
89
|
+
|
|
90
|
+
| Type | Format |
|
|
91
|
+
|------|--------|
|
|
92
|
+
| Textures | KTX2 + Basis Universal |
|
|
93
|
+
| Audio | WebM/Opus (fallback: MP3) |
|
|
94
|
+
| 3D Models | glTF + Draco/Meshopt |
|
|
95
|
+
|
|
96
|
+
### Loading Strategy
|
|
97
|
+
|
|
98
|
+
| Phase | Load |
|
|
99
|
+
|-------|------|
|
|
100
|
+
| Startup | Core assets, <2MB |
|
|
101
|
+
| Gameplay | Stream on demand |
|
|
102
|
+
| Background | Prefetch next level |
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## 5. PWA for Games
|
|
107
|
+
|
|
108
|
+
### Benefits
|
|
109
|
+
|
|
110
|
+
- Offline play
|
|
111
|
+
- Install to home screen
|
|
112
|
+
- Full screen mode
|
|
113
|
+
- Push notifications
|
|
114
|
+
|
|
115
|
+
### Requirements
|
|
116
|
+
|
|
117
|
+
- Service worker for caching
|
|
118
|
+
- Web app manifest
|
|
119
|
+
- HTTPS
|
|
120
|
+
|
|
121
|
+
---
|
|
122
|
+
|
|
123
|
+
## 6. Audio Handling
|
|
124
|
+
|
|
125
|
+
### Browser Requirements
|
|
126
|
+
|
|
127
|
+
- Audio context requires user interaction
|
|
128
|
+
- Create AudioContext on first click/tap
|
|
129
|
+
- Resume context if suspended
|
|
130
|
+
|
|
131
|
+
### Best Practices
|
|
132
|
+
|
|
133
|
+
- Use Web Audio API
|
|
134
|
+
- Pool audio sources
|
|
135
|
+
- Preload common sounds
|
|
136
|
+
- Compress with WebM/Opus
|
|
137
|
+
|
|
138
|
+
---
|
|
139
|
+
|
|
140
|
+
## 7. Anti-Patterns
|
|
141
|
+
|
|
142
|
+
| ❌ Don't | ✅ Do |
|
|
143
|
+
|----------|-------|
|
|
144
|
+
| Load all assets upfront | Progressive loading |
|
|
145
|
+
| Ignore tab visibility | Pause when hidden |
|
|
146
|
+
| Block on audio load | Lazy load audio |
|
|
147
|
+
| Skip compression | Compress everything |
|
|
148
|
+
| Assume fast connection | Handle slow networks |
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
> **Remember:** Browser is the most accessible platform. Respect its constraints.
|
|
@@ -1,156 +1,158 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: geo-fundamentals
|
|
3
|
-
description: Generative Engine Optimization for AI search engines (ChatGPT, Claude,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
|
26
|
-
|
|
27
|
-
|
|
|
28
|
-
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
|
37
|
-
|
|
38
|
-
| **
|
|
39
|
-
| **
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
|
50
|
-
|
|
51
|
-
|
|
|
52
|
-
|
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
|
62
|
-
|
|
63
|
-
| **
|
|
64
|
-
| **
|
|
65
|
-
| **
|
|
66
|
-
| **
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
- [ ]
|
|
77
|
-
- [ ]
|
|
78
|
-
- [ ]
|
|
79
|
-
- [ ]
|
|
80
|
-
- [ ]
|
|
81
|
-
- [ ]
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
- [ ]
|
|
88
|
-
- [ ]
|
|
89
|
-
- [ ]
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
|
98
|
-
|
|
99
|
-
|
|
|
100
|
-
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
|
111
|
-
|
|
112
|
-
|
|
|
113
|
-
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
|
120
|
-
|
|
121
|
-
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
|
130
|
-
|
|
131
|
-
|
|
|
132
|
-
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
|
141
|
-
|
|
142
|
-
|
|
|
143
|
-
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
|
156
|
-
|
|
1
|
+
---
|
|
2
|
+
name: geo-fundamentals
|
|
3
|
+
description: Generative Engine Optimization for AI search engines (ChatGPT, Claude,
|
|
4
|
+
Perplexity).
|
|
5
|
+
allowed-tools: Read, Glob, Grep
|
|
6
|
+
version: '1.0'
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# GEO Fundamentals
|
|
10
|
+
|
|
11
|
+
> Optimization for AI-powered search engines.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## 1. What is GEO?
|
|
16
|
+
|
|
17
|
+
**GEO** = Generative Engine Optimization
|
|
18
|
+
|
|
19
|
+
| Goal | Platform |
|
|
20
|
+
|------|----------|
|
|
21
|
+
| Be cited in AI responses | ChatGPT, Claude, Perplexity, Gemini |
|
|
22
|
+
|
|
23
|
+
### SEO vs GEO
|
|
24
|
+
|
|
25
|
+
| Aspect | SEO | GEO |
|
|
26
|
+
|--------|-----|-----|
|
|
27
|
+
| Goal | #1 ranking | AI citations |
|
|
28
|
+
| Platform | Google | AI engines |
|
|
29
|
+
| Metrics | Rankings, CTR | Citation rate |
|
|
30
|
+
| Focus | Keywords | Entities, data |
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## 2. AI Engine Landscape
|
|
35
|
+
|
|
36
|
+
| Engine | Citation Style | Opportunity |
|
|
37
|
+
|--------|----------------|-------------|
|
|
38
|
+
| **Perplexity** | Numbered [1][2] | Highest citation rate |
|
|
39
|
+
| **ChatGPT** | Inline/footnotes | Custom GPTs |
|
|
40
|
+
| **Claude** | Contextual | Long-form content |
|
|
41
|
+
| **Gemini** | Sources section | SEO crossover |
|
|
42
|
+
|
|
43
|
+
---
|
|
44
|
+
|
|
45
|
+
## 3. RAG Retrieval Factors
|
|
46
|
+
|
|
47
|
+
How AI engines select content to cite:
|
|
48
|
+
|
|
49
|
+
| Factor | Weight |
|
|
50
|
+
|--------|--------|
|
|
51
|
+
| Semantic relevance | ~40% |
|
|
52
|
+
| Keyword match | ~20% |
|
|
53
|
+
| Authority signals | ~15% |
|
|
54
|
+
| Freshness | ~10% |
|
|
55
|
+
| Source diversity | ~15% |
|
|
56
|
+
|
|
57
|
+
---
|
|
58
|
+
|
|
59
|
+
## 4. Content That Gets Cited
|
|
60
|
+
|
|
61
|
+
| Element | Why It Works |
|
|
62
|
+
|---------|--------------|
|
|
63
|
+
| **Original statistics** | Unique, citable data |
|
|
64
|
+
| **Expert quotes** | Authority transfer |
|
|
65
|
+
| **Clear definitions** | Easy to extract |
|
|
66
|
+
| **Step-by-step guides** | Actionable value |
|
|
67
|
+
| **Comparison tables** | Structured info |
|
|
68
|
+
| **FAQ sections** | Direct answers |
|
|
69
|
+
|
|
70
|
+
---
|
|
71
|
+
|
|
72
|
+
## 5. GEO Content Checklist
|
|
73
|
+
|
|
74
|
+
### Content Elements
|
|
75
|
+
|
|
76
|
+
- [ ] Question-based titles
|
|
77
|
+
- [ ] Summary/TL;DR at top
|
|
78
|
+
- [ ] Original data with sources
|
|
79
|
+
- [ ] Expert quotes (name, title)
|
|
80
|
+
- [ ] FAQ section (3-5 Q&A)
|
|
81
|
+
- [ ] Clear definitions
|
|
82
|
+
- [ ] "Last updated" timestamp
|
|
83
|
+
- [ ] Author with credentials
|
|
84
|
+
|
|
85
|
+
### Technical Elements
|
|
86
|
+
|
|
87
|
+
- [ ] Article schema with dates
|
|
88
|
+
- [ ] Person schema for author
|
|
89
|
+
- [ ] FAQPage schema
|
|
90
|
+
- [ ] Fast loading (< 2.5s)
|
|
91
|
+
- [ ] Clean HTML structure
|
|
92
|
+
|
|
93
|
+
---
|
|
94
|
+
|
|
95
|
+
## 6. Entity Building
|
|
96
|
+
|
|
97
|
+
| Action | Purpose |
|
|
98
|
+
|--------|---------|
|
|
99
|
+
| Google Knowledge Panel | Entity recognition |
|
|
100
|
+
| Wikipedia (if notable) | Authority source |
|
|
101
|
+
| Consistent info across web | Entity consolidation |
|
|
102
|
+
| Industry mentions | Authority signals |
|
|
103
|
+
|
|
104
|
+
---
|
|
105
|
+
|
|
106
|
+
## 7. AI Crawler Access
|
|
107
|
+
|
|
108
|
+
### Key AI User-Agents
|
|
109
|
+
|
|
110
|
+
| Crawler | Engine |
|
|
111
|
+
|---------|--------|
|
|
112
|
+
| GPTBot | ChatGPT/OpenAI |
|
|
113
|
+
| Claude-Web | Claude |
|
|
114
|
+
| PerplexityBot | Perplexity |
|
|
115
|
+
| Googlebot | Gemini (shared) |
|
|
116
|
+
|
|
117
|
+
### Access Decision
|
|
118
|
+
|
|
119
|
+
| Strategy | When |
|
|
120
|
+
|----------|------|
|
|
121
|
+
| Allow all | Want AI citations |
|
|
122
|
+
| Block GPTBot | Don't want OpenAI training |
|
|
123
|
+
| Selective | Allow some, block others |
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## 8. Measurement
|
|
128
|
+
|
|
129
|
+
| Metric | How to Track |
|
|
130
|
+
|--------|--------------|
|
|
131
|
+
| AI citations | Manual monitoring |
|
|
132
|
+
| "According to [Brand]" mentions | Search in AI |
|
|
133
|
+
| Competitor citations | Compare share |
|
|
134
|
+
| AI-referred traffic | UTM parameters |
|
|
135
|
+
|
|
136
|
+
---
|
|
137
|
+
|
|
138
|
+
## 9. Anti-Patterns
|
|
139
|
+
|
|
140
|
+
| ❌ Don't | ✅ Do |
|
|
141
|
+
|----------|-------|
|
|
142
|
+
| Publish without dates | Add timestamps |
|
|
143
|
+
| Vague attributions | Name sources |
|
|
144
|
+
| Skip author info | Show credentials |
|
|
145
|
+
| Thin content | Comprehensive coverage |
|
|
146
|
+
|
|
147
|
+
---
|
|
148
|
+
|
|
149
|
+
> **Remember:** AI cites content that's clear, authoritative, and easy to extract. Be the best answer.
|
|
150
|
+
|
|
151
|
+
---
|
|
152
|
+
|
|
153
|
+
## Script
|
|
154
|
+
|
|
155
|
+
| Script | Purpose | Command |
|
|
156
|
+
|--------|---------|---------|
|
|
157
|
+
| `scripts/geo_checker.py` | GEO audit (AI citation readiness) | `python scripts/geo_checker.py <project_path>` |
|
|
158
|
+
|