saeedkolivand

64 mods across 2 repositories, 66 stars between them.

ai-provider-author

01

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for AI provider integrations, model routing, embeddings, prompt systems, streaming, and the provider abstraction. Implements to spec; never approves its own work — ai-provider-expert audits it (tauri-security-reviewer on injection/leakage risk).

53 2d ago A 57 tokens

ai-provider-expert

02

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for AI provider integrations, model routing, embeddings, prompt systems, streaming, token efficiency, and provider abstraction. Use for changes under aiprovider/, commands/ai.rs, documents/embed (infra), and packages/prompts. Enforces the rule that adding a new provider needs config + adapter only …

53 2d ago A 72 tokens

cleanup

03

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Finds and removes dead code — unused files, exports, types, and dependencies — across the TS/React + Rust/Tauri monorepo. Use for dead-code audits and cleanup. Report-first; deletes only the safe tier after confirmation.

53 2d ago A 51 tokens

code-quality-author

04

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Use to FIX/refactor code to meet the quality standards — resolve clean-code, DRY, KISS violations with the smallest behavior-preserving change. Can take a reviewer report as input. Edits files, then typechecks and tests.

53 2d ago A 52 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Use to AUDIT code quality — clean-code, DRY, KISS, best-practice violations — and produce a severity-graded report. Read-only; never edits. Invoke after changes or on a package/path on request.

53 2d ago A 51 tokens

extension-author

06

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for the browser extension (apps/extension/ — MV3, Chrome + Firefox) and the desktop⇄extension bridge (native-host + loopback WebSocket, pairing/token auth) plus the shared extension protocol. Implements to spec AND to Chrome Web Store + Firefox AMO store policy; never approves its own work …

53 2d ago A 89 tokens

extension-reviewer

07

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for the browser extension (apps/extension/ — MV3, Chrome + Firefox) and the desktop⇄extension bridge (native-host + loopback WebSocket pairing/token auth, origin allowlist) plus the shared extension protocol. Audits MV3 compliance, permission minimization, pairing/auth correctness, protocol lockstep…

53 2d ago A 88 tokens

finding-verifier

08

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Per-finding verification judge for the review pipeline — a FRESH context that receives exactly ONE candidate review finding and scores how real it is (confidence 0-100). Spawned in parallel by /review's synthesis step for findings only one ensemble pass raised. Utility agent (no author pair, read-only, never edits…

53 2d ago A 92 tokens

frontend-author

09

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for the React renderer (apps/desktop/src/renderer/, packages/ui/) AND the Next.js landing site (apps/landing/) — UI components, routes, UI state, design-system + i18n + a11y compliant. Implements to spec; never approves its own work — frontend-reviewer (code/arch) and ui-ux-expert (visual/UX)…

53 2d ago A 89 tokens

frontend-reviewer

10

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for the React renderer AND the Next.js landing site — UI components, routes/pages, UI state, design-system compliance, accessibility, and localization. Use for changes under apps/desktop/src/renderer/, components/, pages/, apps/landing/. Does NOT activate for ATS scoring, AI providers, Rust services…

53 2d ago A 80 tokens

job-match-author

11

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for ATS scoring, job analysis, keyword/skill/requirement extraction, resume-job matching, recommendations, and cover-letter relevance. Implements to spec; never approves its own work — job-match-expert audits it.

53 2d ago A 51 tokens

job-match-expert

12

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for ATS scoring, job analysis, keyword/skill/requirement extraction, resume-job matching, recommendations, and cover-letter relevance. Use for changes under commands/matchresume.rs, commands/coverletter.rs, validate/, and JD-content prompts (it consumes embeddings, but the documents/embed pipeline…

53 2d ago A 107 tokens

pdf-docx-generator

13

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for the resume/export domain — PDF/DOCX rendering, layout, fonts, pagination, golden snapshots, AND the DocumentModel/theme/locale/templates authoring. The paired author for resume-export-expert (who reviews); never approves its own work. Implements under export/, model/, theme/, locale/.

53 2d ago A 69 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Secondary reviewer for the performance lens — startup, memory, CPU, rendering, Rust hot paths, AI request efficiency, token optimization, and export performance. Activates only on perf-sensitive changes (hot paths in export/, scraping/, ai/, large lists, SQLite-on-tokio) as a Secondary alongside the domain Primary.

53 2d ago A 68 tokens

pr-reviewer

15

saeedkolivand/ai-job-hunter-app

Agent Claude Code

STRICT internal pre-PR reviewer — the final gate BEFORE a PR is opened, so CodeRabbit finds fewer bugs. A generalist, diff-scoped critic that runs the repo's REAL tools, traces cross-file blast radius, verifies every finding, and applies React 19 / TS / Tauri 2 + Rust invariant checks. Use right before git push /…

53 2d ago A 119 tokens

project-steward

16

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access sole owner of documentation, the knowledge base, ADRs, the lessons log, and release process. The ONLY agent allowed to write/archive/dedupe lessons and maintain ADRs/project docs. Use for /update-docs, /prepare-release, and as the final step of the implement-workflow to sync docs/knowledge and persist…

53 2d ago A 75 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for the resume/export domain — resume generation & architecture, the DocumentModel, templates, theme system, layout rules, localization/country & industry standards, and ATS-SAFE document structure. Use for changes under export/, model/, theme/, templates/, locale/, fonts. Owns ATS-safe…

53 2d ago A 93 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for the Rust/Tauri backend — domain modeling, error handling, module boundaries (L0–L3 layers), the centralized platform/net/error layers, data/SQLite/migrations/GDPR, and Rust-first business-logic ownership. Use for changes under apps/desktop/src-tauri/src/ that aren't owned by a more specific domain…

53 2d ago A 77 tokens

rust-backend-author

19

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for the Rust/Tauri backend (apps/desktop/src-tauri/src/ not owned by a more specific domain, packages/shared/) — domain modeling, error handling, module boundaries, data/SQLite/migrations. Implements to spec; never approves its own work — rust-backend-architect audits it…

53 2d ago A 78 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access implementer for job scraping, browser automation, selector resilience, and the SCRAPERS registry. Implements to spec; never approves its own work — scraping-applier-expert audits it.

53 2d ago A 45 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Primary reviewer for job scraping, browser automation, selector resilience, registry management, and workflow reliability. Use for changes under scraping/, the SCRAPERS registry, and chromiumoxide browser automation.

53 2d ago A 44 tokens

saeedkolivand/ai-job-hunter-app

Agent Claude Code

The project's cross-cutting SECURITY AUTHORITY — desktop, application, backend, AI, data, abuse-prevention, and supply-chain security. Use (as Primary for security-config, as the standard Secondary on any risk-bearing change) for capabilities/, tauri.conf.json, permissions/, updater/plugins, net/, credentials/…

53 2d ago A 117 tokens

test-author

23

saeedkolivand/ai-job-hunter-app

Agent Claude Code

WRITE-access test creation specialist. Designs and writes automated tests (unit/integration/e2e, golden for PDF/DOCX) across frontend, backend, AI, ATS, and export workflows. Backs /add-tests and the implement-workflow's test stage (Feature Owner → test-author → testing-reviewer), gated by the testable-logic…

53 2d ago A 82 tokens

testing-reviewer

24

saeedkolivand/ai-job-hunter-app

Agent Claude Code

Read-only test AUDITOR — never writes tests. Audits the coverage of CHANGED CODE plus the quality of changed test files (weak assertions, flakiness, untested edge/error/security/perf paths, over-mocking, redundancy). Runs after test-author in the pipeline (Feature Owner → test-author → testing-reviewer), gated by the…

53 2d ago A 79 tokens