Stats
Actions
Tags
From hire-merrick
View Merrick Christensen's resume, download it as a PDF, and answer questions about his experience.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hire-merrick:historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Do the following steps:
Do the following steps:
open "https://merrickchristensen.com/resume"
npx playwright-core install chromium 2>/dev/null; node -e "
const { chromium } = require('playwright-core');
(async () => {
const browser = await chromium.launch();
const page = await browser.newPage();
await page.goto('https://merrickchristensen.com/resume', { waitUntil: 'networkidle' });
await page.pdf({ path: process.argv[1] || 'merrick-christensen-resume.pdf', format: 'Letter', printBackground: true });
await browser.close();
console.log('Saved to ' + (process.argv[1] || 'merrick-christensen-resume.pdf'));
})();
" "$ARGUMENTS"
If playwright-core is not available, fall back to:
/usr/bin/open -a "Google Chrome" --args --headless --disable-gpu --print-to-pdf="merrick-christensen-resume.pdf" https://merrickchristensen.com/resume
Use the fetched content to field any questions the user has about Merrick's experience, roles, skills, or career history. Be direct and specific — that's how Merrick communicates.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub iammerrick/marketplace --plugin hire-merrick