AgentSpace
New"AgentSpace: Human + Agents. One Team. One Workspace"
Summary
AgentSpace enables developers to create and manage AI agents that collaborate with human team members in a shared workspace.
- It streamlines task delegation, context sharing, and workflow automation between human and AI agents, boosting team productivity.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/agentspace.md
@agentspaceUse Cases
Usage Examples
/agentspace create agent 'CodeReviewer' --task 'Review all open PRs in repo X and summarize issues'
AgentSpace, assign the 'BugTriage' agent to categorize the last 10 issues in our project board.
/agentspace run 'DocWriter' --context 'Update API docs for the new endpoints in branch feature/auth'
Security Audits
Frequently Asked Questions
What is AgentSpace?
AgentSpace enables developers to create and manage AI agents that collaborate with human team members in a shared workspace. It streamlines task delegation, context sharing, and workflow automation between human and AI agents, boosting team productivity.
How to install AgentSpace?
To install AgentSpace: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/agentspace.md. Finally, @agentspace in Claude Code.
What is AgentSpace best for?
AgentSpace is a agent categorized under General. It is designed for: agent. Created by HKUDS.
What can I use AgentSpace for?
AgentSpace is useful for: Automate code review by assigning an agent to analyze pull requests and provide feedback.; Delegate bug triage to an agent that categorizes and prioritizes issues from a project tracker.; Use an agent to generate and update documentation based on code changes and team discussions.; Set up an agent to monitor CI/CD pipelines and alert the team on failures or performance regressions.; Collaborate with an agent to draft technical specifications and architecture proposals.; Assign an agent to manage routine maintenance tasks like dependency updates and security patches..