mag123c/toktrack
DirSkills catalogs 6 skills from this repository, across 4 categories: AI Engineering, Automation, Quality, Writing.
❓
5h ago
Clarify
Clarify routes requests through shallow Q&A or deeper exploration based on ambiguity and complexity. Use it when a task needs requirements gathered before implementation, especially for complex or uncertain changes.
AI Engineering
18820
🔍
5h ago
Code Review
Code Review runs a multi-agent review focused on Rust CLI/TUI changes. It is used to check diffs for Rust/clippy issues, TUI handling, and project-specific review gates.
Quality
18820
🛠️
5h ago
Implement
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.
Quality
18820
🧭
5h ago
Next
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.
Automation
18820
✅
5h ago
Verify
Verify runs cargo test, cargo clippy, and cargo fmt in order, retrying on failures to help keep Rust code passing checks. Use it before commits and to confirm changes are actually verified.
Quality
18820
📝
5h ago
Wrap
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.
Writing
18820