Skip to content

traffical/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Traffical Agent Skills

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.

Install

npx skills add traffical/skills

This works with 40+ coding agents including Claude Code, Cursor, Codex, Windsurf, Cline, and more. The CLI auto-detects which agents you have installed.

Options

# 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

Available Skills

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.

Learn More

About

Agent skills for Traffical — parameter-first platform for experimentation, feature management, and adaptive optimization.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors