qupath-guidelisted
Install: claude install-skill patolojiAI/pathology-skills-collection
# QuPath Guide
Help users get the most out of QuPath — the open-source platform for bioimage analysis widely used
in digital pathology research. This skill covers troubleshooting, interface navigation, image
analysis workflows, and Groovy scripting.
## Approach
When a user asks a QuPath question, follow this decision flow:
1. **Assess the user's level** from context cues (terminology, question complexity, error messages).
Adapt language accordingly — a pathologist new to QuPath needs different guidance than a developer
building extensions.
2. **Identify the category** of the question:
- **Troubleshooting** → Read `references/troubleshooting.md` first. Most users come with a problem.
- **UI / Navigation** → Read `references/ui-guide.md` for interface guidance.
- **Analysis workflows** → Read `references/analysis-workflows.md` for step-by-step workflows.
- **Scripting** → Read `references/scripting-guide.md` for Groovy patterns and examples.
- **Multiple categories** → Read the relevant reference files in combination.
3. **Fetch official docs when needed.** For version-specific details, API questions, or anything
where the reference files don't have enough detail, search or fetch from QuPath's official
documentation:
- Main docs: `https://qupath.readthedocs.io/en/stable/`
- Javadoc API: `https://qupath.github.io/javadoc/docs/`
- Community forum: `https://forum.image.sc/tag/qupath`
- GitHub: `https://github.com/qupath/qupath`
4. **Pr