What problem does it solve? Every skill that talks to the eventmodelers API needs a token, board ID, organization ID, and base URL, and manually re-entering these credentials each session is error-prone. This Skill centralizes credential resolution so all other skills start from a verified, consistent connection config. ## Core Features & Use Cases - Multi-source config resolution: Reads inline parameters (board=, token=, org=, baseUrl=) first, then falls back to .eventmodelers/config.json found by walking up parent directories, then asks the user for anything still missing. - Secure persistence: Writes the resolved config to the repo-root .eventmodelers/config.json and ensures it is added to .gitignore so the API token is never committed. - Connection verification: Validates the token and board with a lightweight API call and handles 401, 403, and 404 responses with targeted re-prompting. - Use Case: Before running load-slice or build-state-change against an eventmodelers board, invoke this skill once to establish and verify the session's API credentials. ## Quick Start Connect to my eventmodelers board and set up the API config for this session.