pt-orama-delegate

Delegates bounded PT-orama subtasks to a local Hermes specialist with strict safety boundaries.

Updated Mar 22, 2026
One-click install
npx skills add https://github.com/diazMelgarejo/orama-system --skill pt-orama-delegate-diazmelgarejo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pt-orama-delegate
Source: https://github.com/diazMelgarejo/orama-system/tree/main/bin/orama-system/skills/hermes-harness/commands/pt-orama-delegate
Command: npx skills add https://github.com/diazMelgarejo/orama-system --skill pt-orama-delegate-diazmelgarejo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Delegating narrow subtasks to a local AI specialist risks accidental commits, secret leakage, or uncontrolled system changes. This Skill enforces a bounded execution contract so Hermes handles PT-orama subtasks locally without committing, deploying, or exposing private state. ## Core Features & Use Cases - Bounded Execution Contract: Restates the subtask, identifies canonical source docs, and returns focused output in a fixed response shape (SUBTASK, ASSUMPTIONS, RESULT, VERIFICATION, RISKS, NEXT HANDOFF). - Safety Boundaries: Prohibits commits, deletions, deploys, force-pushes, provider changes, and any copying of private Hermes home state or secrets into repositories. - Tool Dispatch Rules: Verifies LM Studio with a chat-completions canary, installs AGY via the official installer when absent, and routes mechanical Codex work through the codex-cli dispatch reference without hardcoded host paths. - Use Case: When Hermes is asked to run a small PT-orama subtask locally on Windows with LM Studio, this Skill ensures the work stays scoped, verified, and free of private data leakage. ## Quick Start Ask Hermes to handle a narrow PT-orama subtask as a local specialist using the pt-orama-delegate command.

Frequently Asked Questions about pt-orama-delegate

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate a subtask to a local Hermes specialist?

Invoke the pt-orama-delegate command with a narrow PT-orama subtask. Hermes restates the task and assumptions, checks canonical docs, verifies any requested tools, and returns focused output in the defined response shape.

How do I verify LM Studio is working before running local tasks?

Run a fast chat-completions canary against the local LM Studio endpoint before proceeding. The Skill requires this verification step whenever local LM Studio usage is requested.

Can this Skill commit code or change provider settings?

No. The boundaries explicitly prohibit committing, deleting, deploying, force-pushing, and changing provider or account settings. It also never reveals secrets or copies private Hermes state into repositories.

How does the Skill handle Codex CLI mechanical work?

It routes Codex requests through the codex-cli-v142-dispatch reference or the dispatch_codex_partner.py script. It never uses --approval-mode flags or hardcoded host paths.

What output format does the delegate return?

It returns a fixed text structure with six labeled sections: SUBTASK, ASSUMPTIONS, RESULT, VERIFICATION, RISKS, and NEXT HANDOFF, keeping the response scoped to the delegated subtask only.