Add job-hunt-skills plugin#210
Open
Jim-Coughlin wants to merge 1 commit intoanthropics:mainfrom
Open
Conversation
b786ec0 to
bab6043
Compare
URL-reference entry for Remotivated/job-hunt-skills, pinned to v1.0.0 release commit. Plugin provides AI-assisted resume tailoring, cover letters, company research, interview prep, LinkedIn optimization, and proof-asset creation, with built-in claim-check to guard against fabricated experience.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a single URL-reference entry to
.claude-plugin/marketplace.jsonforjob-hunt-skills, an open-source plugin for job hunters covering resume tailoring, cover letters, company research, interview prep, LinkedIn optimization, and reusable proof assets.dd89f9aproductivityWhy URL-reference
The plugin is mature, self-contained, and actively maintained in its own repo. Following the pattern used by
box,lseg,figma,postiz, and others rather than vendoring underpartner-built/so the plugin can be updated independently with SHA-bump PRs back here.What the plugin does
All artifacts are saved as local markdown the user owns under
my-documents/.Verification
marketplace.jsonparses as valid JSON after the addition (verified withnode -e "JSON.parse(...)")claude plugin marketplace add Remotivated/job-hunt-skillsskills/*/SKILL.mdformat throughout (no legacy flat-mdcommands/files)Happy to adjust any of the above based on review feedback.