Sandbox
@dsebban/skills

OMP skills for pstack orchestration and task routing

This repository packages three OMP skills that adapt pstack-style workflows for the `omp` coding agent. `poteto-mode` routes work to the right playbook, `pstack-omp` maps roles and lifecycle rules, and `orchestrate-omp` coordinates scouts, workers, reviews, and verification.

60 stars3 forksTypeScriptUpdated 1mo ago
Who it's for

Builders who run OMP and want reusable multi-agent workflow rules instead of hand-rolling task routing each time.

What it delivers

You can break substantial coding work into routed playbooks, parallel tasks, and root-owned verification inside OMP.

What it does

Poteto mode routing

Routes substantial work to matching pstack playbooks through stable `skill://poteto-mode/...` links.

Pstack role mapping

Maps pstack roles and lifecycle protocols to OMP task agents, batches, IRC, and result resources.

Orchestration workflow

Coordinates parallel scouts, scoped workers, specialist reviews, and root-owned verification.

Optional compatibility agents

Provides `agents/poteto-agent.md` and `agents/comment-sicko.md` for workflows that call those names directly.

Exact skill URIs

Defines the skill names OMP should resolve, including nested links like `skill://poteto-mode/playbooks/babysit.md`.

OMP setup notes

Shows the OMP allowlist settings needed for shared agent skills in `~/.omp/agent/config.yml`.

How to get it

  1. 1Install all three skills globally with the skills CLI
    npx skills add dsebban/skills \
      --skill poteto-mode pstack-omp orchestrate-omp \
      --global --yes
  2. 2Clone this repository, then place the agent definitions in OMP's user agent directory
    git clone https://github.com/dsebban/skills.git
    cd skills
    mkdir -p ~/.omp/agent/agents
    cp agents/poteto-agent.md ~/.omp/agent/agents/
    cp agents/comment-sicko.md ~/.omp/agent/agents/

README

OMP skills

OMP-native orchestration and pstack adapters for the omp coding agent.

Included skills

SkillPurpose
poteto-modeRoutes substantial work to the matching pstack playbook. This OMP port uses stable skill://poteto-mode/... links.
pstack-ompMaps pstack roles and lifecycle protocols to OMP task agents, batches, IRC, and result resources.
orchestrate-ompCoordinates parallel scouts, scoped workers, specialist reviews, and root-owned verification.

The repository also includes optional poteto-agent and comment-sicko definitions under agents/.

Requirements

  • OMP 17.3.5 or newer.
  • OMP skill discovery from ~/.agents/skills enabled.
  • The pstack workflow and principle skills referenced by the selected poteto-mode playbook. This repository contains the OMP router and adapter, not the complete upstream pstack catalog.

Install the skills

Install all three skills globally with the skills CLI:

npx skills add dsebban/skills \
  --skill poteto-mode pstack-omp orchestrate-omp \
  --global --yes

Allow OMP to discover shared agent skills in ~/.omp/agent/config.yml:

skills:
  enableAgentsUser: true
  includeSkills:
    - poteto-mode
    - pstack-omp
    - orchestrate-omp

Start a new OMP process after changing the allowlist. Existing sessions retain their previous skill inventory.

Install the optional agents

Clone this repository, then place the agent definitions in OMP's user agent directory:

git clone https://github.com/dsebban/skills.git
cd skills
mkdir -p ~/.omp/agent/agents
cp agents/poteto-agent.md ~/.omp/agent/agents/
cp agents/comment-sicko.md ~/.omp/agent/agents/

The standard pstack-omp role map does not require these agents. They support imported workflows that call the compatibility names directly.

Use the skills

OMP resolves the skills by these exact names:

skill://poteto-mode
skill://pstack-omp
skill://orchestrate-omp

Nested pstack files use the owning skill URI:

skill://poteto-mode/playbooks/babysit.md
skill://poteto-mode/references/plan.md

Do not use skill://playbooks/... or the display label Poteto Mode. OMP resolves skill names exactly and case-sensitively.

OMP task behavior

  • Use the exact agent names in the live task inventory.
  • Omit agent to select OMP's default worker.
  • Use tasks[], context, effort, and isolated only when the live task schema exposes them.
  • Treat child sessions as fresh context. Put the goal, constraints, ownership, acceptance criteria, and leaf-agent boundary in every assignment.
  • Read complete results from agent://<id> and transcripts from history://<id> when needed.
  • Keep user interaction, approvals, integration, and final verification with the root coordinator.

Provenance

  • poteto-mode is adapted from Lauren Tan's pstack, version 0.14.1.
  • orchestrate-omp is adapted from Eric Provencher's orchestrate skill.
  • pstack-omp and the OMP-specific integration are maintained in this repository.

See THIRD_PARTY_NOTICES.md for upstream copyright notices.

License

MIT. See LICENSE.

Files in the repo

Repository payload6 top-level entries
  • agents
  • skills
  • .gitignore
  • LICENSE
  • README.md
  • THIRD_PARTY_NOTICES.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

obra/
superpowers

An agentic skills framework & software development methodology that works.

285k
1 add

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k