← all publishers

Mepoide

@mepoide source repo

3 published skills

  1. Health · mepoide
    Produce a code-quality dashboard for the current repo — type checker, linter, tests, and dead-code/dependency findings — as a single report. Use when asked "how healthy is this codebase", "run a health check", or before a big refactor to establish a baseline.
    0 installs
  2. Context Save · mepoide
    Save the current working context (git state, decisions made, remaining work) to a file so a future session — possibly on a different machine or after a break — can resume without losing a beat. Use when asked to "save progress", "save context", "checkpoint this", or before a long break/handoff.
    0 installs
  3. Context Restore · mepoide
    Resume work from a context previously saved by the context-save skill, even in a fresh session or on a different machine. Use when asked to "resume", "restore context", "pick up where I left off", or at the start of a session on a repo that has a `.agent-context/` directory.
    0 installs