Sync Agents
Description
Synchronize Task Master configuration across all active agents. ## Actions 1. **List all active agents:** ```bash magents list ``` 2. **For each active agent, sync Task Master:** ```bash # Extract agent IDs and sync each one magents list --json | jq -r '.[] | .id' | while read agent_id; do echo "Syncing Task Master to agent: $agent_id" magents sync-taskmaster "$agent_id" done ``` 3. **Verify sync status:** ```bash # Check Task Master is available in ea
Installation
Installs to ~/.claude/commands/santos-enoque-magents-sync-agents.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Santos-Enoque/magents/HEAD/.claude/commands/sync-agents.md -o ~/.claude/commands/santos-enoque-magents-sync-agents.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity