-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Description
Plugin Suggestion
Name: squads-cli
Category: Workflow Orchestration
Description
Multi-agent orchestration CLI for Claude Code that organizes agents into domain-aligned teams (squads) with persistent memory and git-native state management.
Features
- Domain-aligned squads - Organize agents into teams (engineering, marketing, research, etc.)
- Persistent memory - Agents remember across sessions via markdown files
- Git-native state - Version-controlled agent memory
- Cost tracking - Monitor token usage per agent
- Smart triggers - Condition-based agent execution
Installation
npm install -g squads-cliQuick Start
# Initialize squads in any project
squads init
# Check squad status
squads status
# Run specific agent
squads run engineering/problem-solver
# Query agent memory
squads memory query "authentication"Links
- GitHub: https://github.com/agents-squads/squads-cli
- npm: https://www.npmjs.com/package/squads-cli
- Website: https://agents-squads.com
🤖 Generated with Agents Squads
Metadata
Metadata
Assignees
Labels
No labels