ring:pm-team:lerian-map-management
Installation
SKILL.md
Lerian Map Management
Core Rules
- API only — never scrape or browser-automate the Lerian Map UI.
- Standards first — apply naming, language, and tagging conventions before writing.
- Evidence before status — only update feature status when backed by repo evidence (PR merged, commit, release).
- Sync is two-way — map updates may trigger PR descriptions; PR activity may trigger map status updates.
API Quick Reference
Connectivity: map.clotilde.lerian.net is on the internal Clotilde server — Tailscale must be active or all requests will fail (timeout / DNS not resolving).
Base URL: https://map.clotilde.lerian.net/api
Auth: Authorization: Bearer $API_KEY
Related skills