tabular-editor-docs

Search local Tabular Editor documentation using ripgrep for offline access.

841|125|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/data-goblin/power-bi-agentic-development --skill tabular-editor-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tabular-editor-docs
Source: https://github.com/data-goblin/power-bi-agentic-development/tree/main/skills/tabular-editor-docs
Command: npx skills add https://github.com/data-goblin/power-bi-agentic-development --skill tabular-editor-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Local search of Tabular Editor documentation is often slow or unreliable when relying on web sources. This skill enables fast, offline access by indexing a local clone of the TabularEditorDocs repository for quick, deterministic results.

Core Features & Use Cases

  • Local search across TE documentation (TE2/TE3, C# scripting, BPA, DAX topics) without network latency.
  • Reliable access in environments with restricted or no internet connectivity, including firewalled or air-gapped setups.
  • Quick reference during development and onboarding, reducing context-switching when exploring TE features.

Quick Start

Clone the TabularEditorDocs repository locally and configure the path to enable fast local searches.

Frequently Asked Questions about tabular-editor-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Tabular Editor documentation offline?

To search Tabular Editor documentation offline, clone the TabularEditorDocs repository locally and configure its path. The skill leverages ripgrep to index this local corpus, delivering deterministic results without network latency.

Can I access TE3 C# scripting and DAX guidance without an internet connection?

You can access TE3 C# scripting and DAX guidance without an internet connection by indexing a local repository clone. This provides reliable offline access in firewalled or air-gapped environments.

Why does my web fetch for Tabular Editor docs fail or run slowly?

Web fetches for Tabular Editor docs run slowly or fail due to network latency and unreliable connections. Bypass these issues by using local-search with ripgrep over a cloned documentation repository for fast, deterministic results.

Do I need ripgrep to perform local-search across Tabular Editor docs?

Yes, ripgrep is required to perform local-search across Tabular Editor docs. It powers the low-latency querying of the local corpus to surface precise DAX, BPA, and C# scripting topics.

What's the best way to look up Tabular Editor BPA rules during development?

The best way to look up Tabular Editor BPA rules during development is using a local-search over a cloned docs repository. This reduces context-switching and provides quick reference for TE2 and TE3 features.

Are there limitations to searching Tabular Editor docs locally?

A limitation of searching Tabular Editor docs locally is the requirement to manually clone and update the repository. Results are restricted to the indexed local corpus, requiring repository synchronization to access new documentation.