From terminalhire
Show the developer's locally-matched job roles (runs terminalhire jobs). Use when the user asks about job matches, openings, or to see terminalhire results.
How this skill is triggered — by the user, by Claude, or both
Slash command
/terminalhire:jobsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the bundled terminalhire engine in a Bash tool call to display your top matched job roles:
Run the bundled terminalhire engine in a Bash tool call to display your top matched job roles:
node "${CLAUDE_PLUGIN_ROOT}/dist/bin/jpi-dispatch.js" jobs
The output is ranked locally — no profile data is sent. Each listing shows title, company, match score, and an apply link.
Append --limit N to show more results, --remote-only to filter to remote roles, or --all to show every match.
Note: invoke the plugin-bundled engine via
${CLAUDE_PLUGIN_ROOT}so a plugin update is the only update needed (no separatenpmstep). If$CLAUDE_PLUGIN_ROOTis unset — e.g. running outside Claude Code — fall back to the standalone commandterminalhire jobs.
npx claudepluginhub staqsio/terminalhire-plugin --plugin terminalhireProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
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.