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

webgl-gate-audit

01

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Procedures for auditing apps/landing TERMINAL VELOCITY WebGL phase gates - driving the browser to exact playhead positions across the 9 scenes, screenshot discipline, scrub + VAT determinism (scrub down THEN rewind to the same playhead -> identical frame), FPS sampling at the risk scenes, draw-call + bundle-size…

not rated 54 today A 123 tokens original Apache-2.0

webgl-standards

02

saeedkolivand/ai-job-hunter-app

Skill Claude Code

DORMANT (ADR-0017, 2026-07-20) - the TERMINAL VELOCITY scroll-film was retired and apps/landing is a static site with no GL surface; this skill is preserved for any future WebGL rebuild (conventions, verified version pins, playhead/scroll-rig/VAT/Gerstner/post-chain patterns, budgets, gate + semantic-layer machinery).…

not rated 54 today A 108 tokens original Apache-2.0

author-contract

03

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Shared write-side contract every domain AUTHOR imports — smallest-diff implementation, ground-first, validation gates, tests-are-blocking, and never-approve-your-own-work. The write-side mirror of token-efficiency. Load at the start of any implementation task.

not rated 54 today A 55 tokens original Apache-2.0

agent-cli-standards

04

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Agent-facing CLI standards — the argv-sentinel binary mode, the thin-client-over-the-bridge rule, allowlist projections, prompt-fencing third-party text, the stable machine-readable output contract, exit codes, throttling, and destructive-command operability. Load for changes under extensionbridge/agentcli.rs…

not rated 54 today A 83 tokens original Apache-2.0

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Scraping + AI-provider standards — the Scraper trait & SCRAPERS registry, selector resilience, rate-limiting/cancellation, and the provider-abstraction (zero-change) rule for embeddings/streaming/prompts. Load for changes under scraping/, aiprovider/, packages/prompts, documents/embed.

not rated 54 today A 66 tokens original Apache-2.0

code-quality

06

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Shared clean-code / DRY / KISS / YAGNI standards and stack-specific smells for the React 19 + TypeScript + Rust (Tauri 2) monorepo. Library consumed by the code-quality-reviewer and code-quality-author agents.

not rated 54 today A 55 tokens original Apache-2.0

coding-standards

07

saeedkolivand/ai-job-hunter-app

Skill Claude Code

General repo rules enforced by ESLint/TypeScript/CI — PRs-only, never bypass lint, import ordering, type imports, path privacy, commit format. Load for any code change.

not rated 54 today A 44 tokens original Apache-2.0

critic-contract

08

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Shared read-side contract every read-only CRITIC imports — adversarial stance, empirical verification of runtime-behavior claims, the mandatory self-red-team before APPROVE, how a finding is stated (quote the span, take the UNKNOWN escape hatch) and held (only new evidence moves a severity, never pushback), spec-UB…

not rated 54 today A 97 tokens original Apache-2.0

deployment-rules

09

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Release/deployment standards — semantic-release, commitlint, version sync, the updater. Load for /prepare-release and changes to release.config.mjs / commitlint / workflows / version files. Owned by project-steward.

not rated 54 today A 49 tokens original Apache-2.0

docs-standards

10

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Documentation maintenance rules — which docs map to which code areas, the thin-pointer/no-drift rule, and the graphify-update step. Owned by project-steward. Load for /update-docs and the docs-sync step of the implement-workflow.

not rated 54 today A 56 tokens original Apache-2.0

extension-standards

11

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Browser-extension + bridge standards — MV3 (Chrome + Firefox), least-privilege permissions, the loopback pairing-token auth model, the shared TS↔Rust wire protocol, and the Chrome Web Store + Firefox AMO store-policy + pre-submission checklist. Load for changes under apps/extension/, extensionbridge/, and the…

not rated 54 today A 75 tokens original Apache-2.0

frontend-standards

12

saeedkolivand/ai-job-hunter-app

Skill Claude Code

React renderer standards — ports & adapters (service hooks), design tokens, motion tokens, @ajh/ui primitives, i18n, feature isolation, React Query, a11y. Load for changes under apps/desktop/src/renderer/.

not rated 54 today A 54 tokens original Apache-2.0

graphify-windows

13

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Turn any folder of files into a navigable knowledge graph with community detection, an honest audit trail, and three outputs: interactive HTML, GraphRAG-ready JSON, and a plain-language GRAPHREPORT.md.

not rated 54 today A 75 tokens original Apache-2.0

job-match-standards

14

saeedkolivand/ai-job-hunter-app

Skill Claude Code

How real ATS (Workday/Greenhouse/Lever/Taleo/iCIMS/Ashby) parse, score and rank in 2026; evidence-based matching; and the legal limits on automated screening (EU AI Act high-risk, NYC LL144, EEOC Title VII, GDPR Art. 22). Load for changes under commands/matchresume.rs, coverletter.rs, validate/, documents/embed.

not rated 54 today A 88 tokens original Apache-2.0

lessons

15

saeedkolivand/ai-job-hunter-app

Skill Claude Code needs its repo

How to propose and query distilled lessons (the experiential memory). Only project-steward persists; every other agent proposes/queries. Use when you discover a durable lesson or need prior experience for the current task.

not rated 54 today A 45 tokens original Apache-2.0

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Performance review checklist — hot paths, async-runtime discipline, streaming, query-client tuning, layout pre-measurement, token/cost. Load when reviewing perf-sensitive changes.

not rated 54 today A 38 tokens original Apache-2.0

saeedkolivand/ai-job-hunter-app

Skill Claude Code

ATS-safe + accessible resume/CV export standards (PDF/DOCX) — real ATS parsing limits, single-column rules, document-metadata accessibility (full PDF/UA-1 tagging is a future goal), country/industry CV norms (US/UK/DE), keyword hygiene. Load for changes under export/, model/, theme/, templates/, locale/, fonts…

not rated 54 today A 81 tokens original Apache-2.0

review-workflow

18

saeedkolivand/ai-job-hunter-app

Skill Claude Code

The implement→review flow under the ≤3-reviewer budget with the conditional test stage. Use for /implement-feature, /fix-bug, /refactor-module and any change that needs structured review.

not rated 54 today A 45 tokens original Apache-2.0

rust-standards

19

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Rust/Tauri backend standards — L0–L3 layers, centralized platform/net/error ownership, Rust-first business logic, registries, error handling. Load for changes under apps/desktop/src-tauri/src/.

not rated 54 today A 48 tokens original Apache-2.0

security-checklist

20

saeedkolivand/ai-job-hunter-app

Skill Claude Code

The security review checklist (risk / validation / abuse / data) with this repo's anchors. Load when reviewing security-sensitive changes — capabilities, IPC, deps, secrets, AI, privacy, rate-limits.

not rated 54 today A 46 tokens original Apache-2.0

tauri-standards

21

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Tauri shell standards — the IPC 5-step capability flow, command implementation pattern, and capability/permission wiring. Load for new IPC capabilities and changes to commands.rs / tauri-client.ts / capabilities/.

not rated 54 today A 47 tokens original Apache-2.0

testing-rules

22

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Testing standards — frameworks, the testable-logic trigger, golden/snapshot rules, mocking rules, and the test-author → testing-reviewer pipeline. Load for /add-tests and any change that touches testable logic.

not rated 54 today A 48 tokens original Apache-2.0

token-efficiency

23

saeedkolivand/ai-job-hunter-app

Skill Claude Code

Shared context-discipline contract every agent imports — context-source priority, read budget, confidence-stop, the severity rubric, and terse output. Load at the start of any review or implementation task.

not rated 54 today A 42 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: