📝
WritingRust

Wrap

by mag123c

Wrap is a Writing 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 Wrap
Copy Wrap 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/wrap ~/.claude/skills/wrap

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/wrap/SKILL.md in mag123c/toktrack
Installs to
~/.claude/skills/wrap
Collection
One of 6 skills cataloged from this repository
Category
Writing1279 skills

What Wrap does

Wrap documents completed work at session end, checks required docs, reconciles plan gates, and prepares a commit after user selection. Use it when finishing a task and closing out implementation details.

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

Documentation

README

Wrap

Flow

Git Status → Doc Check → User Selection → Execute → Complete

Execution

  1. Git Status

    git status --short
    git diff --stat HEAD~3
    
  2. Doc Check Checklist (MUST)

    Change Target Required
    trait/type architecture.md on structural change
    convention conventions.md on new pattern
    Decisions .dev/DECISIONS.md on new feature/design

    DECISIONS.md entries (required check):

    • New feature implemented → record decision rationale, alternatives, reasons
    • Divergence between PLAN and actual implementation → add **Implementation Note**
    • New pattern/convention → also update conventions.md
  3. Plan Reconciliation (MUST)

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

Commands Wrap provides

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

  • /clarify
  • /next

Frequently asked about Wrap

  • What else does mag123c publish alongside Wrap?

    Wrap 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 Wrap does, and is maintained by mag123c in that same repository. The rest of the collection is listed on the mag123c/toktrack page.

  • How does Wrap compare to other Writing skills?

    Wrap ranks #1088 by stars among the 1279 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. 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 Wrap against them. Open each page to compare what they document and how they install.