소스 정보
- 저장소
- lukemcqueen/hermes-cortex
- 최근 소스 활동
- 2026년 8월 24일 10:24
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/lukemcqueen/hermes-cortex --skill agent-ergonomic-cli명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | agent-ergonomic-cli |
| description | Use when writing or auditing agent-facing CLI output. |
| version | 1.0.0 |
| category | devops |
| author | Hermes Cortex |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["cli","output","token-efficiency","toon","axi","agent-ergonomics","agent-facing"],"related_skills":["shell-scripting","cron-format-standard","change-checklist","unified-cli-script"]}} |
Design CLI/script stdout for the agents that consume it. Distilled from the
AXI project (Agent eXperience Interface, Kun Chen, MIT — 2026-08-24). Full
Cortex-surface mapping lives in ~/hermes-cortex/docs/axi-agent-ergonomics.md.
hc-style CLIs, doctor/health output, task lists, previews.The most expensive token cost is not a longer response — it's the follow-up call. An agent that must paginate to count, re-run to verify an empty result, or read help to learn the next flag burns a second LLM call. Published AXI benchmarks (915 runs): AXI-wrapped tools = 100% success at the lowest cost, ~3 turns/task vs 6–8 for MCP; MCP costs ~2× a good CLI.
--fields for more. Default limits that cover
common cases in one call.--full).count: 30 of 847 total) so agents
don't paginate to count; derived statuses (checks: 3/3 passed).0 results with context; bare empty
output makes agents re-run to verify.<id>
placeholders for runtime values; omit when output is self-contained;
on errors suggest the fixing command, not "see --help".--help (flags + defaults, 2–3
examples); -v/-V/--version prints bare version fast (leaf module,
heavy graph never loads for a probe).tasks[2]{id,title,status}:
1,Fix auth bug,open
2,Add pagination,closed
count: 30 of 847 total
help[2]:
Run `tasks view <id>` for details
Run `tasks create --title "..."` to add
task:
number: 42
body: First 500 chars...
... (truncated, 8432 chars total)
help[1]: Run `tasks view 42 --full` for complete body
error: --title is required
help: tasks create --title "..." [--body "..."]
cron-format-standard (already AXI-aligned:
Result: verdict, [SILENT] empty state, cost footer).hc list/peek → TOON with totals (highest-frequency agent CLI)--toon compact mode (keep human mode)... (truncated, N chars))queue: 0 messages)count: N of TOTAL) — no pagination to count--full escape--help per subcommand; --version bare + fast~/hermes-cortex/docs/axi-agent-ergonomics.mdreferences/axi-source-notes.md