Ramakrishnan24689/codeapps-toolkit

The CodeApps Toolkit is a Claude Code plugin that provides specialized agents, sub-agents for workflow automation, and code generation tools for building Power Apps Code Apps—custom web applications built with React + TypeScript that run within Power Apps using the Power Platform SDK.

5Stars on the repository
16Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

add-datasource

01

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Add data sources (Dataverse tables or Power Platform connectors) to a Code App. Handles both tabular and nontabular connectors, generates service wrappers and React Query hooks.

5 6mo ago A 41 tokens original MIT

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Validate TypeScript compilation and ESLint compliance before code delivery. Use after implementation to ensure production-ready code quality.

5 6mo ago A 27 tokens original MIT

codeapps-validator

03

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Comprehensive Power Platform Code Apps validation. Validates package.json scripts, port configuration, dependencies, project structure, TypeScript compilation, and Power Platform configuration. Use after setup or before deployment.

5 6mo ago A 42 tokens original MIT

deploy-codeapp

04

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Deploy Code App to Power Platform with comprehensive pre-deployment validation, build verification, and post-deployment checks. Ensures vite.config.ts has base path configured.

5 6mo ago A 36 tokens original MIT

fix-codeapp-issue

05

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Troubleshoot and fix common Power Apps Code Apps issues including deployment errors, 404 asset errors, Dataverse OData errors, authentication issues, and build failures. Provides diagnostic guidance and automated fixes.

5 6mo ago A 46 tokens original MIT

gen-component

06

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Generate React components for displaying and managing data. Creates list views, detail views, and forms using Fluent UI v9 with React Query hooks integration.

5 6mo ago A 32 tokens original MIT

gen-hook

07

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Generate React Query hooks for data operations (queries and mutations). Creates type-safe hooks for fetching, creating, updating, and deleting data with proper cache invalidation.

5 6mo ago A 35 tokens original MIT

gen-service

08

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Generate service layer wrapper for Dataverse tables or Power Platform connectors. Creates type-safe services that wrap generated APIs with business logic, error handling, and data transformations.

5 6mo ago A 35 tokens original MIT

init-codeapp

09

Ramakrishnan24689/codeapps-toolkit

Skill Claude CodeCodex

Initialize a new Power Apps Code App project with proper configuration and validation. Sets up dual-server development, configures vite.config.ts with base path, and validates setup.

5 6mo ago A 37 tokens original MIT