diff --git a/.ai-assets/README.md b/.ai-assets/README.md new file mode 100644 index 00000000..4698291d --- /dev/null +++ b/.ai-assets/README.md @@ -0,0 +1,56 @@ +# AI Assets for Microsoft Fabric CLI + +This folder contains AI-related resources for agents working with the Fabric CLI. + +## Folder Structure + +| Folder | Purpose | +|--------|---------| +| `context/` | Background context and contributor instructions for different AI tools | +| `modes/` | Custom agents (chat modes) for VS Code Copilot | +| `prompts/` | Reusable prompt templates | +| `skills/` | Task-specific skill definitions | + +## Skills + +| Skill | Location | Description | +|-------|----------|-------------| +| `fabric-cli-core` | `skills/fabric-cli-core/SKILL.md` | Core CLI operations, auth, paths, safety rules | +| `fabric-cli-powerbi` | `skills/fabric-cli-powerbi/SKILL.md` | Power BI operations, semantic models, reports, refresh, DAX | + +### Skill Scripts + +Each skill includes automation scripts for common tasks: + +| Skill | Scripts | +|-------|---------| +| `fabric-cli-core` | `health_check.py` | +| `fabric-cli-powerbi` | `refresh_model.py`, `list_refresh_history.py`, `rebind_report.py` | + +Scripts are located in each skill's `scripts/` folder. Run with `python scripts/