Skillquality 0.46
dna
Export or import your personality DNA -- a compact ~2000-token document that captures your core identity, decision patterns, values, and style. Use /dna export to save, /dna import to restore, or /dna show to preview.
What it does
Personality DNA -- Compact Portable Identity
Distills the entire personality model into a single ~2000-token JSON document that can be versioned, exported, and used to cold-start a new instance.
How It Works
- Compile -- Read all personality data (user model, style profiles, exemplar fingerprints)
- Compress -- Distill into the most essential patterns, values, and style markers
- Export -- Save as a portable JSON file at
~/.nomos/personality-dna.json - Import -- Load DNA to seed an empty user model (cold-start a new instance)
Commands
/dna export-- Compile and export personality DNA/dna importor/dna import <file>-- Import DNA from file/dna show-- Preview the current DNA without exporting/dna diff-- Compare current personality against last exported DNA
Export Protocol
When the user invokes /dna export:
Phase 1: Gather
- Call
user_model_recallto load the full user model - Call
memory_searchfor exemplars - Load style profile data if available
Phase 2: Compile
Build the DNA document with these sections:
{
"version": "1.0",
"compiled_at": "ISO timestamp",
"identity": {
"summary": "2-3 sentence description of who this person is",
"roles": ["role1", "role2"],
"expertise": ["area1", "area2"]
},
"decision_patterns": [
{
"principle": "...",
"context": "...",
"weight": 0.9,
"exceptions": ["..."]
}
],
"values": [
{
"value": "...",
"description": "...",
"rank": 1
}
],
"style_genome": {
"formality": 3,
"tone": "direct",
"avg_length": "moderate",
"emoji_usage": "rare",
"vocabulary_markers": ["word1", "word2"],
"punctuation_style": "standard",
"signature_phrases": ["phrase1"]
},
"behavioral_signatures": {
"response_speed": "quick",
"detail_preference": "moderate",
"question_style": "direct",
"conflict_approach": "collaborative"
},
"exemplar_fingerprints": [
{
"text": "short representative message",
"context": "slack_work"
}
]
}
Phase 3: Review
Present the compiled DNA to the user:
Personality DNA compiled successfully.
Identity: [summary]
Decision patterns: [count] (top 3 listed)
Values: [count] (top 3 listed)
Style markers: [key characteristics]
Exemplar fingerprints: [count]
Total size: ~XXXX tokens
Export to ~/.nomos/personality-dna.json?
Phase 4: Export
After user confirmation:
- Write to
~/.nomos/personality-dna.json - Also store in config DB under key
personality.dna - Report success
Import Protocol
When the user invokes /dna import:
Phase 1: Load
- Read from the specified file (default:
~/.nomos/personality-dna.json) - Validate the DNA structure
Phase 2: Preview
Show what will be imported:
- Number of patterns, values, style markers
- Whether it will merge with or replace existing data
Phase 3: Inflate
For each section of the DNA:
- Decision patterns -- create user_model entries with confidence 0.7 (imported, not directly observed)
- Values -- create user_model entries with confidence 0.7
- Style genome -- create/update global style profile
- Exemplar fingerprints -- store as exemplar memory chunks
Phase 4: Report
DNA imported successfully.
Created: X decision patterns, Y values, Z style markers
Starting confidence: 0.7 (will increase as patterns are confirmed through interaction)
Important Rules
- Compress ruthlessly -- the DNA must be under ~2000 tokens. Prioritize signal density.
- Top 10 patterns only -- rank by weight, take the most impactful
- Top 5 values only -- rank by confidence
- 3-5 exemplar fingerprints -- the most representative short messages
- Import at 0.7 confidence -- imported data is plausible but unverified
- Never overwrite -- import merges, doesn't replace existing high-confidence entries
- Version the DNA -- include compilation timestamp and version number
- Diff support --
/dna diffshows what changed since last export
Capabilities
skillsource-project-nomosskill-dnatopic-agent-memorytopic-agent-skillstopic-agentic-aitopic-ai-agentstopic-ai-assistanttopic-autonomous-agentstopic-claudetopic-claude-aitopic-claude-codetopic-claude-skillstopic-digital-clonetopic-llm
Install
Installnpx skills add project-nomos/nomos
Transportskills-sh
Protocolskill
Quality
0.46/ 1.00
deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 14 github stars · SKILL.md body (4,103 chars)
Provenance
Indexed fromgithub
Enriched2026-04-22 01:02:18Z · deterministic:skill-github:v1 · v1
First seen2026-04-21
Last seen2026-04-22