🧭
AutomationRust

Next

by mag123c

Next is an Automation skill for Claude Code, published by mag123c in toktrack.

188 stars20 forkson mag123c/toktrackAdded 2026/09/06+1% in starsRepository updated 2026/09/04
ai-billingai-codingai-costai-toolsanthropicclaude-codeclicodex-clicost-monitorcost-trackingdeveloper-toolsgemini-clillmmulti-cliopenairustterminaltoken-trackertoken-usagetui
Install in seconds
Install Next
Copy Next into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/mag123c/toktrack/tree/main/.claude/skills/next ~/.claude/skills/next

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/mag123c/toktrack.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/next/SKILL.md in mag123c/toktrack
Installs to
~/.claude/skills/next
Collection
One of 6 skills cataloged from this repository
Category
Automation2032 skills

What Next does

Next checks the latest planning file and recent git activity to show current progress. Use it at session start to identify the next task and suggest a /clarify step.

Next is cataloged under Automation on DirSkills. Next comes from a repository tagged ai-billing, ai-coding, ai-cost, ai-tools and anthropic.

Documentation

README

Next

Flow

Read Planning → Git Log → Analyze → Present → Suggest /clarify

Execution

  1. Read Planning

    # Read ONLY the latest planning file (by date prefix YYYYMMDD-)
    # e.g., 20260205-improvements.md > 20260128-cli-parsers.md
    # Check checkbox status: [ ] incomplete, [x] complete
    
  2. Git Log

    git log --oneline -5
    git status --short
    
  3. Analyze

    • Identify current phase
    • Count completed/total tasks
    • Identify next priority task
  4. Present (table format)

    Phase Status Progress
    Phase 0 5/5
    Phase 1 🔄 3/4
  5. Suggest

    • Summarize next task
    • Suggest running /clarify

This is the opening of the README. Read the full README on GitHub.

Commands Next provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /clarify

Frequently asked about Next

  • What else does mag123c publish alongside Next?

    Next is one of 6 skills that DirSkills catalogs from mag123c/toktrack, the repository it ships in. Its siblings there include Clarify, Code Review and Implement. Each one is a separate skill with its own page in this directory, installs the same way Next does, and is maintained by mag123c in that same repository. The rest of the collection is listed on the mag123c/toktrack page.

  • How does Next compare to other Automation skills?

    Next ranks #1855 by stars among the 2032 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Next against them. Open each page to compare what they document and how they install.