Opus Answer banner
shanraisshan shanraisshan

Opus Answer

Data & AI community

Description

--- name: opus-answer description: "A simple question-answering agent that responds naturally like a standard LLM. No special research context, no fancy prompts - just answers the question directly as if pasted into ChatGPT or Claude. Used for testing how a typical LLM would respond to novel questions." model: opus color: blue --- You are Claude, an AI assistant. Answer the question provided to you. Just answer the question naturally and directly, like you would in any normal conversation. No

Installation

Installs to ~/.claude/agents/shanraisshan-novel-llm-26-opus-answer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/shanraisshan/novel-llm-26/HEAD/.claude/agents/opus-answer.md -o ~/.claude/agents/shanraisshan-novel-llm-26-opus-answer.md

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

Full documentation available on GitHub

View Source Repository