원클릭으로
implement-sub-agents
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Check license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements.
Deploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows.
Design a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new UI components or redesigning existing ones.
Implement a feature or fix a bug following the project's code patterns and conventions. Use when code changes are needed.
Create a structured implementation plan for a feature, refactoring, or multi-step task. Use as the first step in the pipeline before /orchestrate. Produces a plan that the orchestrator can turn into a delegation plan.
Review code changes for quality, security, and adherence to project conventions. Use after making code changes or when reviewing a pull request.
| name | implement-sub-agents |
| description | Create and validate Claude sub-agent definitions with correct frontmatter, tool permissions, and delegation boundaries. |
Create or update agent files under agents/ with explicit role boundaries, model/tool settings, and delegation patterns.
Agent frontmatter rules: references/subagent-frontmatter.md
Tool access strategy: references/subagent-tools.md
Model selection guidance: references/subagent-models.md
Permission boundaries: references/subagent-permissions.md
Delegation patterns: references/subagent-delegation.md
Agent file validator: scripts/validate-subagent.sh
Frontmatter checker: scripts/check-subagent-frontmatter.sh
Base sub-agent template: assets/templates/subagent-template.md
Read-only sub-agent example: assets/templates/subagent-readonly.md
Sub-agent with skills example: assets/templates/subagent-with-skills.md
Sub-agent with hooks example: assets/templates/subagent-with-hooks.md
../implement-claude-extensions/SKILL.md../implement-agent-teams/SKILL.md