saeedkolivand/ai-job-hunter-app

Local-first AI desktop assistant that scrapes job boards, matches roles to your resume, and auto-generates resumes & cover letters. Offline with Ollama, BYO API key, or route it through an AI CLI agent (Claude Code, Codex, Gemini CLI).

This repository also configures its own agents. See what ai-job-hunter-app tells them →

54Stars on the repository
90Mods indexed here, across every type
todayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

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).

not rated 54 yesterday A 57 tokens original Apache-2.0

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 …

not rated 54 yesterday A 72 tokens original Apache-2.0

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.

not rated 54 changed 6d ago A 51 tokens original Apache-2.0

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.

not rated 54 yesterday A 52 tokens original Apache-2.0

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.

not rated 54 yesterday A 51 tokens original Apache-2.0

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 …

not rated 54 yesterday A 89 tokens original Apache-2.0

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…

not rated 54 yesterday A 88 tokens original Apache-2.0

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…

not rated 54 yesterday A 92 tokens original Apache-2.0

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)…

not rated 54 yesterday A 89 tokens original Apache-2.0

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…

not rated 54 yesterday A 80 tokens original Apache-2.0

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.

not rated 54 yesterday A 51 tokens original Apache-2.0

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…

not rated 54 yesterday A 107 tokens original Apache-2.0

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/.

not rated 54 yesterday A 69 tokens original Apache-2.0

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.

not rated 54 yesterday A 68 tokens original Apache-2.0

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 /…

not rated 54 yesterday A 119 tokens original Apache-2.0

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…

not rated 54 yesterday A 75 tokens original Apache-2.0

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…

not rated 54 yesterday A 93 tokens original Apache-2.0

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…

not rated 54 yesterday A 77 tokens original Apache-2.0

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…

not rated 54 yesterday A 78 tokens original Apache-2.0

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.

not rated 54 yesterday A 45 tokens original Apache-2.0

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.

not rated 54 yesterday A 44 tokens original Apache-2.0

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/…

not rated 54 yesterday A 117 tokens original Apache-2.0

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…

not rated 54 changed 6d ago A 82 tokens original Apache-2.0

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…

not rated 54 yesterday A 79 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: