Autonomous specialists loaded from ~/.claude/agents/ — available across every project
ai-servicers.com
Agents are autonomous specialists invoked via the Task tool to perform complex, multi-step operations independently. Unlike skills (which provide knowledge), agents can use tools, coordinate with other agents, and produce comprehensive deliverables on their own.
~/.claude/agents/subagent_type="pm"Infrastructure and DevOps project orchestration specialist. Coordinates between Architect, Security, Developer, and QA agents to deliver complex multi-component projects.
subagent_type="pm"~/.claude/agents/pm.mdHow the PM agent manages a complex multi-agent project from start to finish
~/projects/data/claudeagents/pm/tasks/{project}/~/projects/data/claudeagents/pm/reports/{project}/"Deploy an analytics API with Keycloak authentication and PostgreSQL" — PM breaks this into architecture design, network/auth config, and implementation tasks, then delegates each to the right specialist.
The PM agent orchestrates, it doesn't implement. It delegates to Architect, Security, Developer, and QA agents — then synthesizes their work into a coherent project report the user can act on.
User-level agents live at ~/.claude/agents/ and are available across all projects, unlike project-level agents which are scoped to a specific infrastructure workspace.
ai-servicers.com