whatisgithub

What is get-a-job?

aryan-anakin/get-a-job — explained in plain English

Analysis updated 2026-05-18

3PythonAudience · generalComplexity · 2/5Setup · moderate

In one sentence

A set of AI assistant skills for Claude Code and Codex that help build a resume, score it against a job posting, and decide if applying is worth it.

Mindmap

mindmap
  root((get-a-job))
    What it does
      Job search AI skills
      Resume building interview
      Posting fit scoring
    Tech stack
      Python
      Claude Code
      Anakin API
    Use cases
      Build a master resume
      Check job fit quickly
      Simulate ATS scoring
    Audience
      Job seekers
      Claude Code users
      Codex users
    Commands
      update-resume
      check-fit
      ats-score

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Run an AI guided interview to build a career profile and a polished master resume.

USE CASE 2

Quickly check whether a job posting is a good match for your resume before applying.

USE CASE 3

Simulate how an applicant tracking system would score your resume against a specific posting.

USE CASE 4

Generate a tailored version of a resume for a specific job and compare its score before and after.

What is it built with?

PythonClaude CodeAnakin API

How does it compare?

aryan-anakin/get-a-job0marildo/imago100/geotwitter
Stars333
LanguagePythonPythonPython
Last pushed2015-09-10
MaintenanceDormant
Setup difficultymoderateeasymoderate
Complexity2/52/53/5
Audiencegeneralgeneralgeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires the Claude Code CLI installed and logged in, plus an optional Anakin API key for scraping job postings.

So what is it?

This project is a set of three AI assistant skills for job hunting that work inside Claude Code and OpenAI Codex. It adds slash commands that help someone build a resume, quickly check if a job posting is worth applying to, and run a deeper analysis of their odds before spending time on an application. The first command, update-resume, runs an interview where each question is generated by an AI model based on everything answered so far. It builds a career profile file and a master resume written to avoid AI sounding phrases, checked by a mechanical linter rather than just asked of the model politely. The second command, check-fit, takes a job posting link, pulls out what the role actually requires, and scores the resume against it from zero to ten, giving a fast strong, partial, or poor verdict so someone does not waste an afternoon on a bad match. The third command, ats-score, goes further by simulating how an applicant tracking system might scan the resume for keywords, and if there is a real chance of improvement, generates a tailored version of the resume and shows a before and after score. Job posting text is pulled in through an external scraping service called Anakin, using an API key the user provides. The tool is careful about this: it always tells the user before it makes a scraping call, and if there is no API key, no scraping credits, or the page cannot be read, it simply asks the user to paste the job description text instead. LinkedIn links are refused outright since LinkedIn blocks this kind of scraping. Installation is done through a shell script that links the skills and commands into the local Claude Code and Codex configuration folders. It requires the Claude Code command line tool to already be installed and logged in, along with Python's standard library, since no extra Python packages are installed.

Copy-paste prompts

Prompt 1
Run /update-resume to build my career profile and master resume through the interview process.
Prompt 2
Use /check-fit on this job posting URL and tell me if I should bother applying.
Prompt 3
Run /ats-score on this posting and show me a tailored resume if my score can realistically improve.
Prompt 4
Help me set up my ANAKIN_API_KEY so the job posting scraper can pull job descriptions automatically.

Frequently asked questions

What is get-a-job?

A set of AI assistant skills for Claude Code and Codex that help build a resume, score it against a job posting, and decide if applying is worth it.

What language is get-a-job written in?

Mainly Python. The stack also includes Python, Claude Code, Anakin API.

How hard is get-a-job to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is get-a-job for?

Mainly general.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.