Commit 68c198f
feat: add Kotlin Multiplatform (KMP) integration skill
Adds a docs-only integration variant for the PostHog Kotlin Multiplatform
SDK (posthog-kmp), mirroring the existing docs-only mobile entries (Flutter,
Elixir, Go):
- context/skills/integration/config.yaml: new `kmp` variant (docs-only,
tags [kmp, kotlin, multiplatform, mobile], docs from /docs/libraries/kmp)
- context/skills/integration/description-kmp-docs-only.md: KMP-specific
docs-only description template
- context/commandments.yaml: `kmp` framework guidelines (commonMain install,
com.posthog.kmp package, PostHog.setup with per-platform PostHogContext,
native-wrapper behavior, Maven Central versioning)
Build generates `integration-kmp` skill (SKILL.md + fetched /docs/libraries/kmp
reference + embedded commandments); `npm run build` and `npm test` (107) pass.
This provides the KMP context the wizard fetches at runtime, unblocking
PostHog/wizard#906.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent d25e35e commit 68c198f
3 files changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
238 | 246 | | |
239 | 247 | | |
240 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 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 | + | |
0 commit comments