Skip to content

TD Skills for Claude Code

TD Skills are pre-built Claude Code plugins that enhance AI assistance for Treasure Data workflows.

Prerequisite

First, launch Claude Code with tdx claude. The /plugin commands below work inside Claude Code.

Available Skills

PluginDescription
sql-skillsSQL query writing, optimization, and Trino/Hive assistance
workflow-skillsDigdag workflow design and debugging
tdx-skillstdx CLI operations and configuration

Installation

Install plugins using Claude Code's /plugin install command:

bash
# SQL and query assistance
/plugin install sql-skills@td-skills

# Workflow and orchestration
/plugin install workflow-skills@td-skills

# tdx CLI guidance
/plugin install tdx-skills@td-skills

Usage

Once installed, skills are automatically available in your Claude Code sessions. Simply ask questions related to the skill's domain:

  • SQL Skills: "Help me optimize this Trino query" or "Convert this SQL to Hive"
  • Workflow Skills: "Create a Digdag workflow for daily ETL" or "Debug this workflow failure"
  • tdx Skills: "How do I query a table with tdx?" or "Set up authentication"

More Information

See the td-skills repository for detailed documentation and skill-specific guides.