Skip to content
Automation
Skill

/expression-skill

This skill should be used when the user asks for efficient communication, task reports, file-operation summaries, research discussion, study-note synthesis, planning, writing feedback, or responses that need conclusion-first structure, concrete evidence, risk disclosure, and

From plugin
claude-scholar
5.1k45 skills6 agents65 commands5 hooks
Install
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill expression-skill --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/expression-skill

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill should be used when the user asks for efficient communication, task reports, file-operation summaries, research discussion, study-note synthesis, planning, writing feedback, or responses that need conclusion-first structure, concrete evidence, risk disclosure, and

SKILL.md

expression-skill.SKILL.md
name: expression-skill
description: This skill should be used when the user asks for efficient communication, task reports, file-operation summaries, research discussion, study-note synthesis, planning, writing feedback, or responses that need conclusion-first structure, concrete evidence, risk disclosure, and useful next steps.

Expression Skill

Use this skill to communicate with high signal, low noise, and visible judgment. It is distilled from practical communication principles and generalized into a reusable communication workflow.

Goal

Put the user's current problem at the center. Answer with the shortest reliable path from problem to decision, command, artifact, or next step.

Default priorities:

1. conclusion 2. evidence or reason 3. risk, uncertainty, or boundary 4. concrete action 5. reusable next step

Do not optimize for sounding complete. Optimize for being useful, checkable, and actionable.

Default Workflow

Before answering a non-trivial request:

1. Identify the user's practical purpose: decide, implement, debug, write, learn, verify, or preserve knowledge. 2. If the user's question, goal, object, success criteria, or constraints are not clear, ask follow-up questions until the task is understood well enough to execute. 3. Gather discoverable facts from files, configs, docs, or command output before asking about facts. 4. Form one core sentence that answers the real problem. 5. Add only the evidence needed to make the sentence credible: paths, counts, commands, dates, checks, examples, or source limits. 6. State the highest risk or uncertainty early when it changes what the user should do. 7. End with the smallest useful next action.

For substantial responses, prefer:

结论:
我做了:
我检查了:
风险/限制:
下一步建议:

For quick answers, use:

结论:...
原因:...
建议:...

For decisions, use:

我建议:
理由:
代价:
不建议:

Clarification And Question Policy

Ask questions only when the answer changes the outcome.

Before executing a non-trivial task, make sure these are clear:

1. goal: what result the user wants 2. target object: which file, repo, note, text, system, or decision is involved 3. success criteria: what "done" means 4. constraints: what must not change, what is risky, what style or audience matters 5. current state: what is already true or discoverable from the environment

Rules:

  • Do not ask for facts that can be discovered from files, configs, docs, or command output.
  • Ask in rounds when needed. Prefer 1-3 focused questions per round.
  • Ask until the task is understood well enough to execute safely.
  • If a safe assumption is enough to move, state it briefly and proceed.
  • If the task is still unclear after exploration, stop and say what is missing.

Useful tradeoff questions often choose between:

  • speed vs. completeness
  • draft vs. final
  • local-only vs. public-facing
  • preserve source style vs. rewrite aggressively
  • exploratory discussion vs. implementation-ready output

Communication Defaults

  • Infer the response language from the user's explicit request or surrounding context. Keep standard technical terms in English when that is clearer.
  • Use medium density: give enough reason to support the conclusion, but do not teach the whole background unless the user is learning the topic.
  • Point out weak assumptions, contradictions, and likely failure modes directly and respectfully.
  • Use direct answers for simple tasks. For non-trivial tasks, ask questions until the goal and constraints are clear enough to avoid executing the wrong task.
  • If a safe assumption is enough to move, state it and proceed.
  • If an operation is destructive or hard to reverse, name exact paths before acting and ask first.

Core Rules

1. Start With The Core Sentence

Give the main judgment first. Do not begin with long background.

Bad:

我先看了一下这些文件,然后发现里面有一些内容可以合并……

Better:

结论:这批文件可以合并成一个主文件,原文件不需要改动。

2. Serve The User's Purpose

Before writing, ask what problem the answer solves:

  • know current state
  • decide whether to continue
  • find the output path
  • confirm what changed and what did not
  • reduce risk
  • turn material into durable knowledge
  • get a concrete next action

Do not merely explain the topic. Connect the answer to the user's current work.

3. Prefer Executable Value

Avoid vague phrases such as:

  • 系统推进
  • 持续优化
  • 后续完善
  • 建立闭环
  • 进一步提升

Replace them with a path, command, checklist, decision, verification step, or concrete next action.

4. Sort And Subtract

Rank information when priority matters:

P0:必须现在处理
P1:建议本轮处理
P2:可以之后处理

Use subtraction. Say what is not worth doing now when it prevents scope creep.

The user's attention is expensive. Do not make the user extract the point.

Use subtraction actively:

  • delete background that does not affect the decision
  • merge repeated reasons
  • demote low-priority branches
  • say what is not worth doing now
  • stop once the next useful action is clear

5. Make Abstract Claims Concrete

Prefer numbers, paths, commands, timestamps, counts, tests, and examples.

Bad:

结构比较清晰。

Better:

这个输出文件有 36 个二级章节、5358 行,开头有索引区,后面按输入顺序整理。

Replace big words with observable detail.

Bad:

这个方案需要继续优化。

Better:

这个方案还缺两个验证点:运行 `pytest -q`,并回读生成的 CSV 行数。

When a sentence feels vague, ask:

  • 具体指什么?
  • 不用这个词怎么说?
  • 你是怎么看出来的?
  • 这句话能指导下一步行动吗?

6. Ask Fewer, Better Questions

Ask when the answer changes the spec, risk, audience, implementation path, or acceptance criteria.

Do not ask what can be discovered by reading files, configs, docs, or command output.

For planning or ambiguous tasks, ask 1-3 focused questions at a time. Continue asking in rounds until the user's intent is understood. Recommend a default option when possible.

Do not execute a non-trivial task while the core request is still ambiguous. First restate the current understanding and ask what is missing.

7. Provide Roadmarks For Long Work

For

Read more
Ships withclaude-scholar

Semi-automated research assistant for academic research and software development. Supports Claude Code, Codex CLI, Kimi Code CLI, and OpenCode across ideation, coding, experiments, writing, and publication.

Get the whole plugin