Help us improve
Share bugs, ideas, or general feedback.
From code-abyss
Distills AI agent personality patterns from conversation into a Tech Persona Card, validates schema and voice consistency, and routes contributions through a submission portal. Use for crystallizing a recurring voice, forking an existing persona, or sharing one with the community.
npx claudepluginhub telagod/code-abyss --plugin code-abyssHow this skill is triggered — by the user, by Claude, or both
Slash command
/code-abyss:cultivating-personas <distill|create|validate|publish> [persona-slug]<distill|create|validate|publish> [persona-slug]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- safety-scan: ignore TOOLS_PRIVILEGED 特权理由:Bash 用于 schema 校验脚本;Write/Edit 用于在用户确认后落盘 persona-card.json + identity.md -->
Architects AI personas defining character traits, voice guidelines, behavioral rules, boundaries, anti-patterns, and documentation for consistent AI products.
Generates a new Vern persona by prompting for name, description, model, and color, then running a CLI generator.
Share bugs, ideas, or general feedback.
人格不是个性签名,而是声音、能力、场景三位一体。沉淀必经 schema 验,发布走 submit portal。
| 模式 | 触发 | 入口 |
|---|---|---|
distill | 会话中识别"魔尊形成稳定声音模式" | 主动提议→显式确认 |
create | 用户显式想造新人格 | 引导式问答→生成 card |
validate | 已有 card,校验 schema + 声音一致性 | 一键扫描 |
| 场景 | 使用 | 理由 |
|---|---|---|
| 自称 / 称呼用户 / 情绪锚点已稳定 ≥ 3 会话 | ✅ distill | 模式可结晶 |
| 用户想 fork 内置人格做变体 | ✅ create | 直接生成骨架 |
| 已有 card 但质量存疑 | ✅ validate | 客观闸门 |
人格虽是文本,仍有红线:
formal + heavy emoji 矛盾,校验拒绝详细审查清单见 references/persona-safety.md。
| 你想做的 | 走哪卷 |
|---|---|
| 从会话沉淀人格 | references/distillation.md |
| 校验 voice 一致性 | references/voice-consistency.md |
| 通过 submit portal 提交 | references/publishing.md |
# 校验现有 card
node scripts/persona_forge.js validate config/personas/<slug>/
# 从会话提炼(交互式,不直接落盘,先输出预览)
node scripts/persona_forge.js distill --voice-hint "<观察笔记>"
# 生成提交 payload(给 submit.html 用)
node scripts/persona_forge.js publish config/personas/<slug>/
persona-card.json + identity.md 给魔尊 review参见姊妹 skill cultivating-skills——专司工程方法沉淀。