cue-ai 0.9.2 → 0.9.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -3
- package/README.md +154 -394
- package/bin/cue-learnings +30 -4
- package/bin/cue-review-progress +0 -0
- package/bin/cue-review-watch +0 -0
- package/dist/cue.js +4328 -3108
- package/package.json +1 -1
- package/plugins/cue/commands/cue-switch.md +1 -1
- package/plugins/cue/commands/cue.md +1 -1
- package/profiles/backend/profile.yaml +4 -0
- package/profiles/browser/profile.yaml +4 -0
- package/profiles/career/profile.yaml +2 -13
- package/profiles/commerce/profile.yaml +0 -2
- package/profiles/coolify/profile.yaml +0 -1
- package/profiles/core/profile.yaml +78 -11
- package/profiles/dash-merge-test/profile.yaml +6 -1
- package/profiles/designer/profile.yaml +9 -1
- package/profiles/dropshipping/profile.yaml +69 -0
- package/profiles/frontend/profile.yaml +4 -0
- package/profiles/google-ads/profile.yaml +34 -0
- package/profiles/google-analytics/profile.yaml +34 -0
- package/profiles/google-drive/profile.yaml +34 -0
- package/profiles/gstack/profile.yaml +117 -29
- package/profiles/marketing/profile.yaml +0 -1
- package/profiles/media/README.md +70 -0
- package/profiles/media/profile.yaml +104 -0
- package/profiles/nano-banana/profile.yaml +52 -0
- package/profiles/ops/profile.yaml +1 -2
- package/profiles/secops/profile.yaml +3 -0
- package/profiles/skill-writer/profile.yaml +15 -0
- package/profiles/video/profile.yaml +3 -0
- package/profiles/web-frontend-base/profile.yaml +6 -0
- package/profiles/webshop/profile.yaml +0 -1
- package/profiles/webshop-google/profile.yaml +1 -0
- package/profiles/x-growth-bot/profile.yaml +2 -0
- package/resources/icons/generate-icons.py +2 -128
- package/resources/mcps/configs/claude.sanitized.json +88 -20
- package/resources/mcps/configs/claude_runtime.sanitized.json +40 -1
- package/resources/mcps/configs/codex.sanitized.json +29 -0
- package/resources/skills/skills/career/job-hunter/LICENSE +21 -0
- package/resources/skills/skills/career/job-hunter/README.md +323 -0
- package/resources/skills/skills/career/job-hunter/SKILL.md +91 -0
- package/resources/skills/skills/career/job-hunter/agents/README.md +96 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-assessment-prep.md +195 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-ats-scan.md +155 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-bias-audit.md +224 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-cover-letter.md +69 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-decode-jd.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-fit-score.md +183 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-audit.md +74 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-linkedin-scrape.md +255 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-portfolio-brief.md +123 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-reality-check.md +164 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-reference-prep.md +150 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-rejection-analysis.md +172 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-resume.md +70 -0
- package/resources/skills/skills/career/job-hunter/agents/apply-skills-gap-filler.md +109 -0
- package/resources/skills/skills/career/job-hunter/agents/career-internal.md +94 -0
- package/resources/skills/skills/career/job-hunter/agents/career-linkedin-content.md +173 -0
- package/resources/skills/skills/career/job-hunter/agents/career-linkedin-scanner.md +262 -0
- package/resources/skills/skills/career/job-hunter/agents/career-network-message.md +108 -0
- package/resources/skills/skills/career/job-hunter/agents/career-promote.md +102 -0
- package/resources/skills/skills/career/job-hunter/agents/career-review.md +71 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-debrief.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-mock.md +171 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-panel-decoder.md +152 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-prep.md +184 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-question-bank.md +133 -0
- package/resources/skills/skills/career/job-hunter/agents/interview-research.md +148 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-compare.md +117 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-counteroffer.md +144 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-deadline-manager.md +148 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-negotiate.md +126 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-schedule.md +99 -0
- package/resources/skills/skills/career/job-hunter/agents/offer-thankyou.md +80 -0
- package/resources/skills/skills/career/job-hunter/agents/search-company-research.md +146 -0
- package/resources/skills/skills/career/job-hunter/agents/search-follow-up.md +129 -0
- package/resources/skills/skills/career/job-hunter/agents/search-ghost-job-detector.md +152 -0
- package/resources/skills/skills/career/job-hunter/agents/search-inbox-scan.md +193 -0
- package/resources/skills/skills/career/job-hunter/agents/search-interview-scorecard.md +164 -0
- package/resources/skills/skills/career/job-hunter/agents/search-jobs.md +149 -0
- package/resources/skills/skills/career/job-hunter/agents/search-momentum-check.md +194 -0
- package/resources/skills/skills/career/job-hunter/agents/search-outreach.md +85 -0
- package/resources/skills/skills/career/job-hunter/agents/search-referral-finder.md +124 -0
- package/resources/skills/skills/career/job-hunter/agents/search-salary.md +96 -0
- package/resources/skills/skills/career/job-hunter/agents/search-send-email.md +109 -0
- package/resources/skills/skills/career/job-hunter/agents/search-tracker-update.md +127 -0
- package/resources/skills/skills/career/job-hunter/inputs/README.md +26 -0
- package/resources/skills/skills/career/job-hunter/inputs/apply-linkedin-url.txt +8 -0
- package/resources/skills/skills/career/job-hunter/inputs/interview-context.md +24 -0
- package/resources/skills/skills/career/job-hunter/inputs/job-description.md +20 -0
- package/resources/skills/skills/career/job-hunter/inputs/job-search-criteria.md +36 -0
- package/resources/skills/skills/career/job-hunter/inputs/my-linkedin.md +24 -0
- package/resources/skills/skills/career/job-hunter/inputs/my-resume.md +28 -0
- package/resources/skills/skills/career/job-hunter/inputs/search-outreach-target.md +24 -0
- package/resources/skills/skills/career/job-hunter/rules/README.md +37 -0
- package/resources/skills/skills/career/job-hunter/rules/writing-rules.md +81 -0
- package/resources/skills/skills/design/banana/SKILL.md +375 -0
- package/resources/skills/skills/design/banana/references/cost-tracking.md +47 -0
- package/resources/skills/skills/design/banana/references/gemini-models.md +236 -0
- package/resources/skills/skills/design/banana/references/mcp-tools.md +145 -0
- package/resources/skills/skills/design/banana/references/post-processing.md +192 -0
- package/resources/skills/skills/design/banana/references/presets.md +69 -0
- package/resources/skills/skills/design/banana/references/prompt-engineering.md +481 -0
- package/resources/skills/skills/design/banana/scripts/batch.py +97 -0
- package/resources/skills/skills/design/banana/scripts/cost_tracker.py +191 -0
- package/resources/skills/skills/design/banana/scripts/edit.py +159 -0
- package/resources/skills/skills/design/banana/scripts/generate.py +168 -0
- package/resources/skills/skills/design/banana/scripts/presets.py +154 -0
- package/resources/skills/skills/design/banana/scripts/setup_mcp.py +151 -0
- package/resources/skills/skills/design/banana/scripts/validate_setup.py +133 -0
- package/resources/skills/skills/gstack/ship/SKILL.md +13 -0
- package/resources/skills/skills/media/3d-logo-animation/SKILL.md +59 -0
- package/resources/skills/skills/media/action-figure-generator/SKILL.md +48 -0
- package/resources/skills/skills/media/ad-creative/SKILL.md +79 -0
- package/resources/skills/skills/media/ai-clipping/SKILL.md +194 -0
- package/resources/skills/skills/media/ai-clipping/scripts/run-ai-clipping.sh +200 -0
- package/resources/skills/skills/media/ai-fight-scene/SKILL.md +132 -0
- package/resources/skills/skills/media/amazon-product-listing/SKILL.md +68 -0
- package/resources/skills/skills/media/animal-video-generator/SKILL.md +59 -0
- package/resources/skills/skills/media/award-ceremony-video/SKILL.md +87 -0
- package/resources/skills/skills/media/blog-header/SKILL.md +61 -0
- package/resources/skills/skills/media/brand-kit/SKILL.md +72 -0
- package/resources/skills/skills/media/brochures/SKILL.md +65 -0
- package/resources/skills/skills/media/cartoon-dance-animation/SKILL.md +62 -0
- package/resources/skills/skills/media/character-story-video/SKILL.md +84 -0
- package/resources/skills/skills/media/chibi-collage-effect/SKILL.md +63 -0
- package/resources/skills/skills/media/cinema-director/SKILL.md +93 -0
- package/resources/skills/skills/media/cinema-director/scripts/generate-film.sh +78 -0
- package/resources/skills/skills/media/color-analysis-board/SKILL.md +71 -0
- package/resources/skills/skills/media/core-edit/SKILL.md +48 -0
- package/resources/skills/skills/media/core-edit/edit-image.sh +54 -0
- package/resources/skills/skills/media/core-edit/enhance-image.sh +191 -0
- package/resources/skills/skills/media/core-edit/lipsync.sh +144 -0
- package/resources/skills/skills/media/core-edit/video-effects.sh +193 -0
- package/resources/skills/skills/media/core-media/SKILL.md +49 -0
- package/resources/skills/skills/media/core-media/create-music.sh +169 -0
- package/resources/skills/skills/media/core-media/generate-image.sh +161 -0
- package/resources/skills/skills/media/core-media/generate-video.sh +137 -0
- package/resources/skills/skills/media/core-media/image-to-video.sh +228 -0
- package/resources/skills/skills/media/core-media/schema_data.json +18708 -0
- package/resources/skills/skills/media/core-media/upload.sh +41 -0
- package/resources/skills/skills/media/core-platform/SKILL.md +41 -0
- package/resources/skills/skills/media/core-platform/check-result.sh +37 -0
- package/resources/skills/skills/media/core-platform/setup.sh +31 -0
- package/resources/skills/skills/media/couple-grid-creator/SKILL.md +47 -0
- package/resources/skills/skills/media/design-guide/SKILL.md +73 -0
- package/resources/skills/skills/media/drone-style-video/SKILL.md +61 -0
- package/resources/skills/skills/media/fashion-try-on/SKILL.md +61 -0
- package/resources/skills/skills/media/floor-plan-rendering/SKILL.md +56 -0
- package/resources/skills/skills/media/freeze-effect-video/SKILL.md +100 -0
- package/resources/skills/skills/media/giant-product-showcase/SKILL.md +61 -0
- package/resources/skills/skills/media/instagram-post/SKILL.md +58 -0
- package/resources/skills/skills/media/interior-design/SKILL.md +61 -0
- package/resources/skills/skills/media/interior-design-visualizer/SKILL.md +57 -0
- package/resources/skills/skills/media/jewelry-product-video/SKILL.md +61 -0
- package/resources/skills/skills/media/kdenlive/SKILL.md +106 -0
- package/resources/skills/skills/media/kdenlive/scripts/assemble.sh +57 -0
- package/resources/skills/skills/media/kdenlive/scripts/common.sh +30 -0
- package/resources/skills/skills/media/kdenlive/scripts/inspect.sh +19 -0
- package/resources/skills/skills/media/kdenlive/scripts/reframe.sh +22 -0
- package/resources/skills/skills/media/kdenlive/scripts/render.sh +16 -0
- package/resources/skills/skills/media/kdenlive/scripts/title-card.sh +25 -0
- package/resources/skills/skills/media/keyboard-art-maker/SKILL.md +44 -0
- package/resources/skills/skills/media/logo-branding/SKILL.md +70 -0
- package/resources/skills/skills/media/logo-creator/SKILL.md +80 -0
- package/resources/skills/skills/media/logo-creator/scripts/create-logo.sh +38 -0
- package/resources/skills/skills/media/logo-generator/SKILL.md +56 -0
- package/resources/skills/skills/media/multi-angle-reshoot/SKILL.md +70 -0
- package/resources/skills/skills/media/multi-angle-shots/SKILL.md +73 -0
- package/resources/skills/skills/media/music-video/SKILL.md +61 -0
- package/resources/skills/skills/media/nano-banana/SKILL.md +80 -0
- package/resources/skills/skills/media/nano-banana/scripts/generate-nano-art.sh +54 -0
- package/resources/skills/skills/media/one-shot-video/SKILL.md +56 -0
- package/resources/skills/skills/media/photo-pack-generator/SKILL.md +205 -0
- package/resources/skills/skills/media/photo-pack-generator/scripts/generate-pack.sh +241 -0
- package/resources/skills/skills/media/product-ad-cinematic/SKILL.md +78 -0
- package/resources/skills/skills/media/product-campaign/SKILL.md +76 -0
- package/resources/skills/skills/media/product-showcase-video/SKILL.md +60 -0
- package/resources/skills/skills/media/product-video-ad-maker/SKILL.md +59 -0
- package/resources/skills/skills/media/rednote-cover/SKILL.md +57 -0
- package/resources/skills/skills/media/seedance-2/SKILL.md +632 -0
- package/resources/skills/skills/media/seedance-2/scripts/generate-seedance.sh +701 -0
- package/resources/skills/skills/media/selfie-with-celebrities/SKILL.md +64 -0
- package/resources/skills/skills/media/social-media-video/SKILL.md +277 -0
- package/resources/skills/skills/media/social-media-video/scripts/run-social-video.sh +316 -0
- package/resources/skills/skills/media/social-pack/SKILL.md +58 -0
- package/resources/skills/skills/media/storyboard/SKILL.md +57 -0
- package/resources/skills/skills/media/storyboard-to-cooking-video/SKILL.md +143 -0
- package/resources/skills/skills/media/talking-baby-video/SKILL.md +57 -0
- package/resources/skills/skills/media/ugc-ads-workflow/SKILL.md +70 -0
- package/resources/skills/skills/media/ugc-lifestyle-try-on/SKILL.md +65 -0
- package/resources/skills/skills/media/ugc-video-factory/SKILL.md +134 -0
- package/resources/skills/skills/media/ui-design/SKILL.md +81 -0
- package/resources/skills/skills/media/ui-design/scripts/generate-mockup.sh +49 -0
- package/resources/skills/skills/media/url-to-design/SKILL.md +61 -0
- package/resources/skills/skills/media/workflow/SKILL.md +197 -0
- package/resources/skills/skills/media/workflow/scripts/discover-workflow.sh +18 -0
- package/resources/skills/skills/media/workflow/scripts/generate-workflow.sh +33 -0
- package/resources/skills/skills/media/workflow/scripts/interactive-run.sh +16 -0
- package/resources/skills/skills/media/workflow/scripts/list-workflows.sh +20 -0
- package/resources/skills/skills/media/workflow/scripts/run-workflow.sh +34 -0
- package/resources/skills/skills/media/youtube-shorts/SKILL.md +173 -0
- package/resources/skills/skills/media/youtube-shorts/scripts/run-youtube-shorts.sh +141 -0
- package/resources/skills/skills/media/youtube-thumbnail/SKILL.md +66 -0
- package/resources/skills/skills/meta/cue-developer/references/architecture.md +2 -2
- package/resources/skills/skills/meta/cue-usage/SKILL.md +1 -1
- package/resources/skills/skills/meta/profile-fit-monitor/SKILL.md +2 -2
- package/resources/skills/skills/meta/profile-optimizer/SKILL.md +1 -1
- package/resources/skills/skills/meta/profile-suggest/SKILL.md +7 -7
- package/resources/skills/skills/meta/profile-summon/SKILL.md +159 -0
- package/resources/skills/skills/meta/profile-summon/evals/evals.json +53 -0
- package/resources/skills/skills/meta/save-profile/SKILL.md +1 -1
- package/resources/skills/skills/meta/skill-reviewer/SKILL.md +3 -0
- package/resources/skills/skills/meta/skill-reviewer/references/tdd-for-skills.md +55 -0
- package/resources/skills/skills/research/find-skills/SKILL.md +1 -1
- package/resources/skills/skills/review/code-review-deep/SKILL.md +20 -0
- package/resources/skills/skills/security/trivy-scan/SKILL.md +139 -0
- package/resources/skills/skills/security/trivy-scan/scripts/ensure-trivy.sh +21 -0
- package/resources/skills/skills/tools/ccusage/SKILL.md +142 -0
- package/src/commands/_index.ts +8 -0
- package/src/commands/ai.ts +2 -2
- package/src/commands/auto-detect.test.ts +74 -0
- package/src/commands/auto-detect.ts +9 -7
- package/src/commands/cli.test.ts +20 -4
- package/src/commands/cli.ts +36 -20
- package/src/commands/create-profile.ts +2 -2
- package/src/commands/debug.ts +2 -2
- package/src/commands/discover.ts +14 -4
- package/src/commands/export-docker.ts +1 -1
- package/src/commands/features-batch1.test.ts +1 -1
- package/src/commands/gates.ts +1 -1
- package/src/commands/import-profile.ts +1 -1
- package/src/commands/init.ts +15 -11
- package/src/commands/install.test.ts +192 -0
- package/src/commands/install.ts +610 -0
- package/src/commands/launch-handoff.e2e.test.ts +33 -1
- package/src/commands/launch.e2e.test.ts +15 -10
- package/src/commands/launch.ts +73 -116
- package/src/commands/materialize.ts +2 -2
- package/src/commands/prune.ts +1 -1
- package/src/commands/security-audit.ts +1 -1
- package/src/commands/shell.ts +7 -7
- package/src/commands/skill-report.ts +1 -1
- package/src/commands/skills.ts +3 -3
- package/src/commands/snapshot.ts +2 -2
- package/src/commands/summon.test.ts +116 -0
- package/src/commands/summon.ts +338 -0
- package/src/commands/trigger-gaps.ts +1 -1
- package/src/commands/use.ts +47 -3
- package/src/commands/watch-live.ts +5 -5
- package/src/commands/watch.ts +8 -8
- package/src/index.ts +2 -0
- package/src/lib/active-sessions.test.ts +3 -3
- package/src/lib/active-sessions.ts +4 -4
- package/src/lib/auto-detect.test.ts +172 -8
- package/src/lib/auto-detect.ts +191 -136
- package/src/lib/codex-persona-parity.test.ts +58 -0
- package/src/lib/companion-detect.test.ts +43 -1
- package/src/lib/companion-detect.ts +35 -0
- package/src/lib/credentials-sync.test.ts +121 -1
- package/src/lib/credentials-sync.ts +95 -1
- package/src/lib/cwd-resolver.test.ts +8 -8
- package/src/lib/cwd-resolver.ts +2 -2
- package/src/lib/dashboard-merge.test.ts +9 -4
- package/src/lib/dashboard-server.ts +1 -1
- package/src/lib/picker.test.ts +1 -1
- package/src/lib/picker.ts +5 -5
- package/src/lib/profile-merge.test.ts +8 -0
- package/src/lib/profile-names.test.ts +3 -3
- package/src/lib/runtime-install.ts +166 -0
- package/src/lib/runtime-materializer.test.ts +137 -0
- package/src/lib/runtime-materializer.ts +105 -2
- package/src/lib/skill-router.test.ts +38 -0
- package/src/lib/skill-router.ts +65 -4
- package/profiles/eu-tender-research/README.md +0 -48
- package/profiles/eu-tender-research/logo.png +0 -0
- package/profiles/eu-tender-research/profile.yaml +0 -108
|
@@ -0,0 +1,323 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="web/logo.svg" alt="Job Hunter" width="600" />
|
|
3
|
+
</p>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="MIT License" /></a>
|
|
7
|
+
<a href="docs/CHANGELOG.md"><img src="https://img.shields.io/badge/version-1.0.0-green.svg" alt="Version 1.0.0" /></a>
|
|
8
|
+
<a href="docs/CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" alt="PRs Welcome" /></a>
|
|
9
|
+
</p>
|
|
10
|
+
|
|
11
|
+
> I searched for months and got nowhere. The turning point wasn't working harder — it was getting honest about what I was actually competitive for, and stopping the spray-and-pray. Then I built tools to sharpen every step of the process. Wrapped up the search in under two months. This is everything I learned, packaged so you don't have to figure it out the hard way.
|
|
12
|
+
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
## What is this?
|
|
16
|
+
|
|
17
|
+
Job Hunter is a free AI toolkit that helps you:
|
|
18
|
+
|
|
19
|
+
**Beat the filters before they beat you:**
|
|
20
|
+
- Bias audit scans your resume for the 8 signals that get you auto-rejected before a human sees your name
|
|
21
|
+
- Ghost job detector scores postings for fake or stale roles before you waste hours applying
|
|
22
|
+
- Skills gap filler tells you which JD requirements are real gates vs. recruiter wishlist — with a sprint plan to close the real ones
|
|
23
|
+
- ATS scanner catches what gets you filtered before it happens
|
|
24
|
+
- Rejection analyzer finds the pattern when you're not getting through
|
|
25
|
+
|
|
26
|
+
**Find and win the right roles:**
|
|
27
|
+
- Reality check gives your honest market tier. Fit scorer tells you if this specific role is worth your time.
|
|
28
|
+
- Company research covers financial health, hiring velocity, and leadership stability before you invest in applying
|
|
29
|
+
- Referral finder builds your warm path in — referrals convert at 3-5x cold applications
|
|
30
|
+
- Inbox monitor catches recruiter emails and drafts responses so you never miss a window
|
|
31
|
+
|
|
32
|
+
**Write applications that get through:**
|
|
33
|
+
- Tailored resume, cover letter, portfolio case study, reference briefs — all in the same voice
|
|
34
|
+
- Assessment prep for HireVue, take-homes, case studies, and technical screens
|
|
35
|
+
|
|
36
|
+
**Survive and win a 4-round interview process:**
|
|
37
|
+
- Panel decoder tells you what each interviewer actually wants and how to play each room differently
|
|
38
|
+
- Interview scorecard builds your personal criteria so you're evaluating them too
|
|
39
|
+
- Story bank, coached answers, live mock with grading, question bank, debrief after every round
|
|
40
|
+
|
|
41
|
+
**Handle offers without leaving money on the table:**
|
|
42
|
+
- Negotiate the conversation. Write the counter-offer. Manage competing deadlines. Compare side by side.
|
|
43
|
+
|
|
44
|
+
**Stay energized through a long search:**
|
|
45
|
+
- Weekly momentum check measures your real metrics against benchmarks — and tells you honestly when to take a day off
|
|
46
|
+
|
|
47
|
+
**It's free.** You bring an Anthropic API key (~$5 covers ~100 uses). Or use the [hosted version](#-just-want-to-use-it-no-setup) if you don't want to deal with any of that.
|
|
48
|
+
|
|
49
|
+
---
|
|
50
|
+
|
|
51
|
+
## Just want to use it? No setup.
|
|
52
|
+
|
|
53
|
+
A hosted version is coming. Star this repo to get notified when it launches.
|
|
54
|
+
|
|
55
|
+
---
|
|
56
|
+
|
|
57
|
+
## I want to set it up myself
|
|
58
|
+
|
|
59
|
+
### Option 1 — Open in browser (easiest self-hosted)
|
|
60
|
+
|
|
61
|
+
1. Download [`web/index.html`](web/index.html) from this repo (right-click → Save As)
|
|
62
|
+
2. Open it in any browser
|
|
63
|
+
3. When prompted, enter your Anthropic API key
|
|
64
|
+
|
|
65
|
+
**Getting an Anthropic API key:**
|
|
66
|
+
1. Go to **[console.anthropic.com](https://console.anthropic.com)** → sign up free
|
|
67
|
+
2. Go to **Billing** → add $5
|
|
68
|
+
3. Go to **API Keys** → Create Key → copy it
|
|
69
|
+
|
|
70
|
+
That's it. Paste, click, copy your output.
|
|
71
|
+
|
|
72
|
+
---
|
|
73
|
+
|
|
74
|
+
### Option 2 — Run locally with Node.js
|
|
75
|
+
|
|
76
|
+
```bash
|
|
77
|
+
# 1. Get the code
|
|
78
|
+
git clone https://github.com/owlguardco/job-hunter.git
|
|
79
|
+
cd job-hunter
|
|
80
|
+
|
|
81
|
+
# 2. Add your API key
|
|
82
|
+
cp .env.example .env
|
|
83
|
+
# Open .env in any text editor and paste your key after ANTHROPIC_API_KEY=
|
|
84
|
+
|
|
85
|
+
# 3. Start
|
|
86
|
+
npm start
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Open **http://localhost:3000** in your browser. Same web UI, but prompts now load
|
|
90
|
+
from the local agent files — any edits you make to `agents/` take effect immediately.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
### Option 3 — Terminal commands (power users)
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
git clone https://github.com/owlguardco/job-hunter.git
|
|
98
|
+
cd job-hunter
|
|
99
|
+
cp .env.example .env # add your ANTHROPIC_API_KEY
|
|
100
|
+
|
|
101
|
+
# Not sure where to start?
|
|
102
|
+
npm run guide # asks where you are and tells you what to run
|
|
103
|
+
|
|
104
|
+
# Or jump straight in
|
|
105
|
+
npm run ats # scan your resume before applying
|
|
106
|
+
npm run resume # tailor resume to a specific job
|
|
107
|
+
npm run interview # build your interview prep guide
|
|
108
|
+
npm run mock # practice with live grading
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
**All commands:**
|
|
112
|
+
|
|
113
|
+
| Stage | Command | What it does |
|
|
114
|
+
|---|---|---|
|
|
115
|
+
| **Reality Check** | `npm run reality-check` | Honest assessment of where you stand — what roles you'll actually win |
|
|
116
|
+
| | `npm run fit` | Score how competitive you are for a specific role before applying |
|
|
117
|
+
| **Apply** | `npm run linkedin` | Audit your LinkedIn profile |
|
|
118
|
+
| | `npm run portfolio` | Build a one-page project case study |
|
|
119
|
+
| | `npm run decode` | Decode a JD — red flags, real pay, subtext |
|
|
120
|
+
| | `npm run ats` | Scan resume for ATS issues before submitting |
|
|
121
|
+
| | `npm run resume` | Tailor resume to a specific role |
|
|
122
|
+
| | `npm run cover-letter` | Write a cover letter that sounds human |
|
|
123
|
+
| **Search** | `npm run jobs` | Search Indeed, LinkedIn, Glassdoor |
|
|
124
|
+
| | `npm run salary` | Research market comp |
|
|
125
|
+
| | `npm run company` | Deep company due diligence before pursuing |
|
|
126
|
+
| | `npm run referrals` | Find warm intro paths — who to contact and what to say |
|
|
127
|
+
| | `npm run follow-up` | Follow-up message for any stage |
|
|
128
|
+
| | `npm run outreach` | Cold message a recruiter |
|
|
129
|
+
| | `npm run inbox` | Scan Gmail for recruiter emails — flag urgent, draft responses |
|
|
130
|
+
| | `npm run send-email` | Send drafted responses via Gmail |
|
|
131
|
+
| **Interview** | `npm run research` | One-page company + interviewer brief |
|
|
132
|
+
| | `npm run interview` | Story bank + coached answers |
|
|
133
|
+
| | `npm run mock` | Live mock interview with grading |
|
|
134
|
+
| | `npm run questions` | 15 smart questions to ask — ranked by impact |
|
|
135
|
+
| | `npm run debrief` | Grade yourself right after the interview |
|
|
136
|
+
| **Offer** | `npm run negotiate` | Practice the negotiation conversation |
|
|
137
|
+
| | `npm run compare` | Compare two offers side by side |
|
|
138
|
+
| | `npm run send-thankyou` | Send thank-you via Gmail |
|
|
139
|
+
| **Career** | `npm run promote` | Build your promotion case |
|
|
140
|
+
| | `npm run network` | Stay warm with your network between searches |
|
|
141
|
+
| | `npm run review` | Prep for your performance review |
|
|
142
|
+
| | `npm run internal` | Apply for an internal role |
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
146
|
+
### Option 4 — Claude Code (developers)
|
|
147
|
+
|
|
148
|
+
```bash
|
|
149
|
+
git clone https://github.com/owlguardco/job-hunter.git
|
|
150
|
+
cd job-hunter
|
|
151
|
+
claude "follow agents/apply-resume.md"
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
Every file in `agents/` is a standalone prompt. No `.env` needed — Claude Code
|
|
155
|
+
uses its own API connection. See [CLAUDE.md](CLAUDE.md) for project conventions.
|
|
156
|
+
|
|
157
|
+
---
|
|
158
|
+
|
|
159
|
+
## The right order for a job application
|
|
160
|
+
|
|
161
|
+
```
|
|
162
|
+
reality-check ← do this once before anything else — know your actual market
|
|
163
|
+
fit ← score this specific role before spending time on it
|
|
164
|
+
decode ← understand the JD before doing anything else
|
|
165
|
+
ats ← fix resume issues before tailoring
|
|
166
|
+
resume ← tailor to this specific role
|
|
167
|
+
cover-letter ← write the letter
|
|
168
|
+
```
|
|
169
|
+
|
|
170
|
+
If `fit` scores below 6 — stop. Find a better role with `npm run jobs`.
|
|
171
|
+
If `fit` scores 7 or above — continue down the pipeline.
|
|
172
|
+
|
|
173
|
+
## The right order for interview prep
|
|
174
|
+
|
|
175
|
+
```
|
|
176
|
+
research ← pull the company brief the morning before
|
|
177
|
+
interview ← build story bank + coached answers
|
|
178
|
+
mock ← practice until you're scoring A's and B's
|
|
179
|
+
send-thankyou ← within 24 hours after the interview
|
|
180
|
+
```
|
|
181
|
+
|
|
182
|
+
---
|
|
183
|
+
|
|
184
|
+
## How it works
|
|
185
|
+
|
|
186
|
+
```
|
|
187
|
+
job-hunter/ (main branch — open source)
|
|
188
|
+
│
|
|
189
|
+
├── CLAUDE.md project context for Claude Code sessions
|
|
190
|
+
├── README.md · LICENSE · server.js · package.json
|
|
191
|
+
│
|
|
192
|
+
├── agents/ 44 prompt files — one per tool
|
|
193
|
+
│ ├── apply-* (14) reality-check, fit-score, bias-audit, rejection-analysis,
|
|
194
|
+
│ │ reference-prep, skills-gap-filler, assessment-prep,
|
|
195
|
+
│ │ resume, cover-letter, ats-scan, decode-jd,
|
|
196
|
+
│ │ portfolio-brief, linkedin-audit, linkedin-scrape
|
|
197
|
+
│ ├── search-* (12) jobs, salary, company-research, ghost-job-detector,
|
|
198
|
+
│ │ referral-finder, follow-up, interview-scorecard,
|
|
199
|
+
│ │ momentum-check, outreach, inbox-scan, send-email, tracker-update
|
|
200
|
+
│ ├── interview-* (6) prep, mock, research, question-bank, debrief, panel-decoder
|
|
201
|
+
│ ├── offer-* (6) negotiate, counteroffer, deadline-manager,
|
|
202
|
+
│ │ compare, schedule, thankyou
|
|
203
|
+
│ └── career-* (6) promote, review, internal, network-message, linkedin-content, linkedin-scanner
|
|
204
|
+
│
|
|
205
|
+
├── inputs/ paste your stuff here (git-ignored)
|
|
206
|
+
│ ├── my-resume.md
|
|
207
|
+
│ ├── job-description.md
|
|
208
|
+
│ └── ...
|
|
209
|
+
│
|
|
210
|
+
├── outputs/ results land here (git-ignored)
|
|
211
|
+
│
|
|
212
|
+
├── rules/
|
|
213
|
+
│ └── writing-rules.md tone rules injected into every agent
|
|
214
|
+
│
|
|
215
|
+
├── web/
|
|
216
|
+
│ ├── index.html browser UI — standalone or via server
|
|
217
|
+
│ └── logo.svg
|
|
218
|
+
│
|
|
219
|
+
├── scripts/
|
|
220
|
+
│ ├── guide.js interactive first-run guide (npm run guide)
|
|
221
|
+
│ ├── preflight.js validates inputs before running agents
|
|
222
|
+
│ └── job-search.py JobSpy search (pip3.11 install jobspy)
|
|
223
|
+
│
|
|
224
|
+
├── examples/ sanitized before/after examples
|
|
225
|
+
│
|
|
226
|
+
├── automation/ Hermes + OpenClaw pipeline configs
|
|
227
|
+
│ ├── hermes-job-hunter.yaml
|
|
228
|
+
│ ├── pipeline-daily-search.md
|
|
229
|
+
│ └── pipeline-interview-prep.md
|
|
230
|
+
│
|
|
231
|
+
└── docs/
|
|
232
|
+
├── ONBOARDING.md setup guide for all three paths
|
|
233
|
+
├── CHANGELOG.md
|
|
234
|
+
├── CONTRIBUTING.md
|
|
235
|
+
├── SECURITY.md
|
|
236
|
+
├── AUDIT.md
|
|
237
|
+
├── advanced-automation.md
|
|
238
|
+
└── templates/
|
|
239
|
+
└── JOB-TRACKER.md
|
|
240
|
+
```
|
|
241
|
+
|
|
242
|
+
```
|
|
243
|
+
job-hunter/ (commercial branch — adds hosted layer)
|
|
244
|
+
│
|
|
245
|
+
├── everything in main, plus:
|
|
246
|
+
│
|
|
247
|
+
├── COMMERCIAL.md open core license stance
|
|
248
|
+
├── start.js entry point — routes open source vs commercial
|
|
249
|
+
├── railway.toml · Procfile deployment configs
|
|
250
|
+
│
|
|
251
|
+
├── commercial/
|
|
252
|
+
│ ├── server/
|
|
253
|
+
│ │ ├── index.js Clerk auth · Stripe billing · Postgres · 20+ API routes
|
|
254
|
+
│ │ ├── memory.js Mem0 persistent memory layer
|
|
255
|
+
│ │ └── inbox.js Gmail polling · classification · draft responses
|
|
256
|
+
│ ├── db/
|
|
257
|
+
│ │ ├── schema.sql 9 tables: users · credits · purchases · usage ·
|
|
258
|
+
│ │ │ profiles · sessions · inbox_alerts · tracked_companies · audit_log
|
|
259
|
+
│ │ └── migrate.js
|
|
260
|
+
│ ├── web/
|
|
261
|
+
│ │ └── index.html 26-tool dashboard · landing · inbox monitor ·
|
|
262
|
+
│ │ purchase modal · memory panel
|
|
263
|
+
│ └── .env.example
|
|
264
|
+
│
|
|
265
|
+
└── docs/
|
|
266
|
+
├── commercial-setup.md Railway · Clerk · Stripe deployment guide
|
|
267
|
+
└── legal/
|
|
268
|
+
├── privacy-policy.md
|
|
269
|
+
├── terms-of-service.md
|
|
270
|
+
└── refund-policy.md
|
|
271
|
+
```
|
|
272
|
+
|
|
273
|
+
All three paths (browser, terminal, Claude Code) use the same `agents/` files.
|
|
274
|
+
Update a prompt once and it works everywhere.
|
|
275
|
+
|
|
276
|
+
---
|
|
277
|
+
|
|
278
|
+
## The rules engine
|
|
279
|
+
|
|
280
|
+
Every tool runs your output through [`rules/writing-rules.md`](rules/writing-rules.md)
|
|
281
|
+
before returning it. These rules exist because AI-generated job content has tells
|
|
282
|
+
that kill credibility with recruiters.
|
|
283
|
+
|
|
284
|
+
The short version: no em dashes, no "Hi", no "proven track record", no bullets
|
|
285
|
+
that start with "Responsible for." See the full list in the rules file.
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
## Automation (advanced)
|
|
290
|
+
|
|
291
|
+
Connect Hermes + OpenClaw to run Job Hunter on a schedule — new jobs scored
|
|
292
|
+
every morning, results in your Discord. See [docs/advanced-automation.md](docs/advanced-automation.md).
|
|
293
|
+
|
|
294
|
+
---
|
|
295
|
+
|
|
296
|
+
## Hosting it yourself commercially
|
|
297
|
+
|
|
298
|
+
Job Hunter is MIT licensed. The `commercial` branch contains a full
|
|
299
|
+
hosted version with Clerk auth, Stripe billing, Postgres, and Mem0 memory.
|
|
300
|
+
|
|
301
|
+
```bash
|
|
302
|
+
git checkout commercial
|
|
303
|
+
```
|
|
304
|
+
|
|
305
|
+
See [`COMMERCIAL.md`](https://github.com/owlguardco/job-hunter/blob/commercial/COMMERCIAL.md)
|
|
306
|
+
and [`docs/commercial-setup.md`](https://github.com/owlguardco/job-hunter/blob/commercial/docs/commercial-setup.md).
|
|
307
|
+
|
|
308
|
+
---
|
|
309
|
+
|
|
310
|
+
## Contributing
|
|
311
|
+
|
|
312
|
+
The most useful contributions:
|
|
313
|
+
- Writing rules from your own job search
|
|
314
|
+
- Sanitized before/after examples
|
|
315
|
+
- Agent prompt improvements with before/after evidence
|
|
316
|
+
|
|
317
|
+
See [docs/CONTRIBUTING.md](docs/CONTRIBUTING.md).
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## License
|
|
322
|
+
|
|
323
|
+
MIT — use it, fork it, build on it.
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: job-hunter
|
|
3
|
+
description: Run a whole job-search campaign, not a one-off document. Use when the user says "find me jobs", "run my job search", "job hunt", "am I competitive for this role", "build my application package", "prep me for interviews", or "negotiate this offer". Routes live search, fit-scoring, ATS resume and cover letter, interview prep, and offer negotiation across four stages. For a single resume rewrite use resume-tailor; for JD scoring use jdfit.
|
|
4
|
+
allowed-tools: Read, Write, Glob, Grep, WebSearch, WebFetch, Bash(docker:*)
|
|
5
|
+
argument-hint: [stage or goal, e.g. "search recruiter roles Budapest" or "tailor for <JD url>"]
|
|
6
|
+
tags: [career, job-search, resume, interview, recruiting]
|
|
7
|
+
metadata:
|
|
8
|
+
author: opencue
|
|
9
|
+
version: "1.0.0"
|
|
10
|
+
category: career
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# Job Hunter
|
|
14
|
+
|
|
15
|
+
Run an end-to-end job-search campaign. This skill orchestrates a directory of
|
|
16
|
+
focused agents (`agents/*.md`) across four stages. Read the agent file that
|
|
17
|
+
matches the user's step and follow it. Do not duplicate a point tool: for a
|
|
18
|
+
single resume rewrite use `resume-tailor`, for JD-versus-resume scoring use `jdfit`.
|
|
19
|
+
|
|
20
|
+
## When to use
|
|
21
|
+
|
|
22
|
+
Use when the user runs a whole job hunt: sourcing live roles, deciding what they
|
|
23
|
+
are competitive for, building tailored application packages, preparing for
|
|
24
|
+
interviews, and negotiating offers. One-off document edits belong to the point
|
|
25
|
+
skills above.
|
|
26
|
+
|
|
27
|
+
## Example
|
|
28
|
+
|
|
29
|
+
> "Find me junior recruiter roles in Budapest and build my applications."
|
|
30
|
+
|
|
31
|
+
Run the Search stage (`agents/search-jobs.md`) for a fit-scored shortlist, then
|
|
32
|
+
for each target role run `agents/apply-reality-check.md` and
|
|
33
|
+
`agents/apply-fit-score.md` before `agents/apply-resume.md` and
|
|
34
|
+
`agents/apply-cover-letter.md`. Read the full job description first: board
|
|
35
|
+
"entry-level" tags routinely hide a 2 to 3 year experience gate.
|
|
36
|
+
|
|
37
|
+
## Inputs
|
|
38
|
+
|
|
39
|
+
Read the user's data from `inputs/` before any stage:
|
|
40
|
+
- `inputs/my-resume.md` (or a CV path the user gives)
|
|
41
|
+
- `inputs/job-search-criteria.md` (location, role, seniority, remote or onsite)
|
|
42
|
+
- `inputs/job-description.md` (for a specific role)
|
|
43
|
+
- `rules/writing-rules.md` (voice and formatting rules for all outputs)
|
|
44
|
+
|
|
45
|
+
## The four stages and their agents
|
|
46
|
+
|
|
47
|
+
Route to the agent that matches the step. Each agent file is self-contained.
|
|
48
|
+
|
|
49
|
+
1. **Search**: `agents/search-jobs.md` (live shortlist plus fit score),
|
|
50
|
+
`search-company-research.md`, `search-referral-finder.md`,
|
|
51
|
+
`search-ghost-job-detector.md`, `search-salary.md`, `search-tracker-update.md`.
|
|
52
|
+
2. **Apply**: `agents/apply-fit-score.md`, `apply-reality-check.md`,
|
|
53
|
+
`apply-decode-jd.md`, `apply-resume.md`, `apply-cover-letter.md`,
|
|
54
|
+
`apply-ats-scan.md`, `apply-bias-audit.md`, `apply-skills-gap-filler.md`,
|
|
55
|
+
`apply-reference-prep.md`, `apply-rejection-analysis.md`.
|
|
56
|
+
3. **Interview**: `agents/interview-research.md`, `interview-prep.md`,
|
|
57
|
+
`interview-mock.md`, `interview-question-bank.md`,
|
|
58
|
+
`interview-panel-decoder.md`, `interview-debrief.md`.
|
|
59
|
+
4. **Offer**: `agents/offer-compare.md`, `offer-negotiate.md`,
|
|
60
|
+
`offer-counteroffer.md`, `offer-deadline-manager.md`, `offer-thankyou.md`.
|
|
61
|
+
|
|
62
|
+
## How to run
|
|
63
|
+
|
|
64
|
+
1. Confirm the stage from the user's request (search, apply, interview, offer).
|
|
65
|
+
2. Read the matching `agents/*.md` plus the relevant `inputs/`.
|
|
66
|
+
3. Follow that agent's steps and write outputs to `outputs/`.
|
|
67
|
+
4. Reality-check before volume: run `apply-reality-check.md` and
|
|
68
|
+
`apply-fit-score.md` so the user targets roles they can win.
|
|
69
|
+
|
|
70
|
+
## Prerequisites
|
|
71
|
+
|
|
72
|
+
Live multi-board search (`search-jobs.md`) uses the JobSpy MCP. Start it with:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
docker run -p 9423:9423 borgius/jobspy-mcp-server
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
Fallback when JobSpy is unavailable or a board blocks scraping: search a national
|
|
79
|
+
board directly with `WebSearch` plus `WebFetch` (this is how the Hungarian
|
|
80
|
+
`profession.hu` flow was run), and hand the user direct search URLs for boards
|
|
81
|
+
that block automated fetch (LinkedIn, most remote boards).
|
|
82
|
+
|
|
83
|
+
## Rules
|
|
84
|
+
|
|
85
|
+
- Reality first. Score fit and market tier before mass applying.
|
|
86
|
+
- Never invent metrics on a resume. Mark missing numbers and have the user fill them.
|
|
87
|
+
- Read the full job description, not the board summary. Board "entry-level" tags
|
|
88
|
+
routinely hide a 2 to 3 year experience gate; classify each role as realistic
|
|
89
|
+
fit or stretch and say which.
|
|
90
|
+
- Match the output language to the employer and the job description.
|
|
91
|
+
- Keep personal data in the user's own folder, never in this shared skill.
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# Agents
|
|
2
|
+
|
|
3
|
+
19 prompt files — one per tool. Each one is a standalone instruction set
|
|
4
|
+
for Claude Code or the local server.
|
|
5
|
+
|
|
6
|
+
## How to run any agent
|
|
7
|
+
|
|
8
|
+
**Terminal (npm):**
|
|
9
|
+
```bash
|
|
10
|
+
npm run resume
|
|
11
|
+
npm run interview
|
|
12
|
+
# etc — see package.json for all commands
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
**Claude Code directly:**
|
|
16
|
+
```bash
|
|
17
|
+
claude "follow agents/apply-resume.md"
|
|
18
|
+
claude "follow agents/interview-mock.md"
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
**Via local server:**
|
|
22
|
+
```bash
|
|
23
|
+
npm start # then use the web UI at http://localhost:3000
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
## apply-* — Job application tools
|
|
29
|
+
|
|
30
|
+
| File | Command | What it does |
|
|
31
|
+
|---|---|---|
|
|
32
|
+
| `apply-reality-check.md` | `npm run reality-check` | Honest market assessment — what tier you're in, what roles you'll win |
|
|
33
|
+
| `apply-fit-score.md` | `npm run fit` | Score a specific role 1-10 before applying — Apply / Don't Apply verdict |
|
|
34
|
+
| `apply-resume.md` | `npm run resume` | Tailor resume to a specific JD |
|
|
35
|
+
| `apply-cover-letter.md` | `npm run cover-letter` | Write a cover letter |
|
|
36
|
+
| `apply-ats-scan.md` | `npm run ats` | Scan for ATS issues |
|
|
37
|
+
| `apply-decode-jd.md` | `npm run decode` | Decode a JD — red flags, real pay, subtext |
|
|
38
|
+
| `apply-linkedin-audit.md` | `npm run linkedin` | Audit your LinkedIn profile |
|
|
39
|
+
| `apply-linkedin-scrape.md` | `npm run linkedin-scrape` | Scrape LinkedIn by URL (advanced) |
|
|
40
|
+
| `apply-portfolio-brief.md` | `npm run portfolio` | Build a one-page project case study |
|
|
41
|
+
|
|
42
|
+
**Run reality-check first — once. Then fit before every application.**
|
|
43
|
+
|
|
44
|
+
## search-* — Job search tools
|
|
45
|
+
|
|
46
|
+
| File | Command | What it does |
|
|
47
|
+
|---|---|---|
|
|
48
|
+
| `search-jobs.md` | `npm run jobs` | Search job boards |
|
|
49
|
+
| `search-salary.md` | `npm run salary` | Research market comp |
|
|
50
|
+
| `search-company-research.md` | `npm run company` | Deep company due diligence before pursuing |
|
|
51
|
+
| `search-referral-finder.md` | `npm run referrals` | Find warm intro paths and write outreach per tier |
|
|
52
|
+
| `search-follow-up.md` | `npm run follow-up` | Follow-up messages for every stage |
|
|
53
|
+
| `search-outreach.md` | `npm run outreach` | Cold message a recruiter |
|
|
54
|
+
| `search-inbox-scan.md` | `npm run inbox` | Scan Gmail for recruiter emails, flag urgent, draft responses |
|
|
55
|
+
| `search-send-email.md` | `npm run send-email` | Send drafted responses via Gmail MCP |
|
|
56
|
+
|
|
57
|
+
## interview-* — Interview prep tools
|
|
58
|
+
|
|
59
|
+
| File | Command | What it does |
|
|
60
|
+
|---|---|---|
|
|
61
|
+
| `interview-prep.md` | `npm run interview` | Story bank + coached answers |
|
|
62
|
+
| `interview-mock.md` | `npm run mock` | Live mock with real-time grading |
|
|
63
|
+
| `interview-research.md` | `npm run research` | Pre-interview company brief |
|
|
64
|
+
| `interview-question-bank.md` | `npm run questions` | 15 smart questions to ask — ranked and prioritized |
|
|
65
|
+
| `interview-debrief.md` | `npm run debrief` | Grade yourself right after the interview |
|
|
66
|
+
|
|
67
|
+
## offer-* — Offer and post-interview tools
|
|
68
|
+
|
|
69
|
+
| File | Command | What it does |
|
|
70
|
+
|---|---|---|
|
|
71
|
+
| `offer-negotiate.md` | `npm run negotiate` | Practice the negotiation conversation |
|
|
72
|
+
| `offer-counteroffer.md` | `npm run counter` | Write the actual counter-offer email |
|
|
73
|
+
| `offer-compare.md` | `npm run compare` | Compare two offers |
|
|
74
|
+
| `offer-schedule.md` | `npm run schedule` | Schedule interview via Google Calendar |
|
|
75
|
+
| `offer-thankyou.md` | `npm run send-thankyou` | Send thank-you via Gmail |
|
|
76
|
+
|
|
77
|
+
## career-* — Career growth tools
|
|
78
|
+
|
|
79
|
+
| File | Command | What it does |
|
|
80
|
+
|---|---|---|
|
|
81
|
+
| `career-promote.md` | `npm run promote` | Build your promotion case |
|
|
82
|
+
| `career-review.md` | `npm run review` | Prep for performance review |
|
|
83
|
+
| `career-internal.md` | `npm run internal` | Apply for an internal role |
|
|
84
|
+
| `career-network-message.md` | `npm run network` | Stay warm with your network |
|
|
85
|
+
| `career-linkedin-content.md` | `npm run linkedin-post` | 5 posts that build credibility — not hustle content |
|
|
86
|
+
| `career-linkedin-scanner.md` | `npm run linkedin-scan` | Scan LinkedIn for posts worth commenting on — draft, approve, post |
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
## Customizing agents
|
|
91
|
+
|
|
92
|
+
Every agent is plain markdown. Open any file and edit the instructions —
|
|
93
|
+
changes take effect on the next run. No rebuild needed.
|
|
94
|
+
|
|
95
|
+
The rules engine in `rules/writing-rules.md` is injected automatically
|
|
96
|
+
into every agent. You don't need to add it manually.
|