@clix-so/clix-agent-skills 0.1.5 → 0.1.6
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/llms.txt
CHANGED
|
@@ -9,9 +9,9 @@ Each entry includes the file path, type, and description for semantic search.
|
|
|
9
9
|
|
|
10
10
|
## clix-event-tracking
|
|
11
11
|
|
|
12
|
-
Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe property schemas, and campaign-ready validation. Use when adding, reviewing, or debugging event tracking; when configuring event-triggered campaigns; or when the user mentions events, tracking, funnels, or properties
|
|
12
|
+
Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe property schemas, and campaign-ready validation. Use when adding, reviewing, or debugging event tracking; when configuring event-triggered campaigns; or when the user mentions events, tracking, funnels, or properties — or when the user types `clix-event-tracking`.
|
|
13
13
|
|
|
14
|
-
- [clix-event-tracking](https://raw.githubusercontent.com/clix-so/skills/refs/heads/main/skills/event-tracking/SKILL.md): Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe property schemas, and campaign-ready validation. Use when adding, reviewing, or debugging event tracking; when configuring event-triggered campaigns; or when the user mentions events, tracking, funnels, or properties
|
|
14
|
+
- [clix-event-tracking](https://raw.githubusercontent.com/clix-so/skills/refs/heads/main/skills/event-tracking/SKILL.md): Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe property schemas, and campaign-ready validation. Use when adding, reviewing, or debugging event tracking; when configuring event-triggered campaigns; or when the user mentions events, tracking, funnels, or properties — or when the user types `clix-event-tracking`.
|
|
15
15
|
|
|
16
16
|
### References
|
|
17
17
|
|
|
@@ -29,9 +29,9 @@ Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe pr
|
|
|
29
29
|
|
|
30
30
|
## clix-integration
|
|
31
31
|
|
|
32
|
-
Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, or
|
|
32
|
+
Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, integrate Clix or when the user types `clix-integration` / "clix integration".
|
|
33
33
|
|
|
34
|
-
- [clix-integration](https://raw.githubusercontent.com/clix-so/skills/refs/heads/main/skills/integration/SKILL.md): Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, or
|
|
34
|
+
- [clix-integration](https://raw.githubusercontent.com/clix-so/skills/refs/heads/main/skills/integration/SKILL.md): Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects. Provides step-by-step guidance for installation, initialization, and verification. Use when the user asks to install, setup, integrate Clix or when the user types `clix-integration` / "clix integration".
|
|
35
35
|
|
|
36
36
|
### References
|
|
37
37
|
|
|
@@ -56,9 +56,9 @@ Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native projects
|
|
|
56
56
|
|
|
57
57
|
## clix-user-management
|
|
58
58
|
|
|
59
|
-
Implements Clix user identification and user properties (setUserId, removeUserId, setUserProperty/setUserProperties, removeUserProperty/removeUserProperties) with safe schemas, logout best practices, and campaign-ready personalization/audience usage. Use when the user mentions login/logout, userId, user properties, personalization, or
|
|
59
|
+
Implements Clix user identification and user properties (setUserId, removeUserId, setUserProperty/setUserProperties, removeUserProperty/removeUserProperties) with safe schemas, logout best practices, and campaign-ready personalization/audience usage. Use when the user mentions login/logout, userId, user properties, personalization, audience targeting or when the user types `clix-user-management`.
|
|
60
60
|
|
|
61
|
-
- [clix-user-management](https://raw.githubusercontent.com/clix-so/skills/refs/heads/main/skills/user-management/SKILL.md): Implements Clix user identification and user properties (setUserId, removeUserId, setUserProperty/setUserProperties, removeUserProperty/removeUserProperties) with safe schemas, logout best practices, and campaign-ready personalization/audience usage. Use when the user mentions login/logout, userId, user properties, personalization, or
|
|
61
|
+
- [clix-user-management](https://raw.githubusercontent.com/clix-so/skills/refs/heads/main/skills/user-management/SKILL.md): Implements Clix user identification and user properties (setUserId, removeUserId, setUserProperty/setUserProperties, removeUserProperty/removeUserProperties) with safe schemas, logout best practices, and campaign-ready personalization/audience usage. Use when the user mentions login/logout, userId, user properties, personalization, audience targeting or when the user types `clix-user-management`.
|
|
62
62
|
|
|
63
63
|
### References
|
|
64
64
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,8 @@ description:
|
|
|
4
4
|
Implements Clix event tracking (Clix.trackEvent) with consistent naming, safe
|
|
5
5
|
property schemas, and campaign-ready validation. Use when adding, reviewing,
|
|
6
6
|
or debugging event tracking; when configuring event-triggered campaigns; or
|
|
7
|
-
when the user mentions events, tracking, funnels, or properties
|
|
7
|
+
when the user mentions events, tracking, funnels, or properties — or when the
|
|
8
|
+
user types `clix-event-tracking`.
|
|
8
9
|
---
|
|
9
10
|
|
|
10
11
|
# Tracking Clix Events
|
|
@@ -3,8 +3,8 @@ name: clix-integration
|
|
|
3
3
|
description:
|
|
4
4
|
Integrates Clix Mobile SDK into iOS, Android, Flutter, and React Native
|
|
5
5
|
projects. Provides step-by-step guidance for installation, initialization, and
|
|
6
|
-
verification. Use when the user asks to install, setup, or
|
|
7
|
-
|
|
6
|
+
verification. Use when the user asks to install, setup, integrate Clix or when
|
|
7
|
+
the user types `clix-integration` / "clix integration".
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Clix SDK Integration Skill
|
|
@@ -5,8 +5,8 @@ description:
|
|
|
5
5
|
removeUserId, setUserProperty/setUserProperties,
|
|
6
6
|
removeUserProperty/removeUserProperties) with safe schemas, logout best
|
|
7
7
|
practices, and campaign-ready personalization/audience usage. Use when the
|
|
8
|
-
user mentions login/logout, userId, user properties, personalization,
|
|
9
|
-
|
|
8
|
+
user mentions login/logout, userId, user properties, personalization, audience
|
|
9
|
+
targeting or when the user types `clix-user-management`.
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
# Clix User Management
|