Skip to content

Commit 2ca0f59

Browse files
eugmanEugene Meidingerclaude
authored
Fix broken TE CLI skill links after repo folder move (#367)
* Fix broken TE CLI skill links after repo folder move The agent skill in TabularEditor/CLI moved from `skill/` to `skills/te-cli/`, leaving the doc links pointing at 404s. Update all SKILL.md, CHANGELOG.md, and skill-directory URLs across the English, Chinese, and Spanish TE CLI pages. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Point TE CLI agents note at the AI Agent Skill install docs Add a sentence to the agents callout on the TE CLI page linking to the AI Agent Skill page (xref:te-cli-skill) so readers know where to find install instructions. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Eugene Meidinger <eugene.meidinger@tabulareditor.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 043d276 commit 2ca0f59

6 files changed

Lines changed: 24 additions & 24 deletions

File tree

content/features/te-cli/te-cli-skill.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ applies_to:
1616

1717
[!INCLUDE [te-cli-preview-notice](includes/te-cli-preview-notice.md)]
1818

19-
The Tabular Editor CLI ships with a drop-in **agent skill** that teaches AI coding agents how to drive the `te` command-line interface. It's a single Markdown file, [`SKILL.md`](https://github.com/TabularEditor/CLI/tree/main/skill), packed with the CLI's conventions, command reference, workflows, and gotchas. Once installed, an agent answers "deploy this model" or "add a measure that calculates margin" with idiomatic `te` invocations instead of guessing or hallucinating flags.
19+
The Tabular Editor CLI ships with a drop-in **agent skill** that teaches AI coding agents how to drive the `te` command-line interface. It's a single Markdown file, [`SKILL.md`](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli), packed with the CLI's conventions, command reference, workflows, and gotchas. Once installed, an agent answers "deploy this model" or "add a measure that calculates margin" with idiomatic `te` invocations instead of guessing or hallucinating flags.
2020

21-
The skill is maintained in the public [TabularEditor/CLI](https://github.com/TabularEditor/CLI/tree/main/skill) repository and tracks the preview surface of the CLI as it evolves.
21+
The skill is maintained in the public [TabularEditor/CLI](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli) repository and tracks the preview surface of the CLI as it evolves.
2222

2323
## What a skill is
2424

@@ -42,13 +42,13 @@ This is the same ground the rest of this section documents for humans. See @te-c
4242

4343
## Download the skill file
4444

45-
The skill is a single file: [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md).
45+
The skill is a single file: [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md).
4646

47-
1. Open [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md) on GitHub.
47+
1. Open [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md) on GitHub.
4848
2. Click **Download raw file** (top-right of the file viewer).
4949
3. Save the file somewhere convenient.
5050

51-
You'll move this file to a tool-specific location in the install steps below. To see what changed between versions before grabbing a newer copy, check the [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md).
51+
You'll move this file to a tool-specific location in the install steps below. To see what changed between versions before grabbing a newer copy, check the [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/CHANGELOG.md).
5252

5353
## Choose an install scope
5454

@@ -155,13 +155,13 @@ For tools that follow the [`AGENTS.md` convention](https://agents.md) or accept
155155

156156
To pull a newer version:
157157

158-
1. Open [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md) on GitHub and use **Download raw file** to grab the latest copy.
158+
1. Open [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md) on GitHub and use **Download raw file** to grab the latest copy.
159159
2. Replace the file you previously installed:
160160
- **Native skills (Claude Code, Codex, Copilot Agent Skills):** overwrite `SKILL.md` in the skill folder.
161161
- **Claude.ai / Desktop:** re-zip the `te-cli` folder and re-upload it through the Skills UI.
162162
- **Instruction-file installs (Copilot custom instructions, AGENTS.md):** re-paste the body into `.github/copilot-instructions.md` or `AGENTS.md`.
163163

164-
See the [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md) for what changed between versions.
164+
See the [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/CHANGELOG.md) for what changed between versions.
165165

166166
## Next steps
167167

content/features/te-cli/te-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Together they make the same binary work well for three very different audiences:
3737
- **CI/CD pipelines** - non-interactive execution, GitHub Actions and Azure DevOps annotations, VSTEST-compatible test results.
3838

3939
> [!Note]
40-
> When using the TE CLI with agents use the TE CLI [skill for AI coding agents](https://github.com/TabularEditor/CLI/tree/main/skill) that wraps the TE CLI end-to-end.
40+
> When using the TE CLI with agents use the TE CLI [skill for AI coding agents](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli) that wraps the TE CLI end-to-end. See [AI Agent Skill](xref:te-cli-skill) for how to install the skill.
4141
4242
## What the CLI can do
4343

localizedContent/es/content/features/te-cli/te-cli-skill.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ applies_to:
1717

1818
[!INCLUDE [te-cli-preview-notice](includes/te-cli-preview-notice.md)]
1919

20-
Tabular Editor CLI incluye un **skill de agente** listo para usar que enseña a los agentes de programación con IA a manejar la interfaz de línea de comandos `te`. Es un único archivo Markdown, [`SKILL.md`](https://github.com/TabularEditor/CLI/tree/main/skill), repleto de las convenciones de la CLI, la referencia de comandos, los flujos de trabajo y los escollos habituales. Una vez instalado, un agente responde a «despliega este modelo» o «añade una medida que calcule el margen» con invocaciones idiomáticas de `te`, en lugar de adivinar o inventarse parámetros.
20+
Tabular Editor CLI incluye un **skill de agente** listo para usar que enseña a los agentes de programación con IA a manejar la interfaz de línea de comandos `te`. Es un único archivo Markdown, [`SKILL.md`](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli), repleto de las convenciones de la CLI, la referencia de comandos, los flujos de trabajo y los escollos habituales. Una vez instalado, un agente responde a «despliega este modelo» o «añade una medida que calcule el margen» con invocaciones idiomáticas de `te`, en lugar de adivinar o inventarse parámetros.
2121

22-
El skill se mantiene en el repositorio público [TabularEditor/CLI](https://github.com/TabularEditor/CLI/tree/main/skill) y sigue la superficie en versión preliminar de la CLI a medida que evoluciona.
22+
El skill se mantiene en el repositorio público [TabularEditor/CLI](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli) y sigue la superficie en versión preliminar de la CLI a medida que evoluciona.
2323

2424
## Qué es un skill
2525

@@ -43,13 +43,13 @@ Esto cubre lo mismo que el resto de esta sección documenta para humanos. Consul
4343

4444
## Descarga el archivo del skill
4545

46-
El skill es un único archivo: [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md).
46+
El skill es un único archivo: [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md).
4747

48-
1. Abre [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md) en GitHub.
48+
1. Abre [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md) en GitHub.
4949
2. Haz clic en **Download raw file** (en la parte superior derecha del visor de archivos).
5050
3. Guarda el archivo en un lugar práctico.
5151

52-
Moverás este archivo a una ubicación específica de la herramienta en los pasos de instalación que se indican a continuación. Para ver qué cambió entre versiones antes de descargar una copia más reciente, consulta el [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md).
52+
Moverás este archivo a una ubicación específica de la herramienta en los pasos de instalación que se indican a continuación. Para ver qué cambió entre versiones antes de descargar una copia más reciente, consulta el [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/CHANGELOG.md).
5353

5454
## Elige un ámbito de instalación
5555

@@ -155,13 +155,13 @@ Para herramientas que siguen la [convención `AGENTS.md`](https://agents.md) o a
155155

156156
Para obtener una versión más reciente:
157157

158-
1. Abre [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md) en GitHub y usa **Descargar archivo sin procesar** para obtener la copia más reciente.
158+
1. Abre [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md) en GitHub y usa **Descargar archivo sin procesar** para obtener la copia más reciente.
159159
2. Sustituye el archivo que instalaste antes:
160160
- **Skills nativas (Claude Code, Codex, Copilot Agent Skills):** sobrescribe `SKILL.md` en la carpeta de la skill.
161161
- **Claude.ai / Desktop:** vuelve a comprimir en ZIP la carpeta `te-cli` y vuelve a subirla desde la interfaz de Skills.
162162
- **Instalaciones mediante archivos de instrucciones (instrucciones personalizadas de Copilot, AGENTS.md):** vuelve a pegar el texto completo en `.github/copilot-instructions.md` o `AGENTS.md`.
163163

164-
Consulta el [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md) para ver qué ha cambiado entre versiones.
164+
Consulta el [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/CHANGELOG.md) para ver qué ha cambiado entre versiones.
165165

166166
## Siguientes pasos
167167

localizedContent/es/content/features/te-cli/te-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ En conjunto, hacen que el mismo binario funcione bien para tres perfiles muy dis
3838
- **Canalizaciones de CI/CD** — ejecución no interactiva, anotaciones de GitHub Actions y Azure DevOps, y resultados de pruebas compatibles con VSTEST.
3939

4040
> [!Note]
41-
> Cuando uses la TE CLI con agentes, usa la [skill de TE CLI para agentes de codificación con IA](https://github.com/TabularEditor/CLI/tree/main/skill), que encapsula la TE CLI de principio a fin.
41+
> Cuando uses la TE CLI con agentes, usa la [skill de TE CLI para agentes de codificación con IA](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli), que encapsula la TE CLI de principio a fin.
4242
4343
## Qué puede hacer la CLI
4444

localizedContent/zh/content/features/te-cli/te-cli-skill.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ applies_to:
1717

1818
[!INCLUDE [te-cli-preview-notice](includes/te-cli-preview-notice.md)]
1919

20-
Tabular Editor CLI 自带一个开箱即用的**智能体技能**,让 AI 编码智能体学会如何驱动 `te` 命令行界面。 它就是一个 Markdown 文件,[`SKILL.md`](https://github.com/TabularEditor/CLI/tree/main/skill),其中汇集了 CLI 的约定、命令参考、工作流和常见陷阱。 安装后,如果你说“部署这个模型”或“添加一个计算利润率的度量值”,智能体会给出符合 `te` 用法的命令,而不是靠猜测或臆造选项。
20+
Tabular Editor CLI 自带一个开箱即用的**智能体技能**,让 AI 编码智能体学会如何驱动 `te` 命令行界面。 它就是一个 Markdown 文件,[`SKILL.md`](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli),其中汇集了 CLI 的约定、命令参考、工作流和常见陷阱。 安装后,如果你说“部署这个模型”或“添加一个计算利润率的度量值”,智能体会给出符合 `te` 用法的命令,而不是靠猜测或臆造选项。
2121

22-
该技能在公开的 [TabularEditor/CLI](https://github.com/TabularEditor/CLI/tree/main/skill) repository 中维护,并会随着 CLI 预览功能的演进持续更新。
22+
该技能在公开的 [TabularEditor/CLI](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli) repository 中维护,并会随着 CLI 预览功能的演进持续更新。
2323

2424
## 什么是技能
2525

@@ -43,13 +43,13 @@ Tabular Editor CLI 自带一个开箱即用的**智能体技能**,让 AI 编
4343

4444
## 下载技能文件
4545

46-
该技能只有一个文件:[`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md)
46+
该技能只有一个文件:[`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md)
4747

48-
1. 在 GitHub 上打开 [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md)
48+
1. 在 GitHub 上打开 [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md)
4949
2. 点击**下载原始文件**(位于文件查看器右上角)。
5050
3. 将文件保存到一个方便的位置。
5151

52-
在下面的安装步骤中,你需要将此文件移动到工具专用的位置。 在下载较新版本之前,如果你想看看版本之间有哪些变更,可以查阅 [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md)
52+
在下面的安装步骤中,你需要将此文件移动到工具专用的位置。 在下载较新版本之前,如果你想看看版本之间有哪些变更,可以查阅 [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/CHANGELOG.md)
5353

5454
## 选择安装范围
5555

@@ -155,13 +155,13 @@ Codex 会从你的工作目录向上扫描,因此提交在 repository 根目
155155

156156
要获取更新版本:
157157

158-
1. 在 GitHub 上打开 [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skill/SKILL.md),然后使用 **Download raw file** 下载最新副本。
158+
1. 在 GitHub 上打开 [`SKILL.md`](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/SKILL.md),然后使用 **Download raw file** 下载最新副本。
159159
2. 替换你之前安装的文件:
160160
- **原生技能(Claude Code、Codex、Copilot Agent Skills):** 覆盖技能文件夹中的 `SKILL.md`
161161
- **Claude.ai / Desktop:** 重新将 `te-cli` 文件夹打包成 ZIP 文件,再通过 Skills UI 重新上传。
162162
- \*\*通过说明文件安装(Copilot 自定义指令、AGENTS.md):\*\*请将正文重新粘贴到 `.github/copilot-instructions.md``AGENTS.md`
163163

164-
查看 [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md) 了解各版本之间的变更。
164+
查看 [CHANGELOG](https://github.com/TabularEditor/CLI/blob/main/skills/te-cli/CHANGELOG.md) 了解各版本之间的变更。
165165

166166
## 后续步骤
167167

localizedContent/zh/content/features/te-cli/te-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Tabular Editor CLI (`te`) 是适用于 Power BI 和 Analysis Services 语义模
3838
- **CI/CD 管道** — 非交互式执行、GitHub Actions 和 Azure DevOps 注释,以及兼容 VSTEST 的测试结果。
3939

4040
> [!Note]
41-
> 当与代理配合使用 TE CLI 时,请使用面向 AI 编码代理的 TE CLI [skill](https://github.com/TabularEditor/CLI/tree/main/skill),它对 TE CLI 进行了端到端封装。
41+
> 当与代理配合使用 TE CLI 时,请使用面向 AI 编码代理的 TE CLI [skill](https://github.com/TabularEditor/CLI/tree/main/skills/te-cli),它对 TE CLI 进行了端到端封装。
4242
4343
## CLI 可以做什么
4444

0 commit comments

Comments
 (0)