cognitive-map-openlisted
Install: claude install-skill Punpun1643/agents-skills
# Open a cognitive map
1. Resolve the target from a user-provided path. With no path, look in the current project for `map.html`, then for the most recently modified `*-map.html`.
2. Launch the page with the bundled script, using its absolute path. The launcher regenerates the webpage automatically when it is missing or older than its Markdown source:
```sh
python3 <skill-dir>/scripts/open_map.py [path]
```
Opening a browser is a GUI action. Request the required execution approval instead of bypassing it. Use `--print-only` only for diagnostics and tests.
3. Report the resolved webpage path, that it opened in the default browser, and that graph nodes link back to their explanations in the rendered Markdown content.
If no map source or webpage exists, stop and ask the user to create one with `$agents-skills:cognitive-map`. Do not create an unrelated placeholder map.