acceptance-orchestrato…
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP
$ npx -y skills add sinhoneyy/master-skills --skill ai-dev-jobs-mcp --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/ai-dev-jobs-mcpContext preview
The summary Claude sees to decide when to auto-load this skill.
Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP
name: ai-dev-jobs-mcp description: "Search 8,400+ AI and ML jobs across 489 companies, inspect listings and employers, match roles, and view salary and market stats via AI Dev Jobs MCP" category: mcp risk: safe source: "https://aidevboard.com" source_type: community date_added: "2026-04-16" author: unitedideas tags: [mcp, jobs, ai-jobs, ml-jobs, recruiting, job-search, career] tools: [claude, cursor, gemini]
AI Dev Jobs is a remote MCP server that gives AI agents access to a live index of AI and ML job listings. As of April 17, 2026, the live MCP stats report 8,405 active roles across 489 companies, a $213,500 median salary, and 600 new jobs this week. Agents can search jobs by role, location, or company, retrieve full job details, list hiring companies, match roles to a profile, and get salary or aggregate market statistics. It is designed for AI agents that assist with job searching, recruiting, or labor market analysis.
Add the AI Dev Jobs MCP server to your client configuration. The endpoint uses streamable HTTP and requires no authentication.
{
"mcpServers": {
"ai-dev-jobs": {
"url": "https://aidevboard.com/mcp"
}
}
}No API key or authentication is required.
Search the job index by keyword, location, company, or work arrangement. Returns matching listings with title, company, location, and salary information.
search_jobs({ query: "machine learning engineer", location: "remote" })Retrieve full details for a specific job listing by ID, including description, requirements, salary range, and application link.
get_job({ id: "abc123" })List all companies in the index with their open position counts. Useful for discovering which companies are actively hiring.
list_companies({})Retrieve details for a specific company, including available AI roles when exposed by the endpoint.
get_company({ id: "openai" })Get aggregate statistics about the job market: total listings, top companies by open roles, role distribution, and location breakdown.
get_stats({})Match jobs against a candidate profile, skills list, or preferences.
match_jobs({ skills: ["python", "llm", "pytorch"], workplace: "remote" })Retrieve salary statistics for roles, tags, levels, or locations when available.
get_salary_data({ tag: "llm", level: "senior" })List indexed tags that can be used to filter searches or salary analysis.
list_tags({})Use @ai-dev-jobs-mcp to find remote machine learning engineer positions.
The agent will call `search_jobs({ query: "machine learning engineer", location: "remote" })` and return matching listings.
Use @ai-dev-jobs-mcp to list all companies currently hiring for AI roles.
The agent will call `list_companies({})` and return companies sorted by number of open positions.
Use @ai-dev-jobs-mcp to show current AI job market statistics.
The agent will call `get_stats({})` and return aggregate data on listings, top employers, and role distribution.
Use @ai-dev-jobs-mcp to get the full details for job ID abc123.
The agent will call `get_job({ id: "abc123" })` and return the complete listing with requirements and application link.
Use @ai-dev-jobs-mcp to match remote LLM roles to a senior Python and PyTorch profile.
The agent will call `match_jobs({ skills: ["python", "llm", "pytorch"], workplace: "remote" })` and return suitable listings.
Use @ai-dev-jobs-mcp to compare senior LLM salary data.
The agent will call `get_salary_data({ tag: "llm", level: "senior" })` and summarize available compensation ranges.
Unified skill library for Claude, Codex, Cursor, Antigravity & AI agents — 2,658 skills across 15 domains
Repo: sinhoneyy/master-skills
Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and acceptance verification with minimal human…
Find and fix WCAG 2.2 accessibility issues. Two modes — report (sweep a codebase or page, produce a prioritized written report, no edits) and fix…
Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first…
Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author…
This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or…
Autonomous DevSecOps & FinOps Guardrails. Orchestrates Gemini 3 Flash to audit Linux Kernel patches, Terraform cost drifts, and K8s compliance.