Skills
Browse agent-ready Ansight skill URLs from inside the documentation tree.
Skills are Markdown instruction files intended to be copied into, installed into, or linked from an AI agent prompt. The human-facing directory lives here in the docs tree. The raw skill files remain published under /skills/...md so agents can fetch stable Markdown URLs directly.
For security review, use the complete source directory and installation disclosure. These cover supporting files, per-file hashes, exact release manifests, and verification of installed copies.
Install And Setup Skills
| Platform | Skill | Raw URL |
|---|---|---|
| Any supported app | Ansight Install Router Skill, including official CLI installer scripts, Doctor-led dependencies, and reflect.* development-time defaults | /skills/ansight-install.md |
| Agent workstation | Ansight CLI Setup Skill | /skills/ansight-cli-setup.md |
| Ansight .NET Install Skill | /skills/dotnet/ansight-install-dotnet.md | |
| Ansight iOS Install Skill | /skills/ios/ansight-install-ios.md | |
| Ansight Android Install Skill | /skills/android/ansight-install-android.md | |
| Ansight React Native Install Skill | /skills/react-native/ansight-install-react-native.md | |
| Ansight Flutter Install Skill | /skills/flutter/ansight-install-flutter.md | |
| Ansight Cordova / Capacitor Install Skill | /skills/cordova/ansight-install-cordova.md |
App Inspection, Evidence, And Workspace Automation Skills
| Category | Skill | Raw URL |
|---|---|---|
| Main Ansight router | Ansight App Inspection Router Skill for evidence, automation, and platform routing | /skills/agents/ansight-app-inspection.md |
| Live app operation | Start or reuse the host, select a device and session, interact through semantic UI, and verify the result | /skills/agents/ansight-operate-live-app/SKILL.md |
| Remote app tools | Discover and safely call bundled or app-specific tools exposed by a connected app | /skills/agents/ansight-use-remote-app-tools/SKILL.md |
| Session investigation | Correlate logs, network, telemetry, screenshots, visual trees, touches, artifacts, and annotations in a focused time window | /skills/agents/ansight-investigate-session/SKILL.md |
| Session annotation | Add, update, and verify timeline or UI-anchored annotations without mixing CLI and diagnostic-tool schemas | /skills/agents/ansight-annotate-session/SKILL.md |
| Automation readiness | Score integration strength, UI addressability, repeatability, and automation blockers with an evidence-backed rubric | /skills/agents/ansight-assess-automation-readiness/SKILL.md |
| Workspace automation | Initialize and maintain tests, deterministic task extraction and failure diagnosis, event-driven triggers, Trends definitions, sanitizers, schemas, and validation | /skills/agents/ansight-ui-testing/SKILL.md |
| MAUI, native-rendering, and .NET tool interpretation for a core workflow | /skills/dotnet/ansight-app-inspection-dotnet.md | |
| SwiftUI, UIKit, Simulator, storage, and iOS tool interpretation for a core workflow | /skills/ios/ansight-app-inspection-ios.md | |
| Android hierarchy, Compose, storage, reflection, and fallback interpretation for a core workflow | /skills/android/ansight-app-inspection-android.md | |
| Component, shadow, native-tree, navigation, and memory interpretation for a core workflow | /skills/react-native/ansight-app-inspection-react-native.md | |
| Widget, navigation, native-rendering, and physical-device interpretation for a core workflow | /skills/flutter/ansight-app-inspection-flutter.md | |
| DOM, JavaScript, bridge, native-rendering, and fallback interpretation for a core workflow | /skills/cordova/ansight-app-inspection-cordova.md |
Platform-specific tool, logging, and integration skills live on each platform page, such as .NET Skills.
The CLI installer can install ansight-cli-setup, the
ansight-app-inspection router, and all six core workflow skills listed above.
It copies each complete skill directory, including agent metadata and the
readiness scorer. Platform-specific inspection and SDK authoring skills remain
on-demand because the router selects them from the app shape.
Prompt Pattern
Use the raw URL when asking an agent to install or configure Ansight:
Please use this skill https://www.ansight.ai/skills/ansight-install.md to install and configure Ansight in this app. Inspect the repo, choose the matching platform-specific install skill, and continue with that workflow.
Use the CLI setup skill when the agent should configure the local workstation, not an app SDK:
Please use this skill https://www.ansight.ai/skills/ansight-cli-setup.md to configure the Ansight CLI for this workstation. Run the capability checks, start or reuse the resident host, verify structured app and session discovery, and tell me any manual steps that remain.
Pair install skills with the matching app inspection skill when the user wants future live-session debugging through the CLI. If the target app platform is unknown, start with the router skill and let it choose the best platform-specific inspection skill:
Also install or recommend https://www.ansight.ai/skills/agents/ansight-app-inspection.md for future paired app inspection. If the app platform is known, choose the matching platform-specific inspection skill from that router.
Use the dedicated workspace automation skill when the agent should initialize or maintain a repository-owned Ansight workspace, choose the correct component, or create and validate its automation:
Please use this skill https://www.ansight.ai/skills/agents/ansight-ui-testing/SKILL.md to initialize or inspect this Ansight workspace, explain which workspace component fits the goal, scaffold or extract it through the available Ansight surface, ground UI selectors in recorded evidence, diagnose failed task runs, and validate the completed definition.
Use a focused evidence skill directly when the desired operation is already known:
Use https://www.ansight.ai/skills/agents/ansight-operate-live-app/SKILL.md to select the exact connected app session, perform the requested semantic UI interaction, and verify the resulting state.
Pair live operation with the remote-tool skill only when the task also needs in-process framework or domain state. Use the investigation skill for retained session evidence and the annotation skill for timeline or screenshot-targeted review notes.