timequity/plugins

Claude Code plugins for developers

6Stars on the repository
59Mods indexed here, across every type
8mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

tutor

01

timequity/plugins

Agent

Claude Code Course tutor. Helps with questions, gives hints. Use when: user is stuck, asks for help, doesn't understand a concept. Triggers: "help", "don't understand", "hint", "stuck", "confused".

6 8mo ago A 51 tokens

code-reviewer

02

timequity/plugins

Agent

Use after completing a task or feature to review code changes. Provide BASESHA, HEADSHA, what was implemented, and requirements. Returns issues categorized by severity (Critical/Important/Minor) with file:line references.

6 8mo ago A 48 tokens

rust-code-reviewer

03

timequity/plugins

Agent

Reviews Rust code for issues. Runs clippy, reads actual files, reports problems. Use after TDD cycles complete, before commit. Returns: issues with file:line references from REAL code.

6 8mo ago A 44 tokens

rust-developer

04

timequity/plugins

Agent

Implements Rust code to make failing tests pass (TDD GREEN phase). Provide: failing test path/name, project path. Returns: minimal implementation that passes the test. Triggers: "implement", "make test pass", "green phase", "rust implement".

6 8mo ago A 56 tokens

rust-project-init

05

timequity/plugins

Agent

Initializes Rust project with protection and dependencies. Creates: .gitignore, .pre-commit-config.yaml, Cargo.toml, empty src/lib.rs stub. Does NOT create tests or routes — only scaffolding.

6 8mo ago C 47 tokens

tdd-test-writer

06

timequity/plugins

Agent

Writes failing tests for TDD workflow. Does NOT write implementation code. Provide: feature requirement, project path, language/framework. Returns: test file path and expected failure message. Triggers: "write test for", "tdd test", "failing test", "red phase".

6 8mo ago A 62 tokens