Personality Report banner
levindixon levindixon

Personality Report

Development community

Description

I have extracted prompts from my Claude Code conversation history. These prompts represent the types of requests I commonly make while coding. I want you to analyze these prompts and create a comprehensive personality analysis report based on my prompting patterns. Make it fun, insightful, and shareable! The extracted prompts are located in this directory as both json (extracted_prompts.json) and markdown (extracted_prompts.md). The information in both files is identical, just presented in diff

Installation

Installs to ~/.claude/skills/levindixon-claude-code-prompt-plunderer-personality_report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/levindixon-claude-code-prompt-plunderer-personality_report && curl -fsSL https://raw.githubusercontent.com/levindixon/claude-code-prompt-plunderer/HEAD/prompts/personality_report.md -o ~/.claude/skills/levindixon-claude-code-prompt-plunderer-personality_report/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository