filmicgaze
- 14 skills
- 0 followers
- 15 hours ago last updated
- ▌ Scratchpad · filmicgazeHow to use the scratchpad tools (mechanics + etiquette + context discipline).
- ▌ Michat Docs Drift Guard · filmicgaze bundlePrevent 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.
- ▌ Print Documents · filmicgazeCreate a clean, well-formatted printable single-file HTML document under the working folder and open it for print preview.
- ▌ Documents Basics · filmicgazeRead 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.
- ▌ Skills Authoring · filmicgazeCreate 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.
- ▌ Michat Skill Implementation · filmicgaze bundleRepo guidance for implementing a new MiChat agent skill and its tool wiring.
- ▌ Documents Workspace · filmicgazeDocument 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 User Support · filmicgazeHelp 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.
- ▌ Michat Context Aware Tool Design · filmicgaze bundleDesign 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 bundlePrevent 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.
- ▌ Database Toolset General · filmicgazeUse this when you need to work with MiChat’s profile-scoped SQLite database tools (create/inspect/migrate/query/update/backup).
- ▌ Michat Specs Reference · filmicgazeUse 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 Friendly Documents · filmicgazeGuidance for authoring documents that work well with MiChat’s document tools (searchable, section-readable, and safely updatable without whole-file rewrites).
- ▌ Profiles New Profile Workflow · filmicgazeCreate a new MiChat profile collaboratively (goals → toolsets → instructions → optional skills → create → smoke test), using the profiles toolset.