mayankasthana

Applymate — Data skill for Claude Code

Data community

Applymate (agent: Aja) — a harness-agnostic job-application agent distro: dossier-driven tailoring, relevance-gated pipeline, local chat/review UI.

How to install Applymate

This entry records only its repository, not the path inside it, so there is no exact command to give. Open mayankasthana/applymate and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Applymate does

Applymate (agent: Aja) — a harness-agnostic job-application agent distro: dossier-driven tailoring, relevance-gated pipeline, local chat/review UI. Works with Claude Code, Codex, Cursor, ZCode, Gemini CLI & more.

Alternatives in Data

  • Private GPT — Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more 57.5k ★
  • LLM Redteam — LLM red-team corpus runner — fires categorized prompt-injection / jailbreak / system-prompt-leak / data-exfil 4.5k ★
  • Claude Code Memory Setup — Up to 71.5x fewer tokens per session on Claude Code with Obsidian + Graphify 947 ★

README

Applymate

**Aja** — your job-application first mate. Talk to one agent. Land the role.

[![CI](https://github.com/mayankasthana/applymate/actions/workflows/ci.yml/badge.svg)](https://github.com/mayankasthana/applymate/actions/workflows/ci.yml)

A harness-agnostic **agent distro** for the job-application workflow, in the spirit of [firstmate](https://github.com/kunchenguid/firstmate): the repo *is* the agent. Open any AI CLI harness in this directory and it reads `AGENTS.md` and becomes Aja — turning your resume dossier into relevant, tailored, tracked applications, with you in the loop.

Deterministic bookkeeping lives in `bin/applymate.ts`, a zero-runtime-dependency Node toolbelt (the "AXI" pattern from [lavish-axi](https://github.com/kunchenguid/lavish-axi)): dossier indexing, match scoring, an application pipeline, and a local chat/review UI the agent polls. Tailored resumes render as HTML you review in the browser; your feedback flows back through chat.

  • Works in your harness. Claude Code, Codex, Cursor, ZCode, Gemini CLI, Antigravity — anything that reads AGENTS.md. (CLAUDE.md/GEMINI.md are pointer files.)
  • Only relevant jobs. Job descriptions are scored against your dossier; the toolbelt refuses applications below your minMatchScore floor (default 60).
  • Ask & remember. The agent asks you about missing preferences (product vs service companies, salary floor, ...) and every form question it can't answer — then stores both in workspace/profile/ so the next session already knows. Nothing about you is hardcoded in the repo.
  • Browser-ready. With a harness that has browser/computer-use tools, Aja fills portals and clicks through Next buttons using your stored answers — and stops at the final Submit for your explicit yes. Always.
  • Private by default. Dossier, pipeline, and memory live under workspace/ (gitignored); the UI binds to loopback; nothing is submitted or sent anywhere without you.
  • **Zero runtim