add-adaptive-card-form Skill
Create form-based UI for your Command Palette extension using Adaptive Cards. Use when asked to add forms, user input fields, toggle switches, text inputs, dropdown menus, data entry, surveys, configuration dialogs, or interactive content pages. Supports the Adaptive Cards Designer for visual form building. Published by microsoft in PowerToys.
What is add-adaptive-card-form Skill?
Create form-based UI for your Command Palette extension using Adaptive Cards. Use when asked to add forms, user input fields, toggle switches, text inputs, dropdown menus, data entry, surveys, configuration dialogs, or interactive content pages. Supports the Adaptive Cards Designer for visual form building. Published by microsoft in PowerToys. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Design and media
- Data analysis use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use add-adaptive-card-form Skill
- Use it for data analysis.
- Use it for design and media.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/PowerToys
- Skill file: src/modules/cmdpal/ExtensionTemplate/TemplateCmdPalExtension/.github/skills/add-adaptive-card-form/SKILL.md
What it does
Create form-based UI for your Command Palette extension using Adaptive Cards. Use when asked to add forms, user input fields, toggle switches, text inputs, dropdown menus, data entry, surveys, configuration dialogs, or interactive content pages. Supports the Adaptive Cards Designer for visual form building.
Skill instructions
Add Forms with Adaptive Cards Create interactive forms in your Command Palette extension using Adaptive Cards. Forms allow you to collect user input through text fields, toggles, dropdowns, and other controls. When to Use This Skill - Adding a form to collect user input (name, settings, feedback) - Creating interactive configuration dialogs - Building data entry interfaces - Adding toggle switches or dropdown menus - Displaying complex layouts beyond simple lists Prerequisites - Familiarity with Adaptive Cards - Optional: Use the Adaptive Card Designer to visually build your form Quick Start Step 1: Create a ContentPage with FormContent Create a new file in your Pages/ directory: csharp using Microsoft.CommandPalette.Extensions; using Microsoft.CommandPalette.Extensions.Toolkit; using System.Text.Json.Nodes; namespace YourExtension; internal sealed partial class MyFormPage : ContentPage { private readonly MyForm form = new(); public MyFormPage() { Name = "Open"; Title = "My Form"; Icon
Explore related resources
Frequently asked questions
What is add-adaptive-card-form?
add-adaptive-card-form is a open-source AI agent skill with Copy skill directory. Create form-based UI for your Command Palette extension using Adaptive Cards.
Who is add-adaptive-card-form best for?
add-adaptive-card-form is best for reusing agent instructions, scripts, and references, data analysis workflows, design and media workflows.
How do I install add-adaptive-card-form?
Install or run add-adaptive-card-form using Copy skill directory. Check add-adaptive-card-form for the latest setup command.
Is add-adaptive-card-form actively maintained?
add-adaptive-card-form may need a closer maintenance check before production use.
Auto-fetched from GitHub.