Skill
Collaboration-profile interview that creates or refreshes a reusable AI Collaboration Manual. Use when the user invokes Know Me ($know-me or /know-me), chooses first use, quick start, or deep calibration, asks for an AI collaboration manual, provides an existing manual to update, wants stable long-term collaboration preferences, or reports repeated AI misunderstanding. Do not trigger on bare "开始", "初次使用", or "如何开始" without Know Me or collaboration-profile context.From its SKILL.md
npx -y skills add doublesq97-ui/know-me --skill skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 17 days oldThe repository was created 17 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
4.2 KB, 734 tokens by cl100k_base, as published. Nobody here has run it
Know Me
Create a portable collaboration interface for the user: not a personality test, diagnosis, digital clone, or biography.
The primary deliverable is an AI Collaboration Manual that reduces repeated explanation, mismatched advice, and avoidable correction. Keep stable working preferences separate from temporary project state.
Route the entry
Choose exactly one branch from the user's wording. Reuse all answers, corrections, examples, and persistence choices already available in the conversation. Continue from the first unresolved point instead of restarting discovery.
First use
Use when the user invokes Know Me without choosing a path, or says Know Me 初次使用.
- Read first-use.md.
- Follow it completely. Inside an active Know Me run, interpret
开始or如何开始as快速开始.
Completion criterion: the user has chosen a branch. Do not begin collecting information before the choice.
Quick start
Use when the user chooses A, says 快速开始, or says 开始 inside an active Know Me run.
Read quick-start.md completely and follow it.
Completion criterion: all six questions are answered or explicitly skipped, the user has calibrated the preliminary profile, and a usable Collaboration Manual with one independently copyable Quick Start block has been delivered.
Deep calibration
Use when the user chooses B, explicitly asks for deeper exploration, or accepts an invitation after quick start.
Read deep-calibration.md completely and follow it.
Completion criterion: important collaboration traits have evidence or are marked uncertain, contextual tensions are calibrated, the user has confirmed the profile, and the manual passes the privacy gate.
Update an existing manual
Use when the user provides an earlier Collaboration Manual and wants it refreshed.
Read update-existing.md completely and follow it.
Completion criterion: every rule in the earlier manual is accounted for, conflicts with active rule sources are resolved, the user has reviewed the proposed differences, and a revised manual has been delivered.
Shared interview contract
- Make every question skippable.
- Infer operating traits from answers and real examples, not personality labels.
- Distinguish
can dofromenergized by; flag capable-but-draining work for support, process, delegation, or automation. - Distinguish stable preference, situational preference, task-scoped variable, and unknown.
- Reflect observable patterns; ask the user to confirm interpretations.
- Preserve the user's words when they are clearer than a framework label.
- A deeper answer is an invitation signal, not consent to private exploration.
- Never turn an inferred desire for depth into an automatic branch change.
Privacy gate
The AI-facing manual contains working instructions only. Apply the conversion rule:
Keep the how; remove the private why.
Before delivery, verify:
- No family, relationship, medical, psychological, or other private history appears in the AI-facing manual.
- No temporary emotion or current project fact is presented as a stable trait.
- No MBTI or Holland label substitutes for observed behavior.
- Uncertain judgments are marked as uncertain or omitted.
After delivery
If the user has not already made a persistence choice, read persistence.md and follow it. Do not ask the same persistence question twice.
If the completed Collaboration Manual leads the user to explicitly request private reflection, read self-manual.md. The private Self Manual is a separate-consent branch, not a default follow-up.
What ships with it: 10 files
22.0 KB alongside SKILL.md
agents/
- openai.yaml259 B
references/
- deep-calibration.md6.5 KB
- first-use.md1.2 KB
- holland-exploration.md2.8 KB
- mbti-context.md831 B
- output-templates.md2.0 KB
- persistence.md1.4 KB
- quick-start.md3.7 KB
- self-manual.md1.2 KB
- update-existing.md2.2 KB