DHDNA Profiler — Cognitive Pattern Extraction
Turns any piece of writing into a 12-dimension cognitive profile of the mind behind it.
Data & AnalyticsBeginner★ 33,030⑂ 3,248AI score 7/10Last updated: Aug 9, 2026
What it does
Built on the DHDNA (Digital Human DNA) framework, this skill extracts a "thinking fingerprint" from text.
- Scores 12 cognitive dimensions (1–10 each): analytical depth, creative range, emotional processing, linguistic precision, ethical reasoning, strategic thinking, memory integration, social intelligence, domain expertise, intuitive reasoning, temporal orientation, and metacognition — each with cited textual evidence and a confidence flag.
- Maps 6 tension pairs (Analytical↔Intuitive, Emotional↔Strategic, Creative↔Ethical, and more). The widest gaps are treated as the real signature.
- Synthesizes patterns: dominant pattern, shadow pattern, reasoning topology (linear / spiral / web / dialectic / fractal), and a decision fingerprint, all rendered in a fixed ASCII profile card.
- Comparison mode: feed two authors' texts and get convergence points, divergence points, and a prediction of what a conversation between them would look like.
- Guardrails: third-party profiles must be labeled speculative, self-profiling requires explicit permission before mining conversation history, and profiling for hiring, promotion, admissions, clinical or credit decisions is refused.
Who it's for
- Writers and researchers who want an outside read on their own reasoning habits
- Team leads exploring thinking-style differences for collaboration (not evaluation)
- Novelists and screenwriters designing characters with consistent internal logic
- Anyone who enjoys dissecting the argument structure of essays, interviews, or speeches
Example uses
- Self-audit: Paste three recent blog posts and ask "what's my thinking style?" — you get scores like Analytical 9/10, Emotional 3/10 plus a narrative noting your arguments are airtight but emotionally flat.
- Co-founder fit check: Supply two draft business plans from two people and request comparison mode — the output shows where the Strategic↔Emotional axis diverges and which topics will produce productive friction.
- Character design: Drop in a character's monologue, get their decision fingerprint, and use it to keep their choices consistent across later scenes.
Caveat: this is structured interpretation of text, not a validated psychometric assessment.
· · · Install guide · · ·
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/dhdna-profiler folder from the GitHub repo K-Dense-AI/scientific-agent-skills into my ~/.claude/skills/dhdna-profiler/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git /tmp/sas && mkdir -p ~/.claude/skills && cp -r /tmp/sas/skills/dhdna-profiler ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS/Linux, Git Bash or WSL on Windows).
- Clone the skills repository:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Create the Claude Code skills folder if it doesn't exist yet:
mkdir -p ~/.claude/skills - Copy just this skill into place:
cp -r scientific-agent-skills/skills/dhdna-profiler ~/.claude/skills/ - Verify with
ls ~/.claude/skills/dhdna-profiler— you should seeSKILL.md. - Restart Claude Code and try a trigger phrase such as "give me a DHDNA cognitive profile of this text".
- (Optional) To scope it to a single project, copy the folder into that project's
.claude/skillsdirectory instead of your home directory.
View source on GitHub ↗License: MIT