cmt-manuallisted
Install: claude install-skill Srltas/claude-skills
# CMT (CUBRID Migration Toolkit) manual lookup (online)
Answer CMT questions from the official online manual at <https://www.cubrid.org/cmt_manual/> (currently CUBRID Migration Toolkit 12.0), and return a citable URL. Unlike the engine manual, the CMT manual is a single current version: there is no version segment in the URL.
## Step 1: Map the topic to a page
Sub-pages live directly under `https://www.cubrid.org/cmt_manual/` with numbered names:
- `01_intro.html`: introduction
- `02_install.html`: installation
- `03_quickstart.html`: quick start scenarios
- `04_ui.html`: GUI walkthrough
- `05_wizard.html`: migration wizard steps
- `06_objects.html`: object mapping
- `07_sourcedb.html`: **source database support** (CUBRID, Oracle, MySQL, MariaDB, MSSQL, Informix, Tibero, MySQL XML)
- `08_target.html`: **target type guidance**
- `09_console.html`: console / CLI mode
- `10_report.html`: reports and output files
- `11_config.html`: configuration settings
- `12_advanced.html`: advanced usage
- `appendix_typemap.html`: **data type mapping reference**
Chapter numbers/slugs are as of CMT 12.0. If unsure of the exact page, or if a page 404s, fetch the index `https://www.cubrid.org/cmt_manual/` (full table of contents) and follow the right link, or `WebSearch query="<term> site:cubrid.org/cmt_manual"`.
## Step 2: Fetch the page
WebFetch `https://www.cubrid.org/cmt_manual/<page>.html` with a focused prompt. For type-mapping questions prefer `appendix_typemap.html` and `08_target