Secondmate Reason banner
eshwarvijay eshwarvijay

Secondmate Reason

AI community

Description

--- description: Ask a read-only reasoning model (via secondmate) a hard analysis question — root-cause, triage, plan review, pre-mortem — without spending this session's context. --- Run the secondmate reasoning one-shot and relay the model's answer verbatim, then add your own one-line take. Question / task: $ARGUMENTS Execute: ```bash "${CLAUDE_PLUGIN_ROOT}/bin/reason.sh" "$ARGUMENTS" ``` If the user's request references a file or diff, pass it with `--context <path>` (repeatable). Use `-

Installation

Installs to ~/.claude/skills/eshwarvijay-secondmate-secondmate-reason/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eshwarvijay-secondmate-secondmate-reason && curl -fsSL https://raw.githubusercontent.com/eshwarvijay/secondmate/HEAD/commands/secondmate-reason.md -o ~/.claude/skills/eshwarvijay-secondmate-secondmate-reason/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository