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

PlatformSkillRaw URL
Any supported appAnsight Install Router Skill, including reflect.* development-time defaults/skills/ansight-install.md
Agent workstationAnsight MCP Setup Skill/skills/ansight-mcp-setup.md
.NETAnsight .NET Install Skill/skills/dotnet/ansight-install-dotnet.md
iOSAnsight iOS Install Skill/skills/ios/ansight-install-ios.md
AndroidAnsight Android Install Skill/skills/android/ansight-install-android.md
React NativeAnsight React Native Install Skill/skills/react-native/ansight-install-react-native.md

Debugging Skills

CategorySkillRaw URL
App inspection routerAnsight App Inspection Router Skill, including reflect.* discovery guidance/skills/agents/ansight-app-inspection.md
.NET inspectionAnsight .NET App Inspection Skill/skills/dotnet/ansight-app-inspection-dotnet.md
iOS inspectionAnsight iOS App Inspection Skill/skills/ios/ansight-app-inspection-ios.md
Android inspectionAnsight Android App Inspection Skill/skills/android/ansight-app-inspection-android.md
React Native inspectionAnsight 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.