Skip to content

timekeepur/prompthaus-recruiting

v1.0.0MIT

Search quiz-backed Skills Wallets across 18 career pathways including life sciences. Ranked by North Star fit, literacy credentials, and career evidence. Recruiter links for human review on every match.

Prompthaus Recruiting

Agent Plugins License: MIT

Add MCP to Cursor

Portable Agent Plugins package for verified talent search over Prompthaus Skills Wallets.

Measurable AI skills pay up to 62% more when people can prove them (PwC 2026 Global AI Jobs Barometer). Search quiz-backed Skills Wallets across 16+ career pathways, ranked by North Star fit, pathway completions, literacy credentials, career evidence, and projects. Every match includes a recruiter link for human review.

Skills

SkillWhen
role-scopingBefore search — stack-rank skills and characteristic questions
talent-searchAfter scoping — search + top profile pulls
recruiter-fitFit report for a role

Pathway coverage

Natural-language search resolves roles across Prompthaus career pathways, including:

ClusterPathways
Software & AISoftware Engineer, AI Engineer, Forward Deployed Engineer, Prompt Engineer, Frontend Engineer, AI Code Reviewer, AI QA Specialist
Product & GTMProduct Manager, GTM Growth Engineer, GTM Strategy & Operations
Industry & opsAutomotive Software Engineer, Defense Manufacturing Technician, Energy Operations Engineer
Finance & marketsFinance Analyst, Market Operations Analyst, Trade Surveillance Analyst
Life sciencesComputational Genomics Scientist, Biomedical AI Engineer

Full pathway list: prompthausapp.com/pathways

Install in Cursor

One-click MCP (tools only)

Click Add MCP to Cursor above. Cursor installs talent_search and profile_get via npx from this repo. No API keys required for light use.

Requires Cursor installed. If the button does nothing, open Cursor once so the URL handler registers, then retry.

Full Agent Plugin (tools + skills)

  1. Clone this repo or install from the Cursor Marketplace (search Prompthaus).
  2. In Cursor: CustomizeAdd Agent Plugin → select this directory.
  3. Optional: set PROMPTHAUS_API_KEY in plugin env for identified tier (higher rate limits + full fitSummary). Invalid keys return 401 — they are not silently treated as anonymous.
  4. Partner keys (issued by Prompthaus) unlock the highest limits and completion statement details on profile_get.

Dictionary / learn term pages stay public and are not part of this MCP.

No npm install required. The MCP server ships as a bundled mcp/server.mjs.

Ask naturally

Search Prompthaus for candidates for this role:

[paste job description]

Example queries:

  • founding PM at an AI startup
  • forward deployed engineer
  • trade surveillance analyst
  • energy operations engineer
  • GTM growth engineer
  • biomedical AI engineer
  • computational genomics scientist

The agent calls talent_search, then profile_get for top slugs, and returns recruiterUrl + fitSummary.

MCP tools

ToolREST equivalent
talent_searchGET /api/talent/search?q=&pathway=&limit=
profile_getGET /api/profiles/{slug}

Environment variables

VariableRequiredDefault
PROMPTHAUS_API_BASENohttps://prompthausapp.com
PROMPTHAUS_API_KEYNoPer-integrator or legacy shared key; identified/partner tiers

ChatGPT users

This plugin targets Agent Plugins clients (Cursor, VS Code, Copilot, etc.). For ChatGPT, use a Custom GPT with Actions. See talent.md.

Develop

npm install
npm run build   # bundles mcp/server.mjs

Links

License

MIT. See LICENSE.