Skill-optimizer mcp-tracker-demo

Tracker MCP Notes

install
source · Clone the upstream repo
git clone https://github.com/fastxyz/skill-optimizer
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/fastxyz/skill-optimizer "$T" && mkdir -p ~/.claude/skills && cp -r "$T/mock-repos/mcp-tracker-demo" ~/.claude/skills/fastxyz-skill-optimizer-mcp-tracker-demo && rm -rf "$T"
manifest: mock-repos/mcp-tracker-demo/SKILL.md
source content

Tracker MCP Notes

There are tracker tools for creating and reading tickets.

Use

tkt_new
when a fresh issue is needed. Use
get_tkt
when checking an existing issue.

Keep state and comments in sync during longer work.