filmicgaze/MiChat-desktop Skills
(14)Browse AI agent skills from filmicgaze/MiChat-desktop for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
database-toolset-general
filmicgaze/MiChat-desktop
Use this when you need to work with MiChat’s profile-scoped SQLite database tools (create/inspect/migrate/query/update/backup).
documents-basics
filmicgaze/MiChat-desktop
Read and edit local documents inside the profile’s configured workspace_root (search, section reads, bounded context reads, workspace view, and safe writes). Use for content work when you don’t need folder workflows like drafts/archive/trash.
documents-workspace
filmicgaze/MiChat-desktop
Document work inside the profile’s workspace_root when you need filesystem support for safe iteration (drafts/archive/trash, promotion), reorganisation, or other work that’s large/iterative enough that you don’t want to overwrite the only copy.
michat-context-aware-tool-design
filmicgaze/MiChat-desktop
Design or revise MiChat toolsets/tools for unambiguous contracts, strict scope gating, and context-efficient outputs. Use when adding new toolsets/tools, changing tool schemas/outputs, debugging tool misuse or context bloat, or refactoring toolset boundaries.
michat-dev-frozen-toolset-parity
filmicgaze/MiChat-desktop
Prevent dev vs frozen tool behavior drift in MiChat. Use whenever changing toolset code, tool schemas/metadata, toolset configs, loader behavior, or build/spec wiring that affects tool loading.
michat-docs-drift-guard
filmicgaze/MiChat-desktop
Prevent documentation drift in the MiChat repo. Use when editing any docs, preparing a release/clean-history pass, or when docs disagree. Enforces: (1) `docs/` is canonical and mirrored into `profiles/assistant/library/michat-specs/`, (2) `docs/MICHAT_REFERENCE.md` is human-facing and must not contradict technical docs or code, (3) assistant-facing guides under `profiles/_global/library/*_for_assistants.md` are derived and must not contradict sources or code, and (4) version/date headers should be bumped when docs change.
michat-friendly-documents
filmicgaze/MiChat-desktop
Guidance for authoring documents that work well with MiChat’s document tools (searchable, section-readable, and safely updatable without whole-file rewrites).
michat-skill-implementation
filmicgaze/MiChat-desktop
Repo guidance for implementing a new MiChat agent skill and its tool wiring.
michat-specs-reference
filmicgaze/MiChat-desktop
Use this when a user asks obscure technical/structural questions about MiChat internals (profiles/toolsets/actions/skills) that are beyond the scope of the michat-user-support skill and require consulting the michat-specs documents as source of truth.
michat-user-support
filmicgaze/MiChat-desktop
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.
print-documents
filmicgaze/MiChat-desktop
Create a clean, well-formatted printable single-file HTML document under the working folder and open it for print preview.
profiles-new-profile-workflow
filmicgaze/MiChat-desktop
Create a new MiChat profile collaboratively (goals → toolsets → instructions → optional skills → create → smoke test), using the profiles toolset.
scratchpad
filmicgaze/MiChat-desktop
How to use the scratchpad tools (mechanics + etiquette + context discipline).
skills-authoring
filmicgaze/MiChat-desktop
Create or edit a MiChat skill for the active profile (SKILL.md plus optional references/assets), following the Agent Skills spec and MiChat’s gating metadata.