Are you the author? Sign in to claim
A Claude skill: land your first internship with no connections — concise resume, application system, founder cold emails
The playbook I used to land my first internship — no connections, no experience, no prestige. Now packaged as a skill for Claude. (The skill's name is jane-first-intern-copilot — you can invoke it directly with /jane-first-intern-copilot, or just talk about internships and it triggers on its own.)
Three things got me hired: a ruthlessly concise resume, a high-volume application system, and cold emails sent straight to startup founders. My boss later told me why I got picked out of the pile: my information was concise and my intention was clear. This skill teaches it to Claude so Claude can coach you through it.
English is the skill's native language — every template and example is written the way a founder actually reads. Chinese Instructions →
Tell Claude you're looking for your first internship, and it will:
Built-in honesty guardrail: it will sharpen what's real, never invent what isn't.
A skill is just a folder of Markdown files that Claude reads when the topic comes up. Installing means putting this folder where Claude looks for skills.
Option A — personal skill (available in every project):
git clone https://github.com/jo1-yo/janes-first-intern-copilot.git ~/.claude/skills/jane-first-intern-copilot
Option B — project skill (available only inside one project, shareable with teammates via git):
git clone https://github.com/jo1-yo/janes-first-intern-copilot.git .claude/skills/jane-first-intern-copilot
The target folder must be named jane-first-intern-copilot — it has to match the skill's name in SKILL.md for Claude to register it (and it's what the /jane-first-intern-copilot command is named after).
That's the whole installation. No build step, no dependencies, no configuration. To update later, run git pull inside the folder. To uninstall, delete the folder.
Claude.ai accepts skills as an uploaded zip file:
git clone https://github.com/jo1-yo/janes-first-intern-copilot.git jane-first-intern-copilot
cd jane-first-intern-copilot && zip -r jane-first-intern-copilot.zip . -x ".git/*"
Start a new conversation and type /jane — the command menu should autocomplete to /jane-first-intern-copilot. Or say something like "I need help finding my first internship." If the skill is installed, Claude's answer will follow this playbook's flow — it will ask for your resume before giving any advice (that's the skill's signature move), instead of dumping generic tips. In Claude Code you can also just check that the folder exists at ~/.claude/skills/jane-first-intern-copilot/SKILL.md.
Two ways to trigger it:
/jane-first-intern-copilot (in Claude Code) to invoke it directly, e.g. /jane-first-intern-copilot help me fix my resume.You can start from any of the three workflows, or hand Claude the whole problem. Here's what each one looks like in practice.
The resume methodology isn't invented — it's distilled from Stanford Career Education's published resume resources (see Where the resume method comes from).
Say something like:
"I've sent 40 internship applications and gotten zero replies. Here's my resume: [paste it, or attach the PDF/DOCX]"
"Can you review my resume? I'm targeting marketing internships."
"I don't have a resume yet and I have no idea what to put on one."
What Claude will do:
before → after, hunting for numbers you forgot you had ("How many people used it? What happened because of it?").Tips for best results:
Say something like:
"My resume is ready. Now what? I need an internship by June."
"I've applied to 60 places and heard nothing. Is it me or is it normal?"
What Claude will do:
If Claude has web access, it will also build a verified shortlist of 10–15 currently-open roles with official links — and it will never invent a listing, deadline, or recruiter.
Say something like:
"I want to intern at [startup I love]. I've never written a cold email — help."
"Can you write an email to the founder of X? Here's my background: ..."
What Claude will do:
There's also a LinkedIn-DM variant (≤300 characters) for when the channel is LinkedIn instead of email.
Say something like:
"I need a summer internship in 2 months and I have no resume and no idea where to start."
Claude runs all three workflows as one plan: gets your resume (or builds one from scratch) → diagnoses → delivers, in order: best internship directions with evidence-based reasoning → resume rewrite → a live-openings shortlist → one personalized cold email + LinkedIn message → exactly three prioritized next actions with deadlines. Never a sprawling checklist.
The resume workflow is not folk advice — it's a distillation of the resume guidance published by Stanford Career Education (Stanford's career center), condensed into rules Claude can apply directly. The mapping:
| In this skill | Stanford Career Education resource (under Resources → Resume) |
|---|---|
| C-A-R bullets (Context–Action–Result) | CAR Method for Developing Resume Content |
| The action-verb lists and the "verbs to kill" | Action Verb List |
| "What counts as experience" (part-time jobs, clubs, course projects, volunteering…) | What Kind of "Opportunities" Count as Experience on your Resume |
| One-page rules, formatting, structure | Steps to Writing Your Resume |
| The automated first screen (ATS) and why concision survives it | ATS Resume |
| The dedicated QA pass | Resume Review Checklist |
| "Use your school's career-center template" | Resume Samples and Templates |
If you're a Stanford student, use the originals — they're free at the link above. What this skill adds is the operationalization: the Step-0 extraction, the 6-second test, the before→after rewrites, and the honesty guardrails, applied to your actual resume in conversation.
This is an independent project by a student who used these resources. It is not affiliated with or endorsed by Stanford University.
The skill has a hard honesty guardrail, because the method only works when everything in your materials is true and verifiable:
When your material is thin, it sharpens what's real or helps you quickly create something real — never embellishes.
The skill is English-native: all templates, examples, and produced materials (resumes, emails) are idiomatic English, written the way a founder or recruiter actually reads. You can chat with Claude in any language — deliverables stay in English unless your target market genuinely uses another language, in which case Claude adapts the tone but keeps the structure.
janes-first-intern-copilot/ # install as ~/.claude/skills/jane-first-intern-copilot
├── SKILL.md # Entry point: the method, operating rules, and flow Claude follows
├── references/
│ ├── resume.md # Concise resume rewriting: Step-0 extraction, C-A-R bullets, 6-second test
│ ├── mass-apply.md # The volume system: tracker, tiers, daily quota, funnel reviews
│ ├── cold-email.md # Founder cold email: Templates A & B, follow-ups, full examples
│ └── action-verbs.md # Action verbs by category + the verbs to kill on sight
├── assets/
│ └── tracker-template.csv # Application tracker starter file
├── evals/
│ └── evals.json # Test scenarios used to validate the skill's behavior
├── README.md # You are here
└── README.zh.md # 中文说明
Claude reads SKILL.md when the topic triggers, then loads only the reference file relevant to your ask — so a single-email request doesn't drag in the whole playbook.
The first job search is a funnel: replies = quality × volume × channel. Most students lose on all three — a padded resume, ten applications, all on big job boards. This skill fixes the resume with concision (a recruiter gives you ~6 seconds), fixes volume with a system (100 applications is normal, not failure), and fixes channel with founder cold email (small startups rarely post intern roles — the intern who shows up in the inbox is the one who gets hired).
Do I need to know how to code to use this?
No. Installing is one git clone (or a zip upload on Claude.ai), and using it is just talking to Claude.
Does it work for first jobs, not just internships? Yes — the method is the same funnel. The skill optimizes for a first role of any kind, where you have no track record to lean on.
I'm not in the US. Does it still apply? The resume and volume principles are universal. The cold-email norms assume English-speaking startup culture (direct, informal, brief); the skill adapts tone for markets with different norms (e.g., formal salutations in Japan or Germany) while keeping the structure.
Will it apply to jobs for me? No — it builds the materials and the system; you press send. It also never claims a job list is exhaustive.
Can it guarantee replies? No, and be suspicious of anything that says it can. First-internship reply rates run 1–5% even with strong materials. What the skill guarantees is that you stop losing for fixable reasons.
PRs welcome — especially real before/after examples (anonymized) and market-specific norms (cold-email conventions differ by country). Keep contributions consistent with the concise bar: if deleting a sentence loses nothing, delete it.
MIT — see LICENSE.
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Agent harness performance optimization with skills, instincts, memory, and security
Design enforcement with memory — keeps your UI consistent across a project
Detects 37 AI writing patterns and rewrites text with human rhythm across 5 voice profiles