agentsclimarketplace

Ask peer

Skill hcaiano/skills/skills/ask-peer

Henrique Caiano's custom agent skills (Claude, Codex, herdr). Install with: npx skills@latest add hcaiano/skills

Install
npx -y skills add hcaiano/skills --skill ask-peer

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Opposite-model request for one focused pass. In Codex, reach for this autonomously to escalate to Fable (through `claude -p`) when you need stronger reasoning, a second opinion, or a scoped review; in Claude Code it stays manual — Claude asks Codex through `codex exec` only when the user invokes it. Use for a focused pass without a live Herdr pair.

SKILL.md

1.8 KB, as published. Nobody here has run it

Ask Peer

One request, one opposite-model reply. This is the phone-friendly headless path: use it for a focused second opinion, review, or bounded work pass. Use herdr-pair for a visible multi-turn dialogue.

Detect the current harness, then read the matching reference in full:

Current harnessPeerReference
CodexFablereferences/ask-fable.md
Claude CodeCodexreferences/ask-codex.md

If the harness is ambiguous, inspect the environment and available CLI before choosing. Never ask the same model through its own CLI.

Shared contract

  • Default to read-only. Grant a write pass only when the user's request requires edits, with an explicit lease: target files, forbidden changes, validation, and stop point.
  • Include the workspace root, the exact ask, relevant repo instructions, and the desired response format. Keep secrets out of the prompt.
  • Model selection belongs to each peer's own surface: call Fable explicitly; leave Codex's model unset so ~/.codex/config.toml or the CLI default owns it.
  • Treat the reply as evidence, not authority. Inspect any diff and rerun the named validation before relying on a write pass.
  • No commit, push, merge, deploy, or credential mutation unless the user explicitly authorized that action.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.