BeClaude

AgentSpace

New
186GitHub TrendingGeneralby HKUDS

"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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/agentspace.md

3
Invoke with @agent-name
@agentspace

Use Cases

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.

Usage Examples

1

/agentspace create agent 'CodeReviewer' --task 'Review all open PRs in repo X and summarize issues'

2

AgentSpace, assign the 'BugTriage' agent to categorize the last 10 issues in our project board.

3

/agentspace run 'DocWriter' --context 'Update API docs for the new endpoints in branch feature/auth'

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..