omgpointless

Lifestats — Development skill for Claude Code

Development community

View lifetime usage statistics across all sessions.

How to install Lifestats

Installs to ~/.claude/skills/omgpointless-aspy-lifestats/SKILL.md

Terminal
mkdir -p ~/.claude/skills/omgpointless-aspy-lifestats && curl -fsSL https://raw.githubusercontent.com/omgpointless/aspy/HEAD/commands/lifestats.md -o ~/.claude/skills/omgpointless-aspy-lifestats/SKILL.md

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

What Lifestats does


description: "View lifetime usage statistics across all sessions"

Use the `aspy_lifetime` MCP tool to get all-time statistics from Aspy.

Display results showing:

  • Total sessions, tokens, and cost
  • Model breakdown (tokens and cost per model)
  • Tool usage stats (calls, avg duration, success rate)
  • Time range (first to last session)

Format large numbers readably (e.g., 1.2M tokens, $12.34).

Alternatives in Development

  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★
  • Nexting — Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC 1.3k ★

Full documentation available on GitHub

View Source Repository