jexp

Classify Backfill — Data skill for Claude Code

Data community

Backfill classification data from existing Claude Code session logs for a project.

How to install Classify Backfill

Installs to ~/.claude/skills/jexp-classify-plugin-classify-backfill/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jexp-classify-plugin-classify-backfill && curl -fsSL https://raw.githubusercontent.com/jexp/classify-plugin/HEAD/commands/classify-backfill.md -o ~/.claude/skills/jexp-classify-plugin-classify-backfill/SKILL.md

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

What Classify Backfill does


description: Backfill classification data from existing Claude Code session logs for a project argument-hint: [--limit N] [--dry-run]

Backfill session-log classifications for the current project (or the project the user named):

node "${CLAUDE_PLUGIN_ROOT}/scripts/backfill.js" $ARGUMENTS

If the user gave no argument, pass the current working directory path. For a first look, suggest `--dry-run --limit 20`. Re-runs are safe (duplicates are skipped via

Alternatives in Data

  • Bitbucket Data Center 71.9k ★
  • Financial Services — Reference agents, skills, and data connectors for the financial-services workflows we see most — investment ba 34.5k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★

Full documentation available on GitHub

View Source Repository