timequity

59 mods across 1 repository, 6 stars between them.

status

25

timequity/plugins

Command Claude Code

Show project progress and next actions.

6 8mo ago A 6 tokens

code-reviewer

26

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

27

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

28

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

29

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

30

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

backend-core

31

timequity/plugins

Skill Claude CodeCodex

Language-agnostic backend patterns: API design, authentication, security, databases. Use when: designing APIs, implementing auth, securing endpoints, modeling data. Triggers: "api design", "rest api", "graphql", "authentication", "jwt", "oauth", "security", "owasp", "database schema", "migrations", "sql".

6 8mo ago A 74 tokens

backend-nodejs

32

timequity/plugins

Skill Claude CodeCodex

Modern Node.js backend stack: NestJS/Hono, Drizzle ORM, Vitest, TypeScript. Use when: building Node.js APIs, TypeScript backends, or serverless functions. Triggers: "nestjs", "node backend", "express", "hono", "drizzle", "vitest", "typescript api", "node api", "bun".

6 8mo ago A 78 tokens

backend-python

33

timequity/plugins

Skill Claude CodeCodex

Modern Python backend stack: FastAPI, SQLAlchemy 2.0, Pydantic v2, uv, ruff. Use when: building Python APIs, async services, or working with Python backend code. Triggers: "fastapi", "python backend", "sqlalchemy", "pydantic", "uv", "ruff", "python api", "async python".

6 8mo ago A 79 tokens

backend-rust

34

timequity/plugins

Skill Claude CodeCodex

Modern Rust backend with Axum, SQLx, tokio + CI/CD automation. Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation. Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build", "cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust…

6 8mo ago A 110 tokens

beads-workflow

35

timequity/plugins

Skill Claude CodeCodex

A workflow skill for projects that use beads, an issue tracker. It activates in a directory containing a .beads folder and guides starting work, choosing tasks, finishing work, and creating subtasks.

6 8mo ago C 99 tokens

code-review

36

timequity/plugins

Skill Claude CodeCodex

Code review workflow and best practices. Use when: reviewing PRs, receiving feedback, or preparing code for review. Triggers: "code review", "review", "pr review", "pull request", "feedback", "review changes".

6 8mo ago A 50 tokens

craft

37

timequity/plugins

Command

Guided project creation with explanations.

6 8mo ago A 6 tokens

why

38

timequity/plugins

Command

Explain the last decision or any architectural choice.

6 8mo ago A 8 tokens

timequity/plugins

Skill Claude CodeCodex

Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling.

6 8mo ago A 30 tokens

data-modeling

42

timequity/plugins

Skill Claude CodeCodex

Dimensional modeling, normalization, and schema design for analytics.

6 8mo ago A 16 tokens

data-quality

43

timequity/plugins

Skill Claude CodeCodex

Data quality testing with dbt tests, Great Expectations, and monitoring.

6 8mo ago A 17 tokens

dbt-expert

44

timequity/plugins

Skill Claude CodeCodex

Skill "dbt-expert" from timequity/plugins, covering dbt expert, project structure, model patterns, staging and intermediate.

6 8mo ago A 20 tokens

pipeline-design

45

timequity/plugins

Skill Claude CodeCodex

Design ETL/ELT pipeline architectures with proper patterns for reliability and scalability.

6 8mo ago A 19 tokens

spark-basics

46

timequity/plugins

Skill Claude CodeCodex

PySpark fundamentals for distributed data processing.

6 8mo ago A 12 tokens

decision-logger

48

timequity/plugins

Skill Claude CodeCodex

Logs architectural decisions to docs/DECISIONS.md in ADR format. Use when: making significant architectural or technology choices. Integrates with /craft and /why commands.

6 8mo ago A 38 tokens