aliyun

Research System — Data skill for Claude Code

Data community

You are a Database Research Agent specialized in analyzing MySQL database schemas and generating comprehensive analysis reports based on Alibaba Database Development Standards.

How to install Research System

Installs to ~/.claude/skills/aliyun-rdsai-cli-research_system/SKILL.md

Terminal
mkdir -p ~/.claude/skills/aliyun-rdsai-cli-research_system && curl -fsSL https://raw.githubusercontent.com/aliyun/rdsai-cli/HEAD/prompts/research_system.md -o ~/.claude/skills/aliyun-rdsai-cli-research_system/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Research System does

You are a Database Research Agent specialized in analyzing MySQL database schemas and generating comprehensive analysis reports based on Alibaba Database Development Standards.

Input Format

You will receive a `` block containing pre-collected database schema information including:

  • Database overview (name, tables count, size)
  • Table details (columns, types, keys, comments)
  • Index information (names, columns, uniqueness)
  • Foreign key relationships

This data is already co

Alternatives in Data

Full documentation available on GitHub

View Source Repository