Overview
This repository contains a collection of Agent Skills for Clix. Each skill is a separate module within this package that can be installed and used independently by AI clients.
Installing Skills
Agent skills in this repository are built on the open agent skills standard. Please refer to the official documentation for up-to-date information on supported AI clients. Depending on the AI client you are using, you can install skills in different ways.Universal CLI (Recommended)
For Amp, Claude Code, Codex, Copilot, Cursor, Goose, Letta, OpenCode, and VS Code, we recommend using our installer to set up the skills and automatically configure the Clix MCP Server.Installation Modes
The CLI supports two installation modes for skills:-
Repo Root (Project-specific) - Installs skills to the current project
directory (default)
- Skills are available only for the current project
- Best for project-specific configurations
-
System Root (Global) - Installs skills to your home directory
- Skills are available across all projects
- Best for personal development setup
Available Skills
- clix-integration: Seamlessly integrate Clix Mobile SDK into your mobile application with Clix MCP Server
- clix-event-tracking: Implement
Clix.trackEventwith naming/schema best practices and campaign-ready validation - clix-user-management: Implement
Clix.setUserId+ user properties with logout best practices, personalization (user.*), and audience targeting - clix-personalization: Author and debug personalization templates for
message content, deep links/URLs, and audience targeting rules (
user.*,event.*,trigger.*,device.*) - clix-api-triggered-campaigns: Configure API-triggered campaigns in the
console and trigger them from your backend with safe auth, dynamic filters
(
trigger.*), and personalization patterns
| Client | Flag | Default Path |
|---|---|---|
| Amp | --client amp | .amp/skills/ |
| Claude Code | --client claude (or claude-code) | .claude/skills/ |
| Codex | --client codex | .codex/skills/ |
| Cursor | --client cursor | .cursor/skills/ |
| GitHub Copilot | --client github | .github/skills/ |
| Goose | --client goose | .goose/skills/ |
| Letta | --client letta | .skills/ |
| OpenCode | --client opencode | .opencode/skill/ |
Claude Code (Alternative Setup via Plugin Marketplace)
To register this repository as a plugin marketplace in Claude Code, run the following command:- Visit the Marketplace section in
/plugin - Select
Browse plugins - Choose the skills you wish to install
- Install the skill
~/.claude/skills or .claude/skills are immediately available without restarting the session. Skills also show real-time progress while executing, displaying tool uses as they happen.
Codex (Alternative Setup via $skill-installer)
To manually install skills, save them from this repository into your Codex configuration directory: https://developers.openai.com/codex/skills/#where-to-save-skills Or install a specific skill using the command line:Disclaimer
Please be aware that these skills may occasionally fail or execute incorrectly due to the non-deterministic nature of AI. It is critical that you carefully review and verify all actions performed by these skills. While they are designed to be helpful, you remain responsible for checking their output before use. Please use them with caution and supervision.License
Each skill in this repository is governed by its own license. For specific terms and conditions, please consult theLICENSE.txt file located within each
skill’s individual directory.
Feedback & Contributions
We welcome bug reports, feature requests, and community contributions. If you have any feedback, please open an issue or pull request:- GitHub repository: https://github.com/clix-so/skills
- Package & release notes: https://www.npmjs.com/package/@clix-so/clix-agent-skills