DHDNA Cognitive Profiler
Reads any text and maps the author's thinking style across 12 cognitive dimensions into a 'cognitive fingerprint' profile.
UtilitiesBeginner★ 33,030⑂ 3,248AI score 9/10Last updated: Aug 9, 2026
What it does
Give it text and it produces a structured portrait of how the author's mind works.
- Scores 12 cognitive dimensions (analytical depth, creative range, emotional processing, linguistic precision, ethical reasoning, strategic thinking, memory integration, social intelligence, domain expertise, intuitive reasoning, temporal orientation, metacognition) on a 1–10 scale, each with cited textual evidence and a confidence flag.
- Maps 6 tension pairs (Analytical↔Intuitive, Emotional↔Strategic, etc.) — the gaps, not the raw scores, are what define the signature.
- Synthesizes patterns: dominant pattern, shadow pattern, reasoning topology (linear / spiral / web / dialectic / fractal), and a decision fingerprint, rendered as an ASCII profile card with narrative synthesis and key quotes.
- Comparison mode: profile two or more authors and get a convergence/divergence analysis plus what a conversation between them would look like.
- Built-in guardrails: third-party profiles must be labeled as speculative inference, self-profiling requires asking first, and it refuses hiring, admissions, clinical, disciplinary, or credit use cases.
Who it's for
- Writers and researchers who want an objective read on their own reasoning habits
- Journalists and novelists who need to articulate how a person or character thinks
- Coaches and editors who want to critique argument structure, not just prose
- Team leads running a self-awareness workshop (explicitly not for evaluation)
Examples
- Paste three of your own blog posts and ask "what's my thinking style?" — you get a 12-dimension scorecard plus a card like "Analytical 9 / Intuitive 4, linear topology, analyze-first decisions."
- Drop in public essays from two co-founders and request comparison mode to see where their tension pairs would produce productive disagreement.
- Feed a novel character's monologue draft to check whether the character's reasoning is internally consistent, then use the shadow pattern to add depth.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/HEAD/skills/dhdna-profiler/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
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 && mkdir -p ~/.claude/skills && cp -r scientific-agent-skills/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 on Windows).
- Clone the repository:
git clone https://github.com/K-Dense-AI/scientific-agent-skills.git - Create the skills folder if it doesn't exist:
mkdir -p ~/.claude/skills - Copy just this skill:
cp -r scientific-agent-skills/skills/dhdna-profiler ~/.claude/skills/ - Restart Claude Code and confirm
dhdna-profilerappears in your skill list. - Paste the text you want analyzed and ask for "a cognitive profile of this author" to trigger it.
- Note: the skill only uses Read/Write tools and keeps profiles inside the session. Do not use its scores for hiring, admissions, or any decision about a real person.
View source on GitHub ↗License: MIT