用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/plastic-labs/cursor-honcho --skill honcho-interview命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | honcho-interview |
| description | Interview the user to capture stable, cross-project preferences and save them to Honcho |
| allowed-tools | chat, create_conclusion |
| user-invocable | true |
Learn stable, cross-project aspects of the user and store them in Honcho memory.
Before asking anything, do two things in parallel:
chat tool to ask what is already known about the user.~/.claude/CLAUDE.md or .claude/CLAUDE.md — explicit user instructionspackage.json — detect package manager (bun/npm/yarn/pnpm).editorconfig, .prettierrc, tsconfig.json — code style~/.zshrc, ~/.bashrc) — OS, shell, env vars.python-version, pyproject.toml — Python toolingShow the user a single summary of everything detected:
Here's what I know so far:
- OS/Shell: macOS, zsh
- Package managers: bun (JS), uv (Python)
- Code style: TypeScript, strict mode
- [any preferences from existing memory]
What I still need to know:
- Communication style (concise vs detailed)
- Code quality priority (clarity, performance, tests)
- Collaboration style (direct changes vs propose first)
Present ALL remaining unknowns as a single numbered list. The user can answer them all at once in one message rather than going back and forth 8 times.
The full set of preferences to cover (skip any already answered by Step 1):
Example prompt:
I have 4 remaining questions. You can answer them all at once -- just number your answers:
- Communication style: concise, detailed, or mix?
- Code quality: what matters most -- clarity, performance, tests?
- Collaboration: direct changes, propose options, or ask first?
- Anything else worth knowing?
After the user responds, save one create_conclusion per distinct preference. Guidelines:
Briefly recap all conclusions saved and ask if anything should be corrected. Only save a new conclusion if the user explicitly corrects something.