Skip to content

Repository files navigation

AWOS Recruitment

AWOS Recruitment

A curated registry of Claude Code skills, agents, tools, and hooks with a smart search MCP server. The Provectus Way of assembling AI capabilities for your project.

Connect the MCP server to Claude Code, search for capabilities using natural language, and install them into your project with a single command.

Works best with AWOS — the AI Workflow Orchestration System for spec-driven development. AWOS drives the SDLC pipeline from spec to implementation; Recruitment provisions the right skills, agents, tools, and hooks for each task. Use the built-in /awos:hire command to fully automate capability provisioning — it searches, selects, and installs everything your project needs in one step.

Connect MCP

Claude Code CLI:

claude mcp add awos-recruitment --transport http --scope project https://recruitment.awos.provectus.pro/mcp

We recommend --scope project so the MCP config is stored in .mcp.json and shared with your team. If you don't need that, change the scope (e.g. --scope user).

Or add to .mcp.json manually:

{
  "mcpServers": {
    "awos-recruitment": {
      "type": "url",
      "url": "https://recruitment.awos.provectus.pro/mcp"
    }
  }
}

Once connected, Claude Code gains access to the search_capabilities tool — search the registry using natural language with an optional type filter (skill, agent, tool, hook).

CLI

Install discovered capabilities directly into your project:

npx @provectusinc/awos-recruitment <command> <names...>
Command Description
skill <names...> Install skills into .claude/skills/
mcp <names...> Install MCP server definitions into .mcp.json
agent <names...> Install agents into .claude/agents/ (auto-installs referenced skills)
hook <names...> Install hooks into .claude/hooks/ and inject their configuration into .claude/settings.json

Examples:

npx @provectusinc/awos-recruitment skill modern-python-development
npx @provectusinc/awos-recruitment mcp context7 playwright
npx @provectusinc/awos-recruitment agent testing-expert
npx @provectusinc/awos-recruitment hook docs-that-work-gate

Documentation

Document Description
Development Guide Prerequisites, setup, commands, and project structure
Contributing to the Registry How to add skills, MCP definitions, agents, and hooks
Philosophy Why "Recruitment" and the vision behind the project

About

MCP server and CLI for discovering and installing AI coding assistant capabilities — skills, agents, and tools — via semantic search and one-command setup.

Resources

Contributing

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages