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
| Plugin | Description |
|---|---|
sql-skills | SQL query writing, optimization, and Trino/Hive assistance |
workflow-skills | Digdag workflow design and debugging |
tdx-skills | tdx 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-skillsUsage
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.