Ramakrishnan24689/agent365-mcpapp
Instructions file CodexOpenCode
Instructions for Ramakrishnan24689/agent365-mcpapp, covering agents.md — ai assistant guide for agent365-mcpapp, project overview, commands, architecture and key patterns.
Ramakrishnan24689/agent365-mcpapp
Instructions file CodexOpenCode
Instructions for Ramakrishnan24689/agent365-mcpapp, covering agents.md — ai assistant guide for agent365-mcpapp, project overview, commands, architecture and key patterns.
Ramakrishnan24689/codeapps-toolkit
Plugin Claude Code
Plugin marketplace listing 1 plugin: codeapps-toolkit.
Ramakrishnan24689/codeapps-toolkit
Plugin Claude Code
Claude Code plugin for Power Apps Code Apps development - specialized agents, workflow skills, and code generation for React + TypeScript + Power Platform.
Ramakrishnan24689/codeapps-toolkit
Agent
Specialist in Power Platform connector integration for Code Apps. Expert in SharePoint lists, SQL Server, Office 365, and 1,500+ connectors. Knows critical SharePoint patterns: expanded objects for referenced columns, getReferencedEntity() for dropdowns, response normalization. Use proactively when: (1) Adding…
Ramakrishnan24689/codeapps-toolkit
Agent
Specialist in Dataverse integration for Code Apps. Expert in CRUD operations, table metadata, Context API, and avoiding common pitfalls (system-managed field errors, Boolean type mismatches, false updates). Use proactively when: (1) Adding Dataverse tables, (2) Implementing CRUD operations, (3) Creating service…
Ramakrishnan24689/codeapps-toolkit
Agent
Specialist in deploying Code Apps to Power Platform. Use proactively when: (1) Deploying apps to environments, (2) Managing ALM workflows, (3) Implementing CI/CD pipelines, (4) Troubleshooting deployment issues. Validates configuration before deployment and verifies successful deployment.
Ramakrishnan24689/codeapps-toolkit
Agent
Autonomous executor for Power Apps Code Apps development. Automatically orchestrates complete workflows from a single prompt - builds entire apps, adds features, fixes issues, and deploys. Use when: (1) User wants to build/modify a Code App, (2) User needs data sources or features added, (3) Complete project…
Ramakrishnan24689/codeapps-toolkit
Agent
Specialist in Power Apps Code Apps project initialization. Use proactively when: (1) Creating new Code Apps projects, (2) Setting up project structure, (3) Configuring package.json and vite.config.ts, (4) Running initial validation. Ensures proper setup with base: './' configuration and dual-server development…
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.
Ramakrishnan24689/codeapps-toolkit
Skill Claude CodeCodex
Validate TypeScript compilation and ESLint compliance before code delivery. Use after implementation to ensure production-ready code quality.
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.
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.
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.
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.
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.
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.
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.