pygraphistry-ai
Installation
SKILL.md
PyGraphistry AI
Doc routing (local + canonical)
- First route with
../pygraphistry/references/pygraphistry-readthedocs-toc.md. - Use
../pygraphistry/references/pygraphistry-readthedocs-top-level.tsvfor section-level shortcuts. - Only scan
../pygraphistry/references/pygraphistry-readthedocs-sitemap.xmlwhen a needed page is missing. - Use one batched discovery read before deep-page reads; avoid
cat *and serial micro-reads. - In user-facing answers, prefer canonical
https://pygraphistry.readthedocs.io/en/latest/...links.
Typical workflow
- Build graph from nodes/edges.
- Run feature/embedding method (
umap,embed, optionaldbscan). - Inspect derived columns/features and visualize.
- Iterate on feature columns and sampling strategy.