From apply-a16z
Packages approved a16z speedrun application answers into submission-ready formats. Invoked after eval-answers confirms all fields pass threshold. Produces a Markdown review copy, a fill-ready plain-text file with field-by-field copy-paste blocks, and optionally a JSON record for version tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/apply-a16z:export-applicationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Produce the final export after all answers are approved and scored >= 6.0.
Produce the final export after all answers are approved and scored >= 6.0.
a16z-application-draft.md)Structure:
# a16z Speedrun Application — [Company Name]
Generated: [date]
Eval score: [average score across all fields]
---
## [Field name]
**Character limit:** [limit if known]
**Score:** [X.X/10]
[Answer text]
---
[repeat for each field]
Save to: ./a16z-application-[company-slug]-[YYYY-MM-DD].md
a16z-copypaste.txt)Plain text, no markdown. Each field block:
=== [FIELD NAME] ===
[Answer text — plain text only, no special chars that could break form inputs]
[blank line between fields]
Save to: ./a16z-copypaste-[company-slug]-[YYYY-MM-DD].txt
a16z-application.json)For tracking across application iterations:
{
"company": "[name]",
"generated": "[ISO date]",
"version": 1,
"eval_average": [score],
"fields": [
{
"field": "[field name]",
"answer": "[answer text]",
"score": [score],
"char_count": [count]
}
]
}
Save to: ./a16z-application-[company-slug].json (overwrite on re-export, bump version integer).
Display after export:
EXPORT COMPLETE
Files written:
a16z-application-[slug]-[date].md (review copy)
a16z-copypaste-[slug]-[date].txt (paste into form)
a16z-application-[slug].json (version record)
BEFORE YOU SUBMIT:
[ ] Read every answer out loud. Fix anything that sounds like marketing copy.
[ ] Verify every number is accurate. Do not submit estimates as facts.
[ ] Check character limits on each field against the live form.
[ ] Have one other person read the "why you" and "what's your insight" fields.
[ ] Record your video pitch AFTER reading the script 3+ times. Cut anything that sounds rehearsed.
a16z reviews on a rolling basis. Submit now — do not wait for the "perfect" version.
npx claudepluginhub thisisfatih/apply-a16z --plugin apply-a16zCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.