Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mvarge/agent-skills

A small collection of agent skills I've extracted from my own setup and generalised for public use.

Skills

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

Install a specific skill:

npx skills add mvarge/agent-skills --skill ntfy-agent-bridge
npx skills add mvarge/agent-skills --skill opencode-session-recovery

Install all skills in this repo:

npx skills add mvarge/agent-skills

Or clone skills/<name>/SKILL.md directly into your agent's skills directory (e.g. ~/.agents/skills/, ~/.claude/skills/).

License

MIT

About

Public agent skills for OpenCode, Claude Code, Cursor, and other agent runtimes

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages