add-datasource

Add Dataverse tables or Power Platform connectors to Code Apps with generated service wrappers and React Query hooks.

5|1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ramakrishnan24689/codeapps-toolkit --skill add-datasource-ramakrishnan24689
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-datasource
Source: https://github.com/Ramakrishnan24689/codeapps-toolkit/tree/main/skills/add-datasource
Command: npx skills add https://github.com/Ramakrishnan24689/codeapps-toolkit --skill add-datasource-ramakrishnan24689

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add Dataverse tables or Power Platform connectors as data sources to a Code App, automating service wrapper and React Query hook generation to accelerate data access.

Core Features & Use Cases

  • Creates data-source entries for Dataverse tables or connectors and generates a dedicated service layer and hooks.
  • Validates generated files and provides usage examples for common data-access scenarios in Code Apps.
  • Supports both tabular (Dataverse/SQL-like) and nontabular connectors, with workflow guidance for ALM and error handling.

Quick Start

Ask Claude to specify a data source type (dataverse or connector) and its identifier, then run the add-datasource action to generate services and hooks.

Frequently Asked Questions about add-datasource

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add Dataverse tables as a data source to a Power Platform Code App?

To add Dataverse tables as a data source to a Code App, you specify the data source type and identifier for automated service wrapper generation. This generates a dedicated service layer and React Query hooks to accelerate data access and validation via PAC CLI.

Can I generate React Query hooks for non-tabular Power Platform connectors in a Code App?

Yes, you can generate React Query hooks for non-tabular Power Platform connectors in a Code App. The automation supports both tabular Dataverse datasets and non-tabular connectors, creating dedicated service wrappers and providing usage guidance for data access.

What is the best way to automate service wrapper generation for Code App data sources?

The best way to automate service wrapper generation for Code App data sources is by specifying your data source type and identifier to trigger automated creation. This validates generated files and produces service layers with React Query hooks for seamless data access.

Does adding a data source to a Code App handle ALM workflow and error guidance?

Yes, adding a data source to a Code App handles ALM workflow and error guidance. The process validates generated files, provides usage examples for common data-access scenarios, and includes workflow guidance for application lifecycle management and error handling.

Why do I need PAC CLI commands to validate generated service wrappers and hooks?

You need PAC CLI commands to validate generated service wrappers and hooks because they ensure the generated service layer functions correctly within your Code App. This validation satisfies data-access requirements and provides error handling for both tabular and non-tabular connectors.