clix-user-management
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`.
What this skill does
# Clix User Management Use this skill to help developers implement **Clix user identification** and **user properties** so campaigns can use `user.*` variables and audience filters, and so user identity is consistent across devices and sessions. ## What the official docs guarantee (high-signal) - **Anonymous vs identified**: if no user ID is set, Clix treats the user as anonymous; setting a user ID converts the anonymous user into an identified user and links prior activity. - **Logout**: **do not** call `setUserId(null)` on logout; handle logout in app logic only; when a different user logs in, call `setUserId(newUserId)` to switch. - **User properties**: values are strings, numbers, or booleans; user operations can throw—handle errors. ## MCP-first (source of truth) If Clix MCP tools are available, treat them as the **source of truth**: - `clix-mcp-server:search_docs` for conceptual behavior and logout guidance - `clix-mcp-server:search_sdk` for exact SDK signatures per platform If MCP tools are not available, use the bundled references: - Contract + pitfalls → `references/user-management-contract.md` - Logout + switching rules → `references/logout-and-switching.md` - Property schema + PII → `references/property-schema.md` - Implementation patterns → `references/implementation-patterns.md` - Personalization + audience mapping → `references/personalization-and-audience.md` - Debugging checklist → `references/debugging.md` ## Workflow (copy + check off) ``` User management progress: - [ ] 1) Confirm platform(s) and auth model (anonymous browsing? login? shared devices?) - [ ] 2) Propose user plan (when setUserId/removeUserId, properties, logout policy) - [ ] 3) Validate plan (PII, property types, logout rules) - [ ] 4) Implement (platform-correct calls + error handling) - [ ] 5) Verify (switching works, properties appear, campaigns can target/personalize) ``` ## 1) Confirm the minimum inputs Ask only what’s needed: - **Platform**: iOS / Android / React Native / Flutter - **Auth events**: where login success and logout happen in code - **User identifier**: what stable ID to use (prefer internal user id, not email) - **PII policy**: what must never be stored as user properties - **Campaign goals**: personalization, audience filters, or both ## 2) Propose a “User Plan” (before touching code) Return a compact table: - **user_id source**: where it comes from (auth response, local db) - **setUserId timing**: exact point (after login success / token saved) - **logout behavior**: explicitly “no call to setUserId(null)” - **properties**: key + type, required vs optional - **purpose**: personalization / audience / analytics ## 3) Validate the plan (fast feedback loop) Create `user-plan.json` in `.clix/` (recommended) or project root. **For agents**: locate `scripts/validate-user-plan.sh` in the installed skill directory and run: ```bash # From project root: bash <skill-dir>/scripts/validate-user-plan.sh .clix/user-plan.json # Or if in root: bash <skill-dir>/scripts/validate-user-plan.sh user-plan.json ``` If validation fails: fix the plan first, then implement. ## 4) Implement (platform-correct) Use MCP to fetch the exact signatures per platform, then: - Place `setUserId(...)` **after** login/signup is confirmed. - On logout: **do nothing with Clix** (no `setUserId(null)`). - When switching users: call `setUserId(newUserId)` after the new login succeeds. - Set user properties only from controlled sources; avoid free-text/PII. - Always handle errors (async calls can throw). ## 5) Verify - Identity: - Anonymous flow works without calling `setUserId` - After login, `setUserId` is called once and stable - Switching accounts updates the active profile - Properties: - Properties are primitives (string/number/boolean) and consistent - Campaign audiences can filter on them - Messages can use `user.*` personalization
Related in Ads & Marketing
ads
IncludedMulti-platform paid advertising audit and optimization skill. Analyzes Google, Meta, YouTube, LinkedIn, TikTok, Microsoft, and Apple Ads. 250+ checks with scoring, parallel agents, industry templates, and AI creative generation.
banana
IncludedAI image generation Creative Director powered by Google Gemini Nano Banana models. Use this skill for ANY request involving image creation, editing, visual asset production, or creative direction. Triggers on: generate an image, create a photo, edit this picture, design a logo, make a banner, visual for my anything, and all /banana commands. Handles text-to-image, image editing, multi-turn creative sessions, batch workflows, and brand presets.
rpg-migration-analyzer
IncludedAnalyzes legacy RPG (Report Program Generator) programs from AS/400 and IBM i systems for migration to modern Java applications. Extracts business logic from RPG III/IV/ILE source code, identifies data structures (D-specs), file operations (F-specs), program dependencies (CALLB/CALLP), and converts RPG constructs to Java equivalents. Generates migration reports, complexity estimates, and Java implementation strategies with POJO classes, JPA entities, and service methods. Use when modernizing AS/400 or IBM i legacy systems, analyzing RPG source files (.rpg, .rpgle, .RPGLE), converting RPG to Java, mapping data specifications to Java classes, planning legacy system migration, or when user mentions RPG analysis, Report Program Generator, RPG III/IV/ILE, AS/400 modernization, IBM i migration, packed decimal conversion, or mainframe application rewrite.
brand-library-architect
IncludedBuild a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.
writing-tech-post
IncludedAuthors engineering blog posts end-to-end: launch deep-dives, incident postmortems, architecture migrations, performance case studies, tutorials, AI/agent system writeups, security disclosures, and research-to-product translations. Picks the correct archetype, plans the abstraction ladder, enforces an evidence cadence (diagrams, benchmarks, profiles, traces, code, ablations), tunes voice against publisher house styles (Datadog, Vercel, GitHub, AWS, Meta, Cloudflare, Jane Street), and runs a pre-publish gate for narrative momentum and disclosure ethics. Use when drafting a new engineering post, restructuring a draft that feels flat, deciding which evidence form belongs where, validating that depth and product context are balanced, or preparing a postmortem, migration, or performance narrative for external publication. Do not use for API reference documentation, README authoring, marketing copy, release notes, generic SEO content, ghost-written executive thought leadership, or non-engineering long-form essays.
blog-google
IncludedGoogle API integration for blog performance: PageSpeed Insights, CrUX Core Web Vitals with 25-week history, Search Console performance, URL Inspection, Indexing API, GA4 organic traffic, NLP entity analysis for E-E-A-T, YouTube video search for embedding, and Google Ads Keyword Planner. Progressive feature availability based on credential tier (API key, OAuth/service account, GA4, Ads). Shares config with claude-seo at ~/.config/claude-seo/google-api.json. Use when user says "google data", "page speed", "core web vitals", "search console", "indexation", "GA4", "keyword research", "nlp entities", "blog performance", "youtube search", "google api setup".