agent-identifier
Use when creating or configuring Claude Code agents and their frontmatter.
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
$ npx -y skills add Galaxy-Dawn/claude-scholar --skill expression-skill --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/expression-skillContext 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
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.
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.
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.
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:
我建议: 理由: 代价: 不建议:
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:
Useful tradeoff questions often choose between:
Give the main judgment first. Do not begin with long background.
Bad:
我先看了一下这些文件,然后发现里面有一些内容可以合并……
Better:
结论:这批文件可以合并成一个主文件,原文件不需要改动。
Before writing, ask what problem the answer solves:
Do not merely explain the topic. Connect the answer to the user's current work.
Avoid vague phrases such as:
Replace them with a path, command, checklist, decision, verification step, or concrete next action.
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:
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:
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.
For
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.
Repo: Galaxy-Dawn/claude-scholar
Use when creating or configuring Claude Code agents and their frontmatter.
Use only when creating new registrable ML components that require Factory or Registry patterns.
This skill should be used when the user asks to "debug this", "fix this error", "investigate this bug", "troubleshoot this issue", "find the problem",…
This skill provides reference guidance for citation verification in academic writing. Use when the user asks about "citation verification best practices", "how…
This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or…
This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command…