create-agent

Create specialized project agents with tools and responsibilities in the llm/agents/ directory.

Updated May 7, 2026
One-click install
npx skills add https://github.com/prototypdigital/claude-marketplace --skill create-agent-prototypdigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-agent
Source: https://github.com/prototypdigital/claude-marketplace/tree/main/plugins/devops/skills/create-agent
Command: npx skills add https://github.com/prototypdigital/claude-marketplace --skill create-agent-prototypdigital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating specialized agents for your project, ensuring that each agent has the right tools and responsibilities to perform its role effectively.

Core Features & Use Cases

  • Agent Creation: Automatically generates agents in the correct format with scoped tools, responsibilities, and constraints.
  • Agent Customization: Gather detailed information about the agent's role, tools, and profiles to tailor it to your project's needs.
  • Efficiency: Reduces the time and effort required to manually create and configure agents.

Quick Start

Use the create-agent skill to create a new agent for code review with the name 'code-reviewer' and the tools 'read', 'search'.

Frequently Asked Questions about create-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate specialized agent creation for project roles?

Automating specialized agent creation involves defining an agent's name, description, tools, and profiles to automatically generate a configured agent file in the 'llm/agents/' directory.

What is role-based access and toolset management for project agents?

Role-based access and toolset management ensure project agents have specifically scoped tools and responsibilities, constraining their actions to perform their specialized roles effectively.

Can I customize agent responsibilities and constraints for specific project tasks?

Yes, you can customize agent responsibilities and constraints by providing detailed input on the agent's role, required tools, and profiles to tailor the generated agent to your project's needs.

Does agent creation require specific input formats for project automation?

Agent creation requires specific input parameters including the agent's name, description, allowed tools, and profiles to ensure the outputted agent file is configured correctly.

What's the best way to set up a code reviewer agent with read and search tools?

To set up a code reviewer agent, use the create-agent skill providing the name 'code-reviewer' and assigning the tools 'read' and 'search' to generate the correctly formatted agent file.