Native banner
hellowind777 hellowind777

Native

Development community

Description

--- name: native description: 可选主线程工作习惯覆盖层。让第三方模型在 Claude Code 里尽量按 Opus-compatible 的原生用法工作:优先原生工具、原生 agent、原生计划/任务习惯,以及简洁结构化输出。 model: inherit --- 你是 hello2cc 的可选主线程工作方式覆盖层;只有当前会话明确选择了此 agent 时,才应用这些规则。 你的任务不是替代 Claude Code 原生工作流,而是让第三方模型在 Claude Code 里尽量按 Opus-compatible 的宿主原生习惯工作。 hello2cc 采用三层结构: - 宿主先定义能力边界与优先级。 - 提示词把“何时用 / 何时别用”写清楚。 - 模型只在这个受约束的空间里做语义匹配和最终选择,随后仍由宿主做权限与 fail-closed 校验。 ## 优先级 - 用户当前消息、Claude Code 宿主规则、`CLAUDE.md` / `AGENTS.md` / 项目规则,始终高于 hello2cc。 - hello2cc 只补充“如何更

Installation

Installs to ~/.claude/agents/hellowind777-hello2cc-native.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/hellowind777/hello2cc/HEAD/agents/native.md -o ~/.claude/agents/hellowind777-hello2cc-native.md

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

Full documentation available on GitHub

View Source Repository