explaingit

t3chnaztea/awesome-psn-skills

Analysis updated 2026-05-18

0Audience · generalComplexity · 2/5LicenseSetup · moderate

TLDR

Claude Code skills that turn your exported PlayStation play history into personalized game recommendations and backlog advice.

Mindmap

mindmap
  root((awesome-psn-skills))
    What it does
      Reads PSN history
      Taste profile
      Backlog and wishlist advice
    Tech stack
      Claude Code
      Agent Skills
      Python
    Use cases
      Recommend next game
      Triage backlog
      Rank wishlist
    Audience
      Gamers
      Claude Code users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get a written read on your PlayStation gaming taste from your real play history.

USE CASE 2

Decide which unfinished games in your backlog are worth returning to.

USE CASE 3

Rank your PlayStation wishlist by what you will actually finish, not hype.

USE CASE 4

Keep your taste profile up to date by re-running the export skill periodically.

What is it built with?

MarkdownPythonClaude CodeAgent Skills

How does it compare?

t3chnaztea/awesome-psn-skills00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencegeneralgeneralops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires Python 3.10+, a PlayStation account, and exporting your data with the companion psnstats tool.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

In plain English

This project is a Claude Code plugin made up of four agent skills, which are focused, on demand guides that a coding assistant like Claude Code can load automatically when they are relevant. These particular skills work together to turn your real PlayStation play history into useful advice, such as what game to play next, what to abandon, and what to buy from your wishlist. The first skill, called psn export, walks the assistant through installing a companion tool called psnstats, safely getting and rotating your PlayStation login token, and exporting your play history into a few structured files. The other three skills all read that exported data and never contact PlayStation directly themselves. The taste profile skill reads your preferences and produces a written read on your gaming taste, citing the specific signals behind each recommendation. The backlog triage skill looks at games you started but never finished, and gives a clear verdict on whether to go back to them or officially drop them, based on things like how far you got and how long ago you stopped playing. The wishlist advisor skill ranks the games on your wishlist by how likely you are to actually finish them, not just by hype, and factors in current discounts. The point of building this as structured skills, rather than just pasting your exported data into a chat, is consistency: the skills are designed to always explain a score from its underlying pieces, never invent a game or number that is not in your data, and correctly ask for a fuller export when one of them needs more detail, such as completion percentages, that a basic export does not include. It can be installed as a plugin directly inside Claude Code, or copied manually into any compatible skills folder, since each skill is written as plain markdown following an open specification. It requires Python 3.10 or newer and a PlayStation account. The project is released under the MIT License.

Copy-paste prompts

Prompt 1
Explain what signals go into my enjoyment score for a game.
Prompt 2
Help me export my PlayStation play history using the psn-export skill.
Prompt 3
Walk me through which unfinished games I should go back to.
Prompt 4
Show me which items on my wishlist are actually worth buying now.

Frequently asked questions

What is awesome-psn-skills?

Claude Code skills that turn your exported PlayStation play history into personalized game recommendations and backlog advice.

What license does awesome-psn-skills use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is awesome-psn-skills to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is awesome-psn-skills for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.