by dsebban
OMP-native pstack and orchestration skills for multi-agent coding workflows
# Add to your Claude Code skills
git clone https://github.com/dsebban/skillsskills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by dsebban. OMP-native pstack and orchestration skills for multi-agent coding workflows. It has 50 GitHub stars.
skills's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/dsebban/skills" and add it to your Claude Code skills directory (see the Installation section above).
skills is primarily written in TypeScript. It is open-source under dsebban on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skills against similar tools.
No comments yet. Be the first to share your thoughts!
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
OMP-native orchestration and pstack adapters for the omp coding agent.
| 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/.
~/.agents/skills enabled.poteto-mode playbook. This repository contains the OMP router and adapter, not the complete upstream pstack catalog.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.
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.
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.
task inventory.agent to select OMP's default worker.tasks[], context, effort, and isolated only when the live task schema exposes them.agent://<id> and transcripts from history://<id> when needed.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.
MIT. See LICENSE.