byteAgenten Claude Code Plugin Marketplace
npx claudepluginhub byteagenten/byteagenten-marketplaceFull-stack development toolkit for Angular 21 + Spring Boot 4 applications with 10-phase workflow
Deterministic full-stack development workflow for Angular 21 + Spring Boot 4. Boomerang (agent isolation) + Ralph-Loop (external verification).
Agent Team-based full-stack development workflow for Angular 21 + Spring Boot 4. Fixed 4-agent team with cross-validation.
Private Claude Code Plugins for byteAgenten team members.
| Plugin | Description | Version |
|---|---|---|
| byt8 | Full-stack development toolkit for Angular 21 + Spring Boot 4 | 7.5.7 |
| bytA | Deterministic full-stack workflow (Boomerang + Ralph-Loop + Team Planning) | 4.8.0 |
| bytM | 4-Agent Team workflow with cross-validation (native Agent Teams) | 1.5.0 |
Du brauchst Zugriff auf das private Repository byteAgenten/byteagenten-marketplace.
Option A: GitHub CLI (empfohlen)
Die GitHub CLI (gh) ist ein Kommandozeilen-Tool für GitHub.
# Installation (macOS)
brew install gh
# Installation (Windows)
winget install GitHub.cli
# Einmalig anmelden - öffnet Browser zur Authentifizierung
gh auth login
Option B: Personal Access Token (PAT)
repo (Full control of private repositories)ghp_)# In ~/.bashrc oder ~/.zshrc einfügen:
export GITHUB_TOKEN=ghp_dein_token_hier
In Claude Code eingeben:
# Marketplace registrieren
/plugin marketplace add byteAgenten/byteagenten-marketplace
# Plugin installieren
/plugin install byt8@byteagenten-marketplace
Erklärung:
byteAgenten = GitHub Organisation (Owner des Repositories)byteagenten-marketplace = Name des Repositories auf GitHubbyt8 = Name des Plugins@byteagenten-marketplace = aus welchem Marketplace das Plugin kommtFüge in deinem Projekt .claude/settings.json hinzu:
{
"extraKnownMarketplaces": {
"byteagenten-marketplace": {
"source": {
"source": "github",
"repo": "byteAgenten/byteagenten-marketplace"
}
}
},
"enabledPlugins": {
"byt8@byteagenten-marketplace": true
}
}
Falls du eine feste Version verwenden möchtest:
{
"extraKnownMarketplaces": {
"byteagenten-marketplace": {
"source": {
"source": "github",
"repo": "byteAgenten/byteagenten-marketplace",
"ref": "v1.0.0"
}
}
},
"enabledPlugins": {
"byt8@byteagenten-marketplace": true
}
}
| Command | Description |
|---|---|
/byt8:full-stack-feature | 10-phase workflow for full-stack feature development |
/byt8:ui-theming | One-time design system initialization (theme, tokens, typography) |
/byt8:python-expert | Python development support |
/byt8:prd-generator | Generate PRDs (user stories, requirements) and create GitHub Issues |
/bytA:feature | Deterministic 8-phase workflow (Boomerang + Ralph-Loop) |
/bytA:prd-generator | Generate PRDs (user stories, requirements) and create GitHub Issues |
/bytA:wf-status | Show current workflow status (phase, hints, retries, pause) |
/bytA:wf-skip | Skip current phase (emergency use only) |
/bytM:feature | 4-Agent Team workflow with cross-validation |
/bytM:prd-generator | Generate PRDs (user stories, requirements) and create GitHub Issues |
→ Details und Beispiele siehe byt8 README / bytA README / bytM README
Each plugin is independently installable and versioned:
byteagenten-marketplace/
├── .claude-plugin/
│ └── marketplace.json # Plugin registry
├── plugins/
│ └── byt8/ # Full-stack development toolkit
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata & version
│ ├── .mcp.json # MCP server configuration
│ ├── agents/ # 10 specialized agents
│ ├── commands/ # 10 slash commands
│ ├── hooks/ # Workflow hooks (hooks.json)
│ ├── scripts/ # Hook scripts (bash)
│ ├── skills/ # Workflow implementations (SKILL.md)
│ └── README.md
├── CLAUDE.md # Project instructions for Claude Code
└── README.md
plugins/byt8-[name]/.claude-plugin/plugin.json with unique name.claude-plugin/marketplace.jsonProprietary - byteAgenten internal use only.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.