Traffical is a platform for experimentation, feature management, and adaptive optimization. It is built on a parameter-first architecture that unifies A/B testing, feature flags, and contextual bandits into a single system.
This repo contains Agent Skills that teach AI coding agents how to use Traffical in your projects: SDK integration, config-as-code workflows, parameter naming, event tracking, and CLI usage.
npx skills add traffical/skillsThis works with 40+ coding agents including Claude Code, Cursor, Codex, Windsurf, Cline, and more. The CLI auto-detects which agents you have installed.
# Install to a specific agent
npx skills add traffical/skills -a cursor
npx skills add traffical/skills -a claude-code
# Install globally (available across all projects)
npx skills add traffical/skills -g
# Non-interactive installation
npx skills add traffical/skills -y
# List available skills without installing
npx skills add traffical/skills --list| Skill | Description |
|---|---|
| traffical | Feature flags, A/B testing, and experimentation with Traffical. Covers all SDKs (React, Svelte, Node.js), config-as-code, CLI, and best practices. |