ishandutta2007/claude-skills-by-karpathy
Plugin Claude Code
Premium Claude Skills based on Karpathy's guidelines to reduce common LLM coding mistakes.
ishandutta2007/claude-skills-by-karpathy
Plugin Claude Code
Premium Claude Skills based on Karpathy's guidelines to reduce common LLM coding mistakes.
ishandutta2007/claude-skills-by-karpathy
Cursor rule Cursor
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
ishandutta2007/claude-skills-by-karpathy
Instructions file
Instructions for ishandutta2007/claude-skills-by-karpathy, covering karpathy-inspired claude skills, 1. think before coding, 2. simplicity first, 3. surgical changes and 4. goal-driven execution.
ishandutta2007/claude-skills-by-karpathy
Skill Claude CodeCodex
Premium Claude Skill - Goal-Driven Execution. Transforms tasks into verifiable success criteria. Leverages the LLM's ability to loop until goals are met.
ishandutta2007/claude-skills-by-karpathy
Skill Claude CodeCodex
Premium Claude Skill - Simplicity First. Bias towards the minimum code required to solve the problem. Prevents overengineering and speculative features.
ishandutta2007/claude-skills-by-karpathy
Skill Claude CodeCodex
Premium Claude Skill - Surgical Changes. Ensures edits are precise and minimally invasive. Matches existing style and avoids unrelated refactoring.
ishandutta2007/claude-skills-by-karpathy
Skill Claude CodeCodex
Premium Claude Skill - Think Before Coding. Forces explicit reasoning, surfaces assumptions, and handles ambiguity before implementation to reduce LLM mistakes.
ishandutta2007/Awesome-AI-Job-Hunting
Skill Claude CodeCodex
Use this skill to search live software / tech / data / engineering job listings across many countries and markets (and remote) via the freehire.me aggregator's public API, or to look up a specific posting. It aggregates roles from 50 ATS platforms into one schema, so a single skill covers many markets — but its…
ishandutta2007/Awesome-AI-Job-Hunting
Skill Claude CodeCodex
Make sure to use this skill whenever the user mentions anything related to job searching on Akademikernes Jobbank, jobbank.dk, or looking for academic or highly educated positions in Denmark — even if they don't mention jobbank.dk explicitly. Also invoke this skill for questions about Danish job listings, graduate…
ishandutta2007/Awesome-AI-Job-Hunting
Skill Claude CodeCodex
Make sure to use this skill whenever the user mentions anything related to Danish job listings, job search in Denmark, finding work in Denmark, or job vacancies on Jobdanmark — even if they don't explicitly mention jobdanmark.dk. Also invoke this skill for questions about specific Danish job categories…
ishandutta2007/Awesome-AI-Job-Hunting
Skill Claude CodeCodex
Make sure to use this skill whenever the user wants to search for jobs in Denmark, find Danish job listings, look up a specific job posting, or asks anything about the Danish job market — even if they don't mention jobindex.dk explicitly. Invoke this skill for questions about open positions, job vacancies, hiring in…
ishandutta2007/Awesome-AI-Job-Hunting
Skill Claude CodeCodex
Make sure to use this skill whenever the user mentions anything related to Danish job searching, job listings, job vacancies, employment opportunities in Denmark, or the Danish government job portal — even if they don't mention jobnet.dk explicitly. Also invoke this skill for questions about specific job titles…
ishandutta2007/Awesome-AI-Job-Hunting
Skill Claude CodeCodex
Use this skill whenever the user wants to search for jobs in any location or market, find job listings, or look up a specific job posting — in any country, city, or remotely. Invoke for open positions, vacancies, and hiring across any sector or role (software, data, design, marketing, finance, legal, operations…
ishandutta2007/Awesome-AI-Job-Hunting
Agent Claude Code
Use this agent when the user needs to perform research tasks, gather information from external sources, or investigate topics that require web searches and synthesis of information.
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are helping the user build a job-portal search skill for a job board in their market. The repo ships worked examples of the pattern (four Danish portals plus the country-agnostic linkedin-search and freehire-search), and the README invites users elsewhere to build equivalents — this command turns that invitation…
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are helping the user register their own CV or cover letter template with the AI Job Search framework — LaTeX, Typst, or any other toolchain that compiles to PDF from the command line. The framework ships with moderncv (banking style) for CVs and a custom cover.cls for cover letters. This command lets the user swap…
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are orchestrating a two-agent job application workflow. The job posting is provided below as $ARGUMENTS (either a URL or pasted text).
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are enriching the candidate profile by discovering competencies hidden in documents and public online presence. This command is additive only — it never modifies existing profile content, only extends it.
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are scanning the user's Gmail for status signals on tracked job applications (interview invites, assessment links, offers, rejections) and, once approved, writing the detected changes into jobsearchtracker.csv and documents/applications/ /outcome.md - the same two places /outcome writes to, in the same schema.
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
Generate a self-contained HTML dashboard from jobsearchtracker.csv and the application archives under documents/applications/. The output is a single .html file — no server, no dependencies — that can be opened directly in a browser.
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are preparing the user for a real, scheduled interview on one of their applications. The frameworks for this already exist - 07-interview-prep.md (STAR examples, tough questions, questions to ask, roleplay protocol) and the Company Research Checklist in 04-job-evaluation.md - and the /outcome archive records which…
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are publishing a read-only view of the job search into the user's Notion workspace: one database row per job, with a detailed page per shortlisted match. The repo files stay the system of record - jobscraper/seenjobs.json owns scraped/ranked jobs and jobsearchtracker.csv owns applications. Notion is a disposable…
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are recording what happened to a job application: progress updates (interview invitations, stages completed, offers) and final resolutions (hired, rejected, no response). The data lands in two places the framework already reads but nothing systematically writes.
ishandutta2007/Awesome-AI-Job-Hunting
Command Claude Code
You are batch-scoring the jobs that /scrape has collected, so the user can decide where to spend /apply effort. /scrape finds and dedupes postings; /apply evaluates one at a time in depth. /rank is the bridge: it scores every new posting against the fit framework and returns a ranked shortlist.