Claude 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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub etendosoftware/etendo_claude_marketplace --plugin fyso-team-syncCreate Fyso agent teams from natural language requirements
Manages the full Etendo development workflow — creating Jira issues, GitHub issues, branches, commits, and wiki documentation following Etendo conventions
A comprehensive set of skills for Etendo ERP development — module creation, database changes, window configuration, Java scaffolding, builds, and more
Agent team management - create, expand, and cleanup teams for worktree sessions
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
A plugin for Claude Code agent team workflows — session viewing, analysis, and best practice evaluation
Syncs all AGENTS.md files to CLAUDE.md (recursively) and adds CLAUDE.md to .gitignore. Useful when your tooling uses AGENTS.md but Claude Code reads CLAUDE.md.
Hephaestus meta-agent team for creating Agentlas agents and teams, packaging existing agents, and opening the local ontology GUI.
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.