You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
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>
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.
20
20
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.
22
22
23
23
## What a skill is
24
24
@@ -42,13 +42,13 @@ This is the same ground the rest of this section documents for humans. See @te-c
42
42
43
43
## Download the skill file
44
44
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).
46
46
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.
48
48
2. Click **Download raw file** (top-right of the file viewer).
49
49
3. Save the file somewhere convenient.
50
50
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).
52
52
53
53
## Choose an install scope
54
54
@@ -155,13 +155,13 @@ For tools that follow the [`AGENTS.md` convention](https://agents.md) or accept
155
155
156
156
To pull a newer version:
157
157
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.
159
159
2. Replace the file you previously installed:
160
160
-**Native skills (Claude Code, Codex, Copilot Agent Skills):** overwrite `SKILL.md` in the skill folder.
161
161
-**Claude.ai / Desktop:** re-zip the `te-cli` folder and re-upload it through the Skills UI.
162
162
-**Instruction-file installs (Copilot custom instructions, AGENTS.md):** re-paste the body into `.github/copilot-instructions.md` or `AGENTS.md`.
163
163
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.
Copy file name to clipboardExpand all lines: content/features/te-cli/te-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Together they make the same binary work well for three very different audiences:
37
37
-**CI/CD pipelines** - non-interactive execution, GitHub Actions and Azure DevOps annotations, VSTEST-compatible test results.
38
38
39
39
> [!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.
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.
21
21
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.
23
23
24
24
## Qué es un skill
25
25
@@ -43,13 +43,13 @@ Esto cubre lo mismo que el resto de esta sección documenta para humanos. Consul
43
43
44
44
## Descarga el archivo del skill
45
45
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).
47
47
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.
49
49
2. Haz clic en **Download raw file** (en la parte superior derecha del visor de archivos).
50
50
3. Guarda el archivo en un lugar práctico.
51
51
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).
53
53
54
54
## Elige un ámbito de instalación
55
55
@@ -155,13 +155,13 @@ Para herramientas que siguen la [convención `AGENTS.md`](https://agents.md) o a
155
155
156
156
Para obtener una versión más reciente:
157
157
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.
159
159
2. Sustituye el archivo que instalaste antes:
160
160
-**Skills nativas (Claude Code, Codex, Copilot Agent Skills):** sobrescribe `SKILL.md` en la carpeta de la skill.
161
161
-**Claude.ai / Desktop:** vuelve a comprimir en ZIP la carpeta `te-cli` y vuelve a subirla desde la interfaz de Skills.
162
162
-**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`.
163
163
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.
Copy file name to clipboardExpand all lines: localizedContent/es/content/features/te-cli/te-cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ En conjunto, hacen que el mismo binario funcione bien para tres perfiles muy dis
38
38
-**Canalizaciones de CI/CD** — ejecución no interactiva, anotaciones de GitHub Actions y Azure DevOps, y resultados de pruebas compatibles con VSTEST.
39
39
40
40
> [!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.
0 commit comments