Scanned Inc. avatar

Scanned Inc.

Official

@scannedinc · United States

0Followers
|
1Public Repos
|
4Published Skills

We build clever technology devices and software that make it easy to simplify your life.

Skills Distribution
DomainDeveloper To...Xojo Language & Fr.. (30%)IDE Build & Projec.. (25%)Legacy API Migration (25%)Code Linting & Val.. (20%)

Agent Skills by Scanned Inc.

Showing 4 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Scanned Inc.

FAQPage Schema
What tasks can I perform with Scanned Inc.'s Xojo skills?

You can drive a running Xojo IDE to open, build, run, and stop projects; look up over fifteen thousand documented language members; lint and format .xojo_project, .xojo_code, and .xojo_window files; and migrate desktop projects from API 1.0 to API 2.0 with vetted conversion rules.

Who are these Xojo skills designed for?

They target Xojo developers maintaining desktop, web, mobile, or console projects, especially engineers modernizing legacy API 1.0 codebases, enforcing pre-commit validation, or needing authoritative API 2.0 signatures instead of outdated online examples.

How does the Xojo API 1.0 to API 2.0 migration work?

The xojo-migrate skill performs a rule-driven, confidence-tiered rewrite committed one category at a time, fixing index bases, sentinels, and epoch shifts. It is user-invoked only: run /xojo:xojo-migrate in Claude Code or $xojo-migrate in Codex yourself.

What prerequisites do these Xojo skills require?

The xojo-ide skill requires a running Xojo IDE with the bundled xojoctl command. The xojo skill relies on a local copy of the official Xojo documentation with deprecation indexes. The lint and migrate skills operate on Xojo projects saved in text format.

When should I use the xojo documentation skill instead of answering from memory?

Always, before using any Xojo class, property, method, event, or constant. Most online Xojo examples use removed API 1.0 syntax, so the local documentation confirms exact signatures, deprecation status, the deprecating release, and the API 2.0 replacement.