A small collection of agent skills I've extracted from my own setup and generalised for public use.
Delegate tasks from an in-session coding agent (OpenCode, Claude Code, Cursor, etc.) to a separate, out-of-session agent you run yourself, via a private ntfy.sh topic. The remote agent polls the topic, executes autonomously, and replies out-of-band (Telegram, email, whatever it's configured for).
Useful if you have a personal agent with tools the current coding session doesn't (Gmail, Calendar, Drive, persistent memory, server shell) and want to hand off work to it without switching contexts.
Find, search, and resume past OpenCode sessions by querying the local SQLite session store directly instead of scrolling the TUI picker. Ships with three helper scripts (oc-ls, oc-grep, oc-resume) for listing sessions by cwd, full-text search across message content, and resuming by title fragment or session ID. Also includes a schema cheat sheet, useful raw-SQL recipes, and a triage playbook for when title generation silently breaks.
Install a specific skill:
npx skills add mvarge/agent-skills --skill ntfy-agent-bridge
npx skills add mvarge/agent-skills --skill opencode-session-recoveryInstall all skills in this repo:
npx skills add mvarge/agent-skillsOr clone skills/<name>/SKILL.md directly into your agent's skills directory (e.g. ~/.agents/skills/, ~/.claude/skills/).