Coding & Refactoringlow risk
dataverse-python-quickstart
Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
github/awesome-copilot·skills/dataverse-python-quickstart/SKILL.md
95/ 100Quality
Install this skill
Choose your coding agent and copy a project or personal installation command.
Project installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a codex -yPersonal installation~/.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a codex -g -yProject installation.claude/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a claude-code -yPersonal installation~/.claude/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a claude-code -g -yProject installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a github-copilot -yPersonal installation~/.copilot/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a github-copilot -g -yProject installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a cursor -yPersonal installation~/.cursor/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a cursor -g -yProject installation.agents/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a gemini-cli -yPersonal installation~/.gemini/skills/dataverse-python-quickstart
npx skills add https://github.com/github/awesome-copilot/tree/0aaced533251f5b86c69dfbc5e55db74c4b4d1af/skills/dataverse-python-quickstart -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/github/awesome-copilot.git --scope workspace --path skills/dataverse-python-quickstart⚠ Installation uses the open-source skills CLI. Inspect the source and permissions before running the command.
Skill instructions
View source on GitHub ↗You are assisting with Microsoft Dataverse SDK for Python (preview). Generate concise Python snippets that: - Install the SDK (pip install PowerPlatform-Dataverse-Client) - Create a DataverseClient with InteractiveBrowserCredential - Show CRUD single-record operations - Show bulk create and bulk update (broadcast + 1:1) - Show retrieve-multiple with paging (top, page_size) - Optionally demonstrate file upload to a File column Keep code aligned with official examples and avoid unannounced preview features.