| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Prompt Warrior is an agent skill that reads your local session logs — Claude Code out of the box; Codex CLI, OpenCode, Gemini CLI and Copilot via documented log formats — and turns them into something between a psychological profile and an RPG character sheet: real numbers on a fixed scale, a title you didn't choose but absolutely deserve, and achievements you've been grinding for months without knowing it. Runs 100% locally on stdlib Python — nothing ever leaves your machine.
| Achievement | Rarity | Unlock |
|---|---|---|
| Tyrant | 🟡 legendary | negativity outnumbers praise 10:1 |
| Gutenberg | 🟡 legendary | 25M+ tokens generated |
| Werewolf | 🟣 epic | night profanity ≥ 1.5× the daytime dose |
| Short Fuse | 🟣 epic | first flare-up by message three of a session |
| Night's Watch | 🔵 rare | 30%+ of activity between midnight and 6 a.m. |
| Cowboy | ⚪ common | zero plan modes across 50+ sessions |
…and 68 more, from Sprinter to Lord of Legions. Conditions are honest, thresholds are frozen, nobody gets one for free.
Everything ships in both RU and EN, symmetrically — the card speaks your language. Cross-harness aware: session-log formats for Codex CLI, OpenCode, Gemini CLI and Copilot are documented in references/harnesses.md.
The same card renders as a live widget right in the chat — with an "Open HTML card" button, hover unlock conditions and the achievements accordion:
The lazy way — one message. Paste this into Claude Code and it installs and runs everything by itself:
Install the Prompt Warrior skill and run it end to end.
Install: git clone https://github.com/timoncool/prompt-warrior into YOUR OWN
skills directory, named prompt-warrior (for Claude Code that is
~/.claude/skills/; other harnesses — wherever your skills live).
Then follow the installed skill's SKILL.md as a regular user: all-time profile,
HTML card + open it in the browser, inline widget, profile breakdown and
recommendations. Don't invent anything beyond the skill.
Or step by step:
Clone
git clone https://github.com/timoncool/prompt-warrior ~/.claude/skills/prompt-warriorWindows (PowerShell):
git clone https://github.com/timoncool/prompt-warrior "$env:USERPROFILE\.claude\skills\prompt-warrior"or install as a plugin:
/plugin marketplace add timoncool/prompt-warrior /plugin install prompt-warrior@prompt-warrior
Ask Claude Code
/prompt-warrior
or just say: "build my prompt warrior profile".
Get your card — an inline widget plus a self-contained ai-profile.html you can open, screenshot and share.
Under the hood: scripts/analyze.py reads ~/.claude/projects JSONL logs (read-only), deduplicates your messages, computes metrics and writes profile.json; Claude authors only the chronicle and the strengths/weaknesses picks (content.json), and scripts/render.py builds the whole card from them — the model never hand-writes HTML or reads SVG.
| Project | Description |
|---|---|
| telegram-api-mcp | Full Telegram Bot API as MCP server |
| civitai-mcp-ultimate | Civitai API as MCP server |
| trail-spec | TRAIL — cross-MCP content tracking protocol |
| GitLife | Your life in weeks — interactive calendar |
| ACE-Step Studio | AI music studio — songs, vocals, covers, videos |
| VideoSOS | AI video production in the browser |
I build open-source software and do AI research. Most of what I create is free and available to everyone. Your donations help me keep creating without worrying about where the next meal comes from =)
All donation methods | dalink.to/nerual_dreming | boosty.to/neuro_art
And if the card made you smirk — star the repo ★. Think of it as an achievement for the maintainer.
Code: MIT. Achievement, section and emblem icons: game-icons.net authors, CC-BY-3.0 (attribution). Monster art (set2) by Hrvoje Novakovic, CC-BY-3.0, assembled locally by the MIT-licensed robohash package.
| Back | FazBrowse Home | New Git URL |