An agentic skills framework & software development methodology that works.
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.
Builders who run OMP and want reusable multi-agent workflow rules instead of hand-rolling task routing each time.
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
- 1Install all three skills globally with the skills CLI
npx skills add dsebban/skills \ --skill poteto-mode pstack-omp orchestrate-omp \ --global --yes
- 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
| Skill | Purpose |
|---|---|
poteto-mode | Routes substantial work to the matching pstack playbook. This OMP port uses stable skill://poteto-mode/... links. |
pstack-omp | Maps pstack roles and lifecycle protocols to OMP task agents, batches, IRC, and result resources. |
orchestrate-omp | Coordinates 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/skillsenabled. - The pstack workflow and principle skills referenced by the selected
poteto-modeplaybook. 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
taskinventory. - Omit
agentto select OMP's default worker. - Use
tasks[],context,effort, andisolatedonly 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 fromhistory://<id>when needed. - Keep user interaction, approvals, integration, and final verification with the root coordinator.
Provenance
poteto-modeis adapted from Lauren Tan'spstack, version 0.14.1.orchestrate-ompis adapted from Eric Provencher'sorchestrateskill.pstack-ompand 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
- agents
- skills
- .gitignore
- LICENSE
- README.md
- THIRD_PARTY_NOTICES.md
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More skills

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.
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.
Public repository for Agent Skills
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…)

Production-grade engineering skills for AI coding agents.