Agent Skills for .NET iOS
Stop hunting for the right snippet. Scandit's Agent Skills bring 15 years of barcode, label, and ID scanning expertise directly into your coding agent: Claude Code, Codex, Cursor, GitHub Copilot, Gemini, OpenCode, and 40+ others. Describe what you want to build and the skill writes the .NET iOS integration into your codebase: SDK setup, license activation, UI wiring, performance defaults, and the edge cases to avoid. Skills stay in sync with every SDK release, so the generated code always targets current, validated APIs.
How it works
- Describe your use case in plain language inside your AI coding tool (e.g. "scan barcodes in a warehouse picking app on .NET iOS"). The more detail, the better — the agent will ask follow-ups if anything is missing.
- The
data-capture-sdkproduct-picker skill recommends the right Scandit product and framework combination, grounded in real customer integrations. - The matching product-and-framework skill (e.g.
barcode-capture-net-ios) takes over and writes the integration directly into your codebase. Review the result and ship.
Install the Scandit skills bundle
Installing the bundle gives your agent access to every Scandit skill, including the data-capture-sdk product picker. Your agent loads the right one automatically based on your prompt — or you can invoke a specific skill explicitly with /skill-name followed by your task.
Run this in a terminal in your project directory, then follow the instructions to select your coding agent.
npx skills add https://github.com/scandit/skillsAvailable skills for .NET iOS
Each skill targets a specific Scandit product on .NET iOS.
| Skill | Covers | Docs |
|---|---|---|
data-capture-sdk | Shared baseline — product selection, license activation, framework boilerplate, troubleshooting. Recommended alongside any product skill. | — |
barcode-capture-net-ios | Barcode Capture (single-barcode scanning) integration & migration. | Barcode Capture |
barcode-capture-maui | Barcode Capture (single-barcode scanning) integration & migration — Barcode Capture for .NET MAUI (cross-platform iOS + Android). | Barcode Capture for .NET MAUI (cross-platform iOS + Android) |
Install a single skill
Prefer to install just one skill instead of the full bundle? Open the product page linked in the Docs column above — each product page has its own install box with the right command for that specific .NET iOS skill.
Learn more
- scandit/skills repository — source code and full catalog of Scandit skills.
- Agent Skills documentation — the open spec for the Agent Skills format used across tools.
- Agent Skills overview (Anthropic) — Claude's documentation on how skills work.
skillsnpm package — the CLI behindnpx skills add.
Scandit also publishes AI-readable documentation in llms.txt and via Context7, so any AI agent — even without our skills installed — can pull in current, structured Scandit knowledge instead of relying on outdated training data.