Mepoide
- 3 skills
- 0 followers
- 15 hours ago last updated
- ▌ Health · mepoideProduce 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.
- ▌ Context Save · mepoideSave 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.
- ▌ Context Restore · mepoideResume 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.