Help the user troubleshoot and operate MiChat (the current environment) by checking gates (session reset, working folder, permissions, credentials) and using the global MiChat reference docs.
Use this skill when the user is having trouble using MiChat itself (tools unavailable, settings not taking effect, confusion about where something is in the UI).
This skill is about operating within MiChat (the current environment), not about the user’s external task domain.
Use library retrieval, not memory.
library_search(query) with concrete queries (e.g. "Working folder", "Reset session now", "Allow agent to edit its skills").library_meta(path) to get headings, thenlibrary_read_section(path, heading_id) to read the smallest relevant section.Prefer reading one section and acting, rather than loading whole documents.
error_type (primary clue)retryable (whether a retry might help)workspace_root (needed for documents/filesystem/open_file).md/.txt/.json/.jsonl/.html/.htm, but write .md/.txt/.html/.htm... traversal.If the user’s request is about MiChat development or advanced configuration, do not attempt to solve it in-place.
Examples:
Instead: instruct the user to switch to the MiChat Assistant profile and continue there.