pcf-manifest-schema

Document XML elements and attributes in PCF ControlManifest.Input.xml files.

Updated Jan 23, 2026
One-click install
npx skills add https://github.com/pingqLIN/skill-0 --skill pcf-manifest-schema
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pcf-manifest-schema
Source: https://github.com/pingqLIN/skill-0/tree/main/converted-skills/pcf-manifest-schema
Command: npx skills add https://github.com/pingqLIN/skill-0 --skill pcf-manifest-schema

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for the ControlManifest.Input.xml file used in Power Apps Component Framework (PCF) development, ensuring developers understand all available XML elements and their purposes.

Core Features & Use Cases

  • Element Reference: Details all root, core, property, data set, resource, feature usage, dependency, library, event, and action elements.
  • Attribute Definitions: Explains key attributes for each element, such as name, path, of-type, usage, etc.
  • Use Case: A PCF developer needs to define a new custom control. They can refer to this Skill to understand the structure and available options for their ControlManifest.Input.xml file, ensuring all necessary properties, resources, and features are correctly configured.

Quick Start

Refer to the pcf-manifest-schema skill for details on the <property> element within a PCF manifest file.

Frequently Asked Questions about pcf-manifest-schema

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

FAQPage Schema
What is the ControlManifest.Input.xml file in Power Apps Component Framework?

The ControlManifest.Input.xml file defines custom controls in Power Apps Component Framework, specifying all available XML elements including properties, data sets, resources, and feature usage for accurate component definition.

How do I define a property element in a PCF manifest schema?

To define a property element in a PCF manifest schema, refer to the schema reference for the ControlManifest.Input.xml file, which details key attributes like name, of-type, and usage for configuring custom component properties.

What XML elements are available in the Power Apps Component Framework manifest?

The Power Apps Component Framework manifest supports root, core, property, data set, resource, feature usage, dependency, library, event, and action XML elements within the ControlManifest.Input.xml file for defining custom controls.

Can I use the PCF manifest schema reference to configure data sets and resources?

Yes, the PCF manifest schema reference provides detailed definitions for data set and resource elements, explaining attributes like path and usage to ensure correct configuration within the ControlManifest.Input.xml file.

What are the best practices for defining custom components in Power Apps Component Framework?

Best practices for defining custom components in Power Apps Component Framework involve using the ControlManifest.Input.xml schema reference to correctly configure all necessary properties, resources, features, and dependencies for your control manifest.

Why do I need to understand XML attributes for the property element in PCF development?

Understanding XML attributes for the property element in PCF development is necessary because attributes like name, of-type, and usage dictate how the custom component interacts with data and the Power Apps platform.