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.
Install And Setup Skills
| Platform | Skill | Raw URL |
|---|---|---|
| Any supported app | Ansight Install Router Skill, including reflect.* development-time defaults | /skills/ansight-install.md |
| Agent workstation | Ansight MCP Setup Skill | /skills/ansight-mcp-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 |
Debugging Skills
| Category | Skill | Raw URL |
|---|---|---|
| App inspection router | Ansight App Inspection Router Skill, including reflect.* discovery guidance | /skills/agents/ansight-app-inspection.md |
| Ansight .NET App Inspection Skill | /skills/dotnet/ansight-app-inspection-dotnet.md | |
| Ansight iOS App Inspection Skill | /skills/ios/ansight-app-inspection-ios.md | |
| Ansight Android App Inspection Skill | /skills/android/ansight-app-inspection-android.md | |
| Ansight React Native App Inspection Skill | /skills/react-native/ansight-app-inspection-react-native.md |
Platform-specific tool, logging, and integration skills live on each platform page, such as .NET Skills.
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 MCP setup skill when the agent should configure the local workstation or AI client, not an app SDK:
Please use this skill https://www.ansight.ai/skills/ansight-mcp-setup.md to configure Ansight MCP for this workstation. Prefer the stdio bridge, register the MCP server as "ansight", verify the client can list it, 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 Ansight Studio. 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.