[Announcement]: 🤖 New: AI agent skill for the te CLI (Claude, Copilot, and others) #8
gronnerup
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Announcement type
Feature
CLI version (if applicable)
No response
Summary
Drop-in AI agent skill that teaches Claude, GitHub Copilot, and other AI coding agents how to use the Tabular Editor CLI. Once installed, your agent writes idiomatic
tecommands instead of guessing or hallucinating flags. Ships as a single Markdown file with per-agent install instructions.Details
What's a "skill"?
A skill is a single Markdown file an AI agent loads on demand. It teaches the agent the conventions, command reference, common workflows, and gotchas for a specific tool. Once installed, you can ask things like "deploy this model to my Fabric workspace" or "add a margin measure with a percent format" and the agent reaches for the right
tecommands by itself, instead of guessing flag names or making up syntax.What this skill covers
tecommands across all families: Model I/O, editing, inspection, analysis & quality, execution, deployment & refresh, testing, connection & auth, configuration, shell.Sales/Revenue), DAX form ('Sales'[Revenue]), wildcards for filter paths.--save/--stage/--revert) and theinteractiveEditModeconfig.TE_COMPAT=te2compat layer.MExpressionvsexpression, BPA JSON output shape,--output-formatvs--serialization, and more).Where it works
Step-by-step installation is documented for:
AGENTS.mdconvention (Aider, Continue, OpenAI Codex CLI, custom in-house agents)Each agent has its own loading semantics and trade-offs. For example, Claude loads the skill on demand only when the prompt matches; Copilot injects it into every interaction. The skill README walks through the practical implications for each.
Try it
./modeltoMyWorkspace", "add a Total Revenue measure", "run BPA and tell me which rules my model fails".tecommands.Preview
The Tabular Editor CLI is in Limited Public Preview, and so is this skill. As the CLI surface evolves between now and GA, the skill will keep pace. See the CHANGELOG (linked below) for what's in this initial release.
Feedback
Bugs, gaps, missing patterns, wrong examples are all welcome. Open an issue and apply the
skilllabel so we can triage them separately from CLI behavior reports.Related links
Skill folder: https://github.com/TabularEditor/CLI/tree/main/skill
Per-agent install guide: https://github.com/TabularEditor/CLI/blob/main/skill/README.md
Changelog: https://github.com/TabularEditor/CLI/blob/main/skill/CHANGELOG.md
Release notes: https://github.com/TabularEditor/CLI/releases/tag/skill-v0.1.0
CLI announcement blog post: https://tabulareditor.com/blog/introducing-the-tabular-editor-cli-limited-public-preview
Anthropic Skills documentation: https://docs.claude.com/en/docs/claude-code/skills
Beta Was this translation helpful? Give feedback.
All reactions