Tc banner
AgriciDaniel AgriciDaniel

Tc

Development community

Description

--- name: tc description: Track technical changes with structured records, a state machine, and session handoff. Usage: /tc <init|create|update|status|resume|close|export|dashboard> [args] --- # /tc — Technical Change Tracker Dispatch a TC (Technical Change) command. Arguments: `$ARGUMENTS`. If `$ARGUMENTS` is empty, print this menu and stop: ``` /tc init Initialize TC tracking in this project /tc create <name> Create a new TC record /tc update <tc-id> [...

Installation

Installs to ~/.claude/skills/agricidaniel-claude-skills-tc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agricidaniel-claude-skills-tc && curl -fsSL https://raw.githubusercontent.com/AgriciDaniel/claude-skills/HEAD/commands/tc.md -o ~/.claude/skills/agricidaniel-claude-skills-tc/SKILL.md

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

Full documentation available on GitHub

View Source Repository