🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

scoreflow

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scoreflow

Live character sheet for AI coding craftsmanship — level, XP, skill tree, achievements.

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Scoreflow for VS Code

Live character sheet for AI coding craftsmanship — level, XP, 11 skill tracks each 1-100, and 22 achievements — right in your VS Code sidebar. Reads the same Scoreflow config the CLI writes, so there's nothing to log into from the editor.

What you get

Three panels in the Scoreflow sidebar:

  • Character sheet — tier, title, level, XP bar with % to next level, achievement count.
  • Skill tree — all 11 tracks (File Craft, Research, Agents, Automation, Project Mgmt, Analysis, Synthesis, Writing, Conversation, Teaching, Creativity) with per-skill level, XP, and progress bar. Hover for the exact tools/signals that advance each track.
  • Achievements — the codes you have unlocked, with unlock date.

A mini status bar badge shows Lv N · X XP everywhere. Click it to open the sidebar.

Quick start

You need the CLI first — it wires OAuth, the Claude Code Stop hook, and writes the token this extension reads:

npm i -g @scoreflow/cli
scoreflow init

Then install this extension. Reload the window or run Scoreflow: Refresh from the command palette. Your level and skills start showing up.

Configuration

SettingDefaultNotes
scoreflow.apiBaseUrlhttps://scoreflow.devOnly change when self-hosting.
scoreflow.pollIntervalSeconds30How often to poll for fresh progress. Min 10, max 3600.

Privacy

This extension reads your Scoreflow token from ~/.scoreflow/config.json and makes HTTPS GET requests to scoreflow.dev to fetch your own progress. It never writes to that file, never stores prompt content, and never calls any other host.

  • Scoreflow homepage
  • Source code
  • Privacy policy

License

MIT. Infinite Labs OÜ.

Keywords

scoreflow

FAQs

Package last updated on 22 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts