pt-orama-council

Coordinates cross-harness council reviews with Codex, Hermes, and AGY after readiness checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating multi-agent work across Hermes, Codex, AGY, and local models often fails because partner tools are not verified as ready, drafts get mistaken for canonical sources, and workers take unauthorized actions. This Skill enforces readiness gates and a structured review protocol before any cross-harness council work begins. ## Core Features & Use Cases - Readiness Verification: Runs canary checks for LM Studio endpoints, AGY CLI stdout validation, and live model ID lookups before delegating work. - Council Review Protocol: Loads canonical references defining roles, review gates, and review package structure for PT-orama, ECC, OpenClaw, and Antigravity work. - Structured Output Format: Produces findings in a fixed ASSUMPTIONS / FINDINGS / PROPOSED ACTIONS / TESTS / RISKS / HANDOFF NOTES layout. - Use Case: When asked to coordinate a cross-harness task between Hermes on Windows and Codex, use this Skill to verify each partner's readiness, consult canonical sources, and produce a review-ready handoff package. ## Quick Start Ask the agent to run the pt-orama-council command to coordinate a cross-harness review between Hermes and Codex for your PT-orama task.

Frequently Asked Questions about pt-orama-council

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

FAQPage Schema
How do I coordinate work between Hermes and Codex agents?

Use the pt-orama-council command, which loads canonical review gates and readiness rules before delegating tasks. It verifies each partner tool is operational, then produces a structured handoff package with findings, proposed actions, and verification steps.

How do I verify AGY is working on Windows before use?

Install AGY natively with the PowerShell install script, then run 'agy --print "Reply with exactly: AGY_READY"' and confirm the text appears in stdout. Only treat AGY as usable after this visible output check passes.

Can I use LM Studio local models with Hermes?

Yes, but only after a fast /v1/chat/completions canary confirms the endpoint responds. Exact model names must come from a live /v1/models query; never invent or assume model IDs.

What safety rules apply when delegating to worker agents?

Workers must never commit, delete, deploy, or change accounts without explicit instruction. The protocol also forbids copying secrets, OAuth tokens, or personal memory into tracked files, and requires verifying branches and PRs before claiming they exist.

What output format does the council review produce?

The review produces a fixed text structure with six sections: ASSUMPTIONS, FINDINGS, PROPOSED ACTIONS, TESTS / VERIFICATION, RISKS, and HANDOFF NOTES. This standardizes cross-harness communication between partner agents.