Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
rt-setup-personalization
Complete workflow to set up RT 2.0 personalization from scratch - validates parent segment RT status, discovers event tables and attributes, configures RT infrastructure (events, attributes, ID stitching), creates personalization service, and deploys the personalization entity with payload. Use when user wants to "create realtime setup and build personalization" or "set up RT personalization end-to-end". Includes automatic validation using rt-personalization-validation skill to prevent common API errors.
treasure-data/td-skills 16
-
rt-journey-activations
Configure RT journey activations - webhooks, Salesforce, email, and other integrations for real-time event-triggered actions
treasure-data/td-skills 16
-
identity
Query identity change logs to explore profile creation and merging
treasure-data/td-skills 16
-
rt-config-id-stitching
Configure RT 2.0 ID stitching - merge real-time profiles across different identifiers using stitching keys and primary keys
treasure-data/td-skills 16
-
rt-config-events
Configure RT 2.0 event tables and key events - define which streaming events to track and filter for real-time processing
treasure-data/td-skills 16
-
rt-setup-triggers
Complete workflow to set up RT 2.0 triggers (RT journeys) from scratch - validates parent segment RT status, discovers event tables and attributes, configures RT infrastructure (events, attributes, ID stitching), creates RT journey with activations. Use when user wants to "create realtime triggers" or "set up RT journey end-to-end".
treasure-data/td-skills 16
-
rt-journey-monitor
Monitor RT journeys - track activation success, debug failures, query activation logs, and optimize performance
treasure-data/td-skills 16
-
rt-journey-create
Create RT 2.0 Journeys (event-triggered) that activate when specific events occur, sending real-time data to external systems
treasure-data/td-skills 16
-
rt-personalization
Create RT 2.0 Personalization services AND entities that return real-time personalized API responses. Creates both the service configuration (via tdx ps pz) and the actual Personalization entity (via API) with payload definition. Use after RT configuration is complete when user wants to "create RT personalization" or "build personalization API".
treasure-data/td-skills 16
-
rt-config-setup
Initial RT 2.0 setup - check enablement status, initialize configuration, and verify prerequisites for parent segments
treasure-data/td-skills 16
-
id-graph-canonical-id-size
Query ID graph to analyze canonical ID group sizes. Use when debugging over-stitching by checking how many individual IDs are mapped to each canonical ID, or when canonical ID groups seem too large.
treasure-data/td-skills 16
-
id-graph-ids-to-canonical-id
Query ID graph to find individual IDs appearing in multiple canonical ID groups. Use when debugging over-stitching by checking whether a single ID has been stitched to more than one canonical ID.
treasure-data/td-skills 16
-
rt-personalization-validation
Validates RT Personalization Entity payloads before creation to prevent common API errors. MUST be invoked proactively during rt-setup-personalization workflow at Step 9c before making the entity creation API call. Also use when encountering "Attribute payload can't be blank" errors or when reviewing personalization entity JSON.
treasure-data/td-skills 16
-
rt-config
Configure RT 2.0 (Real-Time Personalization) for parent segments including event tables, key events, RT attributes, and ID stitching using tdx ps rt commands or API
treasure-data/td-skills 16
-
identify-top-key-values
Analyze RT event tables to identify the most common values for stitching keys. Use when inspecting what ID values are actually flowing into RT 2.0, debugging unexpected stitching behavior, or checking for data quality issues like nulls or empty stitching keys.
treasure-data/td-skills 16
-
activations
Query activation logs to check for errors and view volume
treasure-data/td-skills 16
-
rt-triggers
Create RT 2.0 Journeys (Real-Time Triggers) that activate in real-time when specific events occur, triggering activations to external systems via API
treasure-data/td-skills 16
-
excalidraw-diagram
Generate Excalidraw diagrams. Use when the user asks to create a diagram, visualize a concept, or illustrate technical architectures.
Infatoshi/excalidraw.py 5
-
css-performance
Optimize CSS performance - critical CSS, code splitting, purging, bundle analysis
pluginagentmarketplace/custom-plugin-css 1
-
css-animations
Create performant CSS animations, transitions, and motion design
pluginagentmarketplace/custom-plugin-css 1
-
css-sass
Use Sass/SCSS for advanced CSS preprocessing with modern @use/@forward syntax
pluginagentmarketplace/custom-plugin-css 1
-
css-tailwind
Build with Tailwind CSS utility-first framework - configuration, customization, best practices
pluginagentmarketplace/custom-plugin-css 1
-
css-fundamentals
CSS fundamentals - selectors, specificity, box model, positioning, units
pluginagentmarketplace/custom-plugin-css 1
-
css-modern
Use modern CSS features - custom properties, container queries, :has(), @layer, CSS nesting
pluginagentmarketplace/custom-plugin-css 1