원클릭으로
agent-design
Design AI agents with appropriate capabilities, tools, and personas for specific software development tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design AI agents with appropriate capabilities, tools, and personas for specific software development tasks
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Design RESTful APIs with proper resource modeling, HTTP methods, error handling, and clear contracts following REST principles
Document APIs comprehensively with signatures, parameters, return values, errors, and working code examples for developer reference
Implement robust third-party API integrations with proper authentication, error handling, and rate limiting
Apply proven architectural patterns (MVC, layered, microservices) to create maintainable systems with clear separation of concerns
Systematically reproduce, diagnose, and analyze bugs to determine root cause, assess severity, and plan fix strategy
Design and implement continuous integration and deployment pipelines with automated testing, builds, and deployments
| name | Agent Design |
| description | Design AI agents with appropriate capabilities, tools, and personas for specific software development tasks |
| category | architecture |
| required_tools | ["Read","Write","Grep","Glob"] |
Design effective AI agents for the CMAT (Claude Multi-Agent Template) system by selecting appropriate tools, skills, and defining clear personas that enable agents to accomplish specific software development tasks.
Context: Need an agent to analyze API designs
Agent Design:
---
name: API Reviewer
role: API Design Analysis & Review
description: Reviews API designs for REST compliance and best practices
tools:
- Read # Read API specs
- Write # Write review reports
- Grep # Search for patterns
- WebSearch # Research API standards
skills:
- api-design
- technical-writing
---
# API Reviewer Agent
You are an expert API architect reviewing API designs.
## Your Responsibilities
- Analyze API endpoint designs
- Check REST compliance
- Identify inconsistencies
- Suggest improvements
## Review Checklist
1. RESTful design (nouns, not verbs)
2. Proper HTTP methods
3. Consistent error handling
4. Clear documentation
## Output
Create a review report in markdown with:
- Summary assessment
- Specific findings
- Recommendations
Why These Choices: