Docs: Add agent-docs for LLM/AI context#82
Open
data-goblin wants to merge 1 commit intomicrosoft:mainfrom
Open
Docs: Add agent-docs for LLM/AI context#82data-goblin wants to merge 1 commit intomicrosoft:mainfrom
data-goblin wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Collaborator
|
Can you please elaborate on how users will benefit from these references? |
aliabufoul
reviewed
Dec 4, 2025
| fab <command> --help | ||
| ``` | ||
|
|
||
| ## References |
Collaborator
There was a problem hiding this comment.
Thanks for the contribution!
I noticed that many of the added references include examples of CLI commands, which are already covered in the following folder:
https://github.com/microsoft/fabric-cli/tree/main/docs/examples
This folder provides a rich set of scenarios. Have you considered referencing these existing examples instead of duplicating them?
Doing so would:
- Reduce the maintenance overhead of keeping two versions in sync
- Ensure agent have access to a more comprehensive and up-to-date set of examples
jeremydhoover-blip
pushed a commit
to jeremydhoover-blip/fabric-cli
that referenced
this pull request
Jan 7, 2026
- Add .github/agents.md following agents.md best practices (https://agents.md/) - Delete copilot-instructions.md (replaced by agents.md) - Reference docs/agent-docs/SKILL.md from PR microsoft#82 - All content from copilot-instructions.md preserved and enhanced - Follows modern GitHub agents.md format with clear structure - References detailed agent documentation instead of embedding everything
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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