πŸ› οΈ
QualityRust

Implement

by mag123c

Implement is a Quality 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 Implement
Copy Implement 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/implement ~/.claude/skills/implement

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/implement/SKILL.md in mag123c/toktrack
Installs to
~/.claude/skills/implement
Collection
One of 6 skills cataloged from this repository
Category
Quality β€” 1745 skills

What Implement does

Implement follows a TDD flow for Rust code: analyze the change, run pre-run gates, then iterate RED, GREEN, and REFACTOR before verify and review. Use it when adding implementation work that must be test-driven and validated.

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

Documentation

README

Implement

Flow

Analysis → Gate pre-run → TDD(RED→GREEN→REFACTOR) → /verify → /review → /wrap

Execution

  1. Analysis: Review plan, identify affected modules

  2. Gate pre-run (MUST β€” before coding) Run the PLAN's [unverified-gate: probe=…] / Phase 0 probes before RED. Fail β†’ halt + report (don't build on a falsified assumption). Map Acceptance/DoD β†’ RED tests; mark unverifiable as [unverified-gate] to carry to verify/wrap. Detail β†’ references/gates.md (tag vocab: ../clarify/references/provenance.md).

    Rust-specific probes:

    • cargo check β€” whether it compiles
    • cargo test -- --list β€” verify test targets exist
    • make check β€” unified fmt + clippy + test gate

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

Commands Implement provides

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

  • /verify
  • /review
  • /wrap

Frequently asked about Implement

  • What else does mag123c publish alongside Implement?

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

  • How does Implement compare to other Quality skills?

    Implement ranks #1623 by stars among the 1745 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. 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 Implement against them. Open each page to compare what they document and how they install.