rodrigoscharp

Progresso — Productivity skill for Claude Code

Productivity community

Show your Devspeak practice progress - sessions, level over time, recurring mistakes, and a suggested next scenario.

How to install Progresso

Installs to ~/.claude/skills/rodrigoscharp-devspeak-progresso/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rodrigoscharp-devspeak-progresso && curl -fsSL https://raw.githubusercontent.com/rodrigoscharp/Devspeak/HEAD/commands/progresso.md -o ~/.claude/skills/rodrigoscharp-devspeak-progresso/SKILL.md

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

What Progresso does


description: Show your Devspeak practice progress - sessions, level over time, recurring mistakes, and a suggested next scenario.

/devspeak:progresso

  1. Run: node "${CLAUDE_PLUGIN_ROOT}/scripts/progress.mjs" summary --data-dir "${CLAUDE_PLUGIN_DATA}"
  2. If the command reports zero sessions, tell the user they haven't practiced yet and suggest starting with /devspeak:diaria (a good, low-pressure first scenario). Stop here.
  3. Otherwise, present a clear summary to the user (in `exp

Alternatives in Productivity

  • Worktree Status Check — Verify the current worktree environment and show task details 23.4k ★
  • Claude Hud — A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progr 14k ★
  • C-level Advisor — Executive advisory skills for C-level decisions 5.3k ★

Full documentation available on GitHub

View Source Repository