mcpbeat Sign in

Cultivating Personas Agent Skill

Distills AI agent voice patterns from conversation into a Persona Voice Card v1.0 (self/user/language/register/emoji_policy/flourish only — no judgment-shaped fields), validates schema + content safety + differentiation, and routes contributions through the existing submission portal. Use when the user wants to crystallize a recurring voice/tone, fork an existing persona, or share one with the community.

6k tokens
context cost
the whole folder, loaded on every use
6
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
238
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/telagod/code-abyss --skill cultivating-personas

The instruction itself

1 sections, as written by the author

<!-- safety-scan: ignore TOOLS_PRIVILEGED 特权理由:Bash 用于 schema 校验脚本;Write/Edit 用于在用户确认后落盘 <slug>.json -->

炼制人格 · cultivating-personas

> 人格是声音,不是判断。persona-voice-card 只有 self / user / language / register /

> emoji_policy / flourish 几个受限字段——没有自由文本字段可以藏判断内容,沉淀和校验

> 因此都比 v1 简单得多:机器能判的就是全部,不再需要"identity 三段是否齐全"这类主观阅读。

三种触发模式

| 模式 | 触发 | 入口 |

|------|------|------|

| distill | 会话中识别"魔尊形成稳定声音模式" | 主动提议→显式确认 |

| create | 用户显式想造新人格 | 引导式问答→生成 card |

| validate | 已有 card,校验 schema + 内容安全 + 差异度 | 一键扫描 |

何时使用

| 场景 | 使用 | 理由 |

|------|------|------|

| 自称 / 称呼用户已稳定 ≥ 3 会话 | ✅ distill | 声音模式可结晶 |

| 用户想 fork 内置人格做变体 | ✅ create | 直接生成骨架 |

| 已有 card 但质量存疑 | ✅ validate | 客观闸门 |

何时不使用

  • ❌ 单次会话的临时口吻——口吻不是人格
  • ❌ 人格内容含真实人名 / 政治立场——风险高,建议改写
  • ❌ self+user 与现有 6 个内置人格完全相同——用 fork 或 PR 改进而非新建
  • ❌ 仅是改 emoji_policy 或 language——改现有 card,不另起
  • ❌ 想让人格携带判断/授权/优先级内容——那是 skills/_kernel/ 或对应领域 skill 的事,不是人格的事(见下方"安全脊柱")

安全脊柱

人格虽是文本,仍有红线:

  • schema 合规(结构性,机器判):通过 persona-voice-card.schema.json 验证——additionalProperties:false,没有自由文本字段能装下判断内容,这是设计上的,不是靠自觉
  • 无政治 / 宗教 / 民族敏感内容——会因平台审查阻断分发
  • 无真实人名 / 商标盗用——法律红线
  • self / user 必须自然——非自然称谓(单个非中文符号)warn
  • 不含判断性字段——schema 里根本没有 authorization / scenarios / priority 这类字段,validate 会直接拒绝任何试图塞入的未知字段

详细审查清单见 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>.json

# 从会话提炼(交互式,不直接落盘,先输出预览)
node scripts/persona_forge.js distill --voice-hint "<观察笔记>"

# 生成提交 payload(给 submit.html 用)
node scripts/persona_forge.js publish config/personas/<slug>.json

收口

  • 校验通过 → 交付 <slug>.json 给魔尊 review
  • 提交社区 → 复用 submission portal
  • 本 skill 不重造提交流程,只生成 payload + 引导跳转

参见姊妹 skill cultivating-skills——专司工程方法沉淀。

Other skills for the same job

different authors, same section of the catalogue
Canvas Design
by anthropics
vendor ×13

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

1388k tokens
Algorithmic Art
by anthropics
vendor ×10

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

15k tokens scripts
Image Enhancer
by frostant
×6

Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.

635 tokens
Video Downloader
by CommandCodeAI
×4

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

671 tokens
Histolab
by christophacham
×3

Lightweight WSI tile extraction and preprocessing. Use for basic slide processing tissue detection, tile extraction, stain normalization for H&E images. Best for simple pipelines, dataset preparation, quick tile-based analysis. For advanced spatial proteomics, multiplexed imaging, or deep learning pipelines use pathml.

18k tokens
Omero Integration
by christophacham
×3

Microscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows.

32k tokens
Pydicom
by christophacham
×3

Python library for working with DICOM (Digital Imaging and Communications in Medicine) files. Use this skill when reading, writing, or modifying medical imaging data in DICOM format, extracting pixel data from medical images (CT, MRI, X-ray, ultrasound), anonymizing DICOM files, working with DICOM metadata and tags, converting DICOM images to other formats, handling compressed DICOM data, or processing medical imaging datasets. Applies to tasks involving medical image analysis, PACS systems, radiology workflows, and healthcare imaging applications.

13k tokens scripts
Transformers
by christophacham
×3

This skill should be used when working with pre-trained transformer models for natural language processing, computer vision, audio, or multimodal tasks. Use for text generation, classification, question answering, translation, summarization, image classification, object detection, speech recognition, and fine-tuning models on custom datasets.

13k tokens

How to use it

Copy the folder

Take telagod/cultivating-personas from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.