Docs: Add agent-docs for LLM/AI context #82
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of new changes
Summary: Adds
docs/agent-docs/directory containing context files for LLM/AI agents using the fab CLI. These markdown files provide structured guidance, command references, and workflow examples optimized for AI assistants. They are structured according to the Claude Code skill format. While the skill format is proprietary, the use of it is not.Context: AI coding assistants (Claude, Copilot, etc.) benefit from structured context files when working with CLI tools. These docs should help agents understand fab CLI syntax, common workflows, etc. They're focused on my use-cases, tho.
Dependencies: None. These are standalone markdown documentation files. I've provided them also in a Claude Code Plugin which you can find here, which also contains a small MCP server that wraps the CLI, and some helper scripts that extend its functionality.
Files added
SKILL.md- Main context file with command reference, core concepts, and common workflowsreferences/- Detailed guides for specific topics:quickstart.md- Copy-paste examples for common operationsreference.md- Full command referencesemantic-models.md- TMDL, DAX, refresh operationsnotebooks.md- Job execution and schedulingworkspaces.md- Workspace managementreports.md- Report operationsfab-api.md- Direct API access patternsquerying-data.md- DAX and SQL endpoint queriescreate-workspaces.md- Workspace creation patterns