soborbo/claudeskills

soborbo-tracking

>- MOVED — the canonical Soborbo lead-gen tracking package (Astro client lib + event-gateway onboarding) now lives IN the engine repo: github.com/Soborbo/Serverside → soborbo-tracking/. As of 2026-07-21 it is no longer a standalone claudeskills skill and there is no vendored events.json copy: the worker and the client lib share the single canonical Serverside/src/events.json. Use the copy in Serverside.

Installation

$ npx skills add soborbo/claudeskills --skill soborbo-tracking

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from soborbo/claudeskills · top by installs.

npx skills add soborbo/claudeskills

Browse all from soborbo/claudeskills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 4
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,942 B
  • docs SUMMARY.md 431 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

soborbo-tracking — MOVED to the Serverside repo

This skill was consolidated into the engine repo on 2026-07-21.

Canonical home: github.com/Soborbo/Serverside → soborbo-tracking/.

Why it moved

The package used to live here and vendor a copy of the canonical event taxonomy (events.json) plus a hand-ported copy of the per-site generator. Two machine guards (check-event-contract.mjs --engine, and the Serverside-side F1-4 contract lock) only guarded that cross-repo drift — they could not remove it. Co-locating the client lib with the gateway worker collapses the duplication entirely: one repo, one src/events.json, one scripts/generate-site.mjs, no vendoring, no drift class.

Where things are now (all in Serverside)

  • Client lib + components + GTM + backend-dispatch reference → soborbo-tracking/
  • Install runbook → soborbo-tracking/INSTALL.md
  • Server binding / onboarding → soborbo-tracking/server/SETUP-SERVER.md +

the .claude/skills/onboard-site skill, driving the canonical scripts/generate-site.mjs

  • The single canonical event source → src/events.json

Consumers

The live sites (beautyflow / lomtalan / skinlab) vendor their own copy of the client lib and were not affected by the move; when they next re-vendor, pull from Serverside/soborbo-tracking/, not from here.