agent-team-kit
Comprehensive toolkit for AI agent teams with collaboration tools, shared memory, and coordination protocols
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive toolkit for AI agent teams with collaboration tools, shared memory, and coordination protocols
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
A library of 150 brand and aesthetic design systems (Apple, Stripe, Linear, Vercel, Notion, GitHub, Figma, Spotify, Tesla, and more, plus styles like brutalism, glassmorphism, neumorphism, editorial, minimal). Use when the user wants a UI to look like a brand, match a brand's style or vibe, or adopt a named aesthetic. Read references/<brand>.md for that brand's colors, typography, spacing, radii, and component style before generating any UI.
Apply Anthropic's official brand colors and typography to artifacts for consistent visual identity and professional design standards. A reference for shaping your own.
Create beautiful visual art in PNG and PDF documents using design philosophy and aesthetic principles for posters, illustrations, and static pieces.
Frontend design and UI/UX development tools for shipping production-ready interfaces with strong typographic and layout discipline.
Apply professional font and color themes to artifacts including slides, docs, reports, and HTML landing pages. Ships 10 pre-set themes.
Orchestrates UI and page design. Use when the user asks to design a page, screen, UI, landing page, dashboard, login flow, pricing page, invoice, resume, FAQ, article, slide deck, social card, or any web layout; to make it look like a brand (Apple, Stripe, Linear, Vercel, Notion, ...); or to build a mockup, prototype, wireframe, or HTML preview. Picks a matching layout skill, optionally adopts a brand design system, then writes a single self-contained HTML file to <project>/.devspace/preview/ so DevSpace can preview it.
| name | agent-team-kit |
| description | Comprehensive toolkit for AI agent teams with collaboration tools, shared memory, and coordination protocols |
This built-in skill provides a comprehensive toolkit for AI agent teams to enable effective collaboration, shared memory management, and coordinated problem-solving through specialized tools and protocols.
tool: agent-team-kit
action: initialize_workspace
team_id: "research-team-alpha"
workspace_config:
shared_memory_size: "1GB"
communication_channels:
- "general"
- "technical"
- "planning"
access_control:
read: ["all_members"]
write: ["team_leads"]
admin: ["project_manager"]
tool: agent-team-kit
action: coordinate_task
task_id: "task-literature-review"
team_id: "research-team-alpha"
coordination_plan:
phases:
- name: "paper_collection"
assignee: "researcher-1"
deadline: "2026-03-15T18:00:00Z"
- name: "analysis"
assignee: "researcher-2"
dependencies: ["paper_collection"]
deadline: "2026-03-17T18:00:00Z"
- name: "synthesis"
assignee: "team-lead"
dependencies: ["analysis"]
deadline: "2026-03-19T18:00:00Z"
communication_protocol: "structured_updates"
tool: agent-team-kit
action: resolve_conflict
conflict_id: "conflict-methodology-001"
team_id: "research-team-alpha"
conflict_details:
issue: "Disagreement on research methodology"
parties: ["researcher-1", "researcher-2"]
positions:
researcher-1: "Quantitative approach preferred"
researcher-2: "Qualitative approach preferred"
resolution_method: "consensus_building"
mediator: "team-lead"
The agent-team-kit skill can be configured with the following parameters:
default_workspace_size: Default shared workspace size (default: 500MB)communication_retention: Message retention period (default: 30 days)conflict_resolution_timeout: Timeout for conflict resolution processes (default: 24h)role_templates: Predefined role templates for common team structuresanalytics_enabled: Enable team performance analytics (default: true)knowledge_transfer_frequency: Frequency of knowledge transfer sessions (default: daily)This skill is essential for any agent that needs to work as part of a team, coordinate with other specialized agents, or manage complex collaborative workflows. It provides the foundational infrastructure for effective multi-agent collaboration while maintaining security and efficiency.