Prompt Warrior

Turns your Claude Code logs into a fixed-scale prompting profile with a shareable HTML card.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 15, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 95bbbab

Ran the real analyzer against this machine's actual ~/.claude/projects logs: 4349 messages, 235 sessions, low_confidence=false, and the full pipeline (analyze.py -> content.json -> render.py) produced a real 111KB HTML card with no invented numbers.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Prompt Warrior does

Reads local Claude Code JSONL session logs and computes a fixed, versioned scale of communication metrics (verification rate, politeness, night-owl share, etc.), then renders a gamified HTML profile card with a model-authored 'chronicle', achievements, and evidence-based prompt-engineering recommendations. Triggers on requests for a 'prompt warrior' / 'AI wrapped' / prompting-style profile from chat history; runs 100% locally with no network calls.

How to install Prompt Warrior

git clone https://github.com/timoncool/prompt-warrior
cd prompt-warrior
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/prompt-warrior

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Prompt Warrior

  • /prompt-warrior Turns your Claude Code logs into a fixed-scale prompting profile with a shareable HTML card.

It also activates on plain-language prompts like these:

  • generate a prompt warrior profile from my claude code chat logs
  • give me an AI wrapped style report on how I talk to Claude this year
  • analyze my prompting habits and turn them into a shareable html card

Frequently asked questions

Is the Prompt Warrior skill free?
Yes. The skill itself is free from timoncool/prompt-warrior. SkillProof publishes the install command and an independent test verdict at no cost.
Does Prompt Warrior work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the real analyzer against this machine's actual ~/.claude/projects logs: 4349 messages, 235 sessions, low_confidence=false, and the full pipeline (analyze.py -> content.json -> render.py) produced a real 111KB HTML card with no invented numbers.
What is the Prompt Warrior SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Prompt Warrior?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Prompt Warrior with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.