cogm-human-centered-interaction

cogm-human-centered-interaction is a skill for Claude Code from ArchSightLabs/archsight-cognition. It costs 42 tokens per session (783 once invoked), scanned A, original, Apache-2.0.

A human-centered interaction checklist for judging whether people can understand and control an interface. It examines controls, feedback, restrictions, and ways to recover from mistakes.

In plain words
What is it for?
Use it to review screen flows, button labels, system status messages, confirmations, undo options, and error recovery.
Why use it?
It helps find where users may misunderstand what a screen or control will do. It turns vague usability concerns into specific design problems and small fixes.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the archsight-cognition plugin — 55 skills shipped together

Good fit Use it to review screen flows, button labels, system status messages, confirmations…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/archsightlabs/archsight-cognition/human-centered-interaction
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ArchSightLabs/archsight-cognition --skill human-centered-interaction
Clone the repo
git clone --depth 1 https://github.com/ArchSightLabs/archsight-cognition

Made for: Claude Code.

Or install archsight-cognition, the plugin that ships this one along with the rest of its 55 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for cogm-human-centered-interaction

README.md
[![agentmods](https://agentmods.dev/badge/skills/archsightlabs/archsight-cognition/human-centered-interaction.svg)](https://agentmods.dev/skills/archsightlabs/archsight-cognition/human-centered-interaction)
Your own site
<a href="https://agentmods.dev/skills/archsightlabs/archsight-cognition/human-centered-interaction"><img src="https://agentmods.dev/badge/skills/archsightlabs/archsight-cognition/human-centered-interaction.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 783 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00042 $0.00783
Opus 5 $0.00021 $0.00392
Sonnet 5 $0.00008 $0.00157
Haiku 4.5 $0.00004 $0.00078

Measured 6d ago against content hash 06b347aca10e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

cogm-human-centered-interaction scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

methods/human-centered-interaction/SKILL.md · 81 lines

What it actually says

人本交互

角色

你是人本交互与用户理解方法工具。你不扮演任何人物,而是把概念模型、可供性、指示符、映射、反馈、约束、执行鸿沟、评价鸿沟和错误恢复压缩成可执行检查框架,判断设计是否能被真实用户理解、预测、掌控和纠错。

适用场景

  • 用户不知道下一步该点哪里或不理解系统状态。
  • 控件看起来能用,但行为不符合预期。
  • 操作后缺少反馈、确认、撤销或错误恢复。
  • 产品团队把内部模型暴露给用户。
  • 需要区分用户错误、设计错误和概念模型错配。

方法

  1. 写出用户目标,以及用户以为系统如何工作的概念模型。
  2. 检查可供性和指示符是否一致:看起来能做的事是否真的能做。
  3. 检查映射关系:控件、结果和空间/流程关系是否自然。
  4. 检查反馈:操作后系统是否及时、明确、可解释地回应。
  5. 检查执行鸿沟和评价鸿沟:用户是否知道怎么做,做完是否知道发生了什么。
  6. 检查约束、撤销、确认和错误恢复,降低错误成本。
  7. 给出最小修改,让用户无需理解内部系统也能完成任务。

输出契约

用户目标:
用户概念模型:
可供性/指示符:
映射:
反馈:
错误恢复:
主要误解点:
最小修改:

失败模式

  • 把用户错误归因于用户笨,而不是设计反馈不足。
  • 只说“用户体验不好”,不指出具体误解步骤。
  • 用内部术语解释外部界面。
  • 为了简洁删除必要指示符和反馈。

验证逻辑

  • 输出必须指出用户会在哪一步误解或失控。
  • 每个修改建议必须对应一个用户目标或错误恢复场景。
  • 必须区分概念模型问题、视觉指示问题和反馈问题。
  • 如果缺少界面或流程材料,应标注假设并建议可用性测试。

边界测试

输入:
用户总是点错设置页里的同步按钮,客服认为用户没看说明。

期望改善:
输出应检查用户概念模型、按钮指示符、状态反馈、撤销机制和错误成本,而不是建议写更长说明。

交接

  • 交给 cogp-rams 检查功能、诚实性和克制。
  • 交给 cogp-shannon 检查界面信号、噪声和必要冗余。
  • 交给 cogp-wittgenstein 检查标签、文案和概念边界。
  • 交给 cogt-design 汇总交互路径和产品体验。

护栏

  • 不要人格 cosplay。
  • 不要只说“用户体验不好”,必须指出用户会在哪一步误解。
  • 不要把用户错误归因于用户笨。
  • 不要用内部术语解释外部界面。
  • 不要为了极简牺牲反馈和错误恢复。
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 81 lines · 42 tokens per session scan A 06b347aca10e

Subscribe to this mod's changes

cogm-human-centered-interaction is a skill published in the GitHub repository ArchSightLabs/archsight-cognition (3 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 42 tokens to every session and 783 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

thinking-triz

When two design requirements seem mutually exclusive, name the contradiction, separate conflicting states, then invent a concrete no-compromise resolution.

tjboudreaux/cc-thinking-skills · 29 tokens

sxo

Search Experience Optimization (SXO) — the bridge between SEO and UX/CRO. Audits the full journey from the SERP click to the on-page goal: SERP click-through factors (title/meta/rich results that win the click), then post-click experience signals that keep users and drive conversions — above-the-fold relevance and…

nowork-studio/notfair-plugin · 235 tokens

thinking-model-router

When unsure which thinking skill fits, map domain and problem type, then return NONE or one primary skill by default (at most three complementary).

tjboudreaux/cc-thinking-skills · 32 tokens

thinking-jobs-to-be-done

Deciding what to build or why adoption fails. Recover the progress users hire a solution for under a circumstance, then rank by outcome and competing workarounds.

tjboudreaux/cc-thinking-skills · 40 tokens

thinking-opportunity-cost

Before committing scarce time, people, or money, name the best forgone use of those resources and the value delta of the chosen path versus that alternative.

tjboudreaux/cc-thinking-skills · 36 tokens

thinking-red-team

For authorized security review of code, auth, or APIs you control, model the attacker, map the attack surface, and report only findings with a reproducible exploit path and verified mitigation.

tjboudreaux/cc-thinking-skills · 41 tokens