Sdk Contract Navigator Skill
Navigate the fabric-sdk-go SDK source to find the correct client factory, DTOs, item type constants, and pager methods for a given Fabric Item or non-item resource. Published by microsoft in terraform-provider-fabric.
What is Sdk Contract Navigator Skill?
Navigate the fabric-sdk-go SDK source to find the correct client factory, DTOs, item type constants, and pager methods for a given Fabric Item or non-item resource. Published by microsoft in terraform-provider-fabric. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using terraform-provider-fabric
Technical details
- Install or run with Copy skill directory
When to use Sdk Contract Navigator Skill
- Use it for developers using terraform-provider-fabric.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/terraform-provider-fabric
- Skill file: .github/skills/sdk-contract-navigator/SKILL.md
What it does
Navigate the fabric-sdk-go SDK source to find the correct client factory, DTOs, item type constants, and pager methods for a given Fabric Item or non-item resource.
Skill instructions
Skill: SDK Contract Navigator Navigate the fabric-sdk-go SDK source to find the correct client factory, DTOs, item type constants, and pager methods for a given Fabric Item or non-item resource. Prerequisites - The user has identified a Fabric resource name (e.g. "Lakehouse", "Connection", "Shortcut") Step 1 — Check SDK Version and Ensure Local Cache Read go.mod in the provider repo root and find the github.com/microsoft/fabric-sdk-go dependency line to determine the current version: github.com/microsoft/fabric-sdk-go <version Record the exact version string. All SDK browsing must target the version found in go.mod. Important: Always read go.mod dynamically — never assume or hardcode the SDK version. It changes with dependency upgrades. Then ensure the SDK is in the local Go module cache: powershell go mod download github.com/microsoft/fabric-sdk-go@<version The SDK source is now available at a deterministic path: $(go env GOPATH)/pkg/mod/github.com/microsoft/fabric-sdk-go@<version/ Pr
Explore related resources
Frequently asked questions
What is Sdk Contract Navigator?
Sdk Contract Navigator is a open-source AI agent skill with Copy skill directory. Navigate the fabric-sdk-go SDK source to find the correct client factory, DTOs, item type constants, and pager methods for a given Fabric Item or non-item resource.
Who is Sdk Contract Navigator best for?
Sdk Contract Navigator is best for reusing agent instructions, scripts, and references.
How do I install Sdk Contract Navigator?
Install or run Sdk Contract Navigator using Copy skill directory. Check Sdk Contract Navigator for the latest setup command.
Is Sdk Contract Navigator actively maintained?
Sdk Contract Navigator may need a closer maintenance check before production use.
Auto-fetched from GitHub.