Sync Fyso agent teams to local .claude/agents/
npx claudepluginhub etendosoftware/etendo_claude_marketplace --plugin fyso-team-syncClaude Code plugin that syncs Fyso agent teams into local .claude/agents/ files, making them available as subagents.
# Add the marketplace
/plugin marketplace add fyso-dev/fyso-team-sync
# Install the plugin
/plugin install fyso-team-sync@fyso-dev
Add to your project's .claude/settings.json:
{
"enabledPlugins": {
"fyso-team-sync@fyso-dev": true
}
}
claude --plugin-dir /path/to/fyso-team-sync
In any Claude Code session, run:
/sync-team
You will be prompted for:
Then pick a team from the list. The plugin creates .claude/agents/ files in your current working directory.
Each agent file follows the Claude Code agent spec:
---
name: agent-slug
description: role -- Display Name. First line of soul.
tools: Read, Write, Edit, Bash, Grep, Glob
color: green
---
# Display Name
**Role:** developer
## Soul
(agent soul text)
## System Prompt
(agent system prompt)
Colors are mapped by role: developer=green, qa/tester=yellow, reviewer=purple, coordinator=blue, writer=cyan, security=red, other=gray.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.