Agent Plugins Marketplace
All plugins

job-search-automations

v0.1.0

Skill-based automated job search pipeline with company discovery, career site scraping, and resume scoring.

Claude CodeAgent Plugins6 Skills1 MCP serverstdio

By Josh YimLicense: MIT0 GitHub starsUpdated 5 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
7 skill or MCP entries
Source updated
Sep 24, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install job-search-automations for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install job-search-automations@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/joshyim/job-search-automations

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

job-search-automations/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/company-search/SKILL.md
├── skills/job-search-assess/SKILL.md
├── skills/job-search-crawl/SKILL.md
├── skills/job-search-lead-gen/SKILL.md
├── skills/pipeline-diagram/SKILL.md
├── skills/title-discovery/SKILL.md
└── .mcp.json

Included Skills6

company-searchskills/company-search/SKILL.md

Discover companies actively hiring for target roles and add qualified matches to the target companies list via MCP. Use to expand company coverage across YC, BuiltIn, Wellfound, and LinkedIn.

job-search-assessskills/job-search-assess/SKILL.md

Validate and score pending crawl-queue postings for a single company, then write qualifying results to the pipeline tracker. Designed to be invoked by the job-search-lead-gen orchestrator per company.

job-search-crawlskills/job-search-crawl/SKILL.md

Crawl company job boards, match postings against target titles, and write matched results to the crawl queue. Supports single company crawling or batch crawling with per-company error isolation.

job-search-lead-genskills/job-search-lead-gen/SKILL.md

Orchestrate the job search pipeline - select a batch of companies, then crawl and assess each one sequentially. Use when scanning for new job postings or running the daily job search pipeline.

pipeline-diagramskills/pipeline-diagram/SKILL.md

Introspect current skill definitions, MCP tool surface, and data flow paths, then regenerate pipeline overview Mermaid diagrams. Use after modifying skills, MCP tools, or pipeline flows.

title-discoveryskills/title-discovery/SKILL.md

Discover job titles that match key skills but are not yet in the target titles list, adding validated include/exclude patterns via MCP. Use to expand title coverage.

MCP servers1

job-search-dbstdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/packages/job-search-db/scripts/start.js

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "job-search-automations",
  "version": "0.1.0",
  "description": "Skill-based automated job search pipeline with company discovery, career site scraping, and resume scoring.",
  "author": {
    "name": "Josh Yim",
    "email": "[email protected]",
    "url": "https://www.joshyim.com"
  },
  "license": "MIT",
  "repository": "https://github.com/joshyim/job-search-automations"
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "job-search-automations",
  "version": "0.1.0",
  "description": "Skill-based job search pipeline with local SQLite storage (and optional Neon Cloud PostgreSQL) communicating via MCP.",
  "license": "MIT",
  "author": {
    "name": "Josh Yim",
    "email": "[email protected]",
    "url": "https://www.joshyim.com"
  },
  "repository": "https://github.com/joshyim/job-search-automations",
  "keywords": [
    "job-search",
    "automation",
    "mcp",
    "neon",
    "sqlite",
    "markdown"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[job-search-automations on Agent Plugins Marketplace](https://pluginsmp.com/plugins/job-search-automations)