add-pen-input Skill
Internal implementation skill invoked by /add-native for pen, signature, ink, drawing, and handwriting capture workflows using @microsoft/power-apps-native-pen-input. Published by microsoft in power-platform-skills.
What is add-pen-input Skill?
Internal implementation skill invoked by /add-native for pen, signature, ink, drawing, and handwriting capture workflows using @microsoft/power-apps-native-pen-input. Published by microsoft in power-platform-skills. 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
- Testing
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use add-pen-input Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/power-platform-skills
- Skill file: plugins/mobile-apps/skills/add-native/add-pen-input/SKILL.md
What it does
Internal implementation skill invoked by /add-native for pen, signature, ink, drawing, and handwriting capture workflows using @microsoft/power-apps-native-pen-input.
Skill instructions
📋 Shared instructions: shared-instructions.md — read first. Add Pen Input Internal helper. Users should invoke /add-native pen-input, /add-native signature, or /add-native @microsoft/power-apps-native-pen-input; /add-native routes here after resolving the capability. Generate or verify the native pen input wrapper and show how to call its native React Native API. Do not use the HostingSDK / PCF path from the package README; that is for a different use case. Steps 1. Verify app bash test -f app.config.js && test -f power.config.json && test -f package.json && test -d src If this fails, tell the user to run /create-mobile-app first and STOP. 2. Verify package is already present bash node -e "const p=require('./package.json'); const m='@microsoft/power-apps-native-pen-input'; if (!p.dependencies?.[m]) { console.error('MISSING: ' + m + ' is not in package.json. The template/app must already ship this native extension. This skill will not install it or edit native config.'); process.exit(1
Explore related resources
Frequently asked questions
What is add-pen-input?
add-pen-input is a open-source AI agent skill with Copy skill directory. Internal implementation skill invoked by /add-native for pen, signature, ink, drawing, and handwriting capture workflows using @microsoft/power-apps-native-pen-input.
Who is add-pen-input best for?
add-pen-input is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install add-pen-input?
Install or run add-pen-input using Copy skill directory. Check add-pen-input for the latest setup command.
Is add-pen-input actively maintained?
add-pen-input may need a closer maintenance check before production use.
Auto-fetched from GitHub.