By byteagenten
Deterministic full-stack development workflow for Angular 21 + Spring Boot 4. Boomerang (agent isolation) + Ralph-Loop (external verification).
Start a deterministic full-stack feature workflow (Boomerang + Ralph-Loop)
Generate PRDs with codebase analysis and GitHub Issue creation.
Show bytA plugin version and cache path
Skip the current workflow phase (emergency use only)
Show current bytA workflow status (phase, hints, retries, pause state)
Implement Angular components, services, frontend features. TRIGGER "Angular component", "frontend", "TypeScript", "UI implementation", "fix the frontend". NOT FOR backend, database, architecture planning.
Design REST APIs, OpenAPI specs, API contracts. TRIGGER "design API", "API endpoints", "REST API", "OpenAPI spec". NOT FOR API implementation, frontend, database schema.
Plan features, technical specs, architecture. TRIGGER "plan feature", "technical spec", "how should we implement", "design the architecture". NOT FOR bug fixes, code reviews, immediate implementation.
Validate architectural decisions, review system design, assess scalability. TRIGGER "architecture review", "design review", "scalability", "technology choice". NOT FOR planning features, code review, security audit.
Code review, quality checks before commits. TRIGGER "review code", "code review", "check my code", "before commit", "PR review". NOT FOR architecture review, security audit, writing tests.
Deterministic full-stack feature orchestration with Boomerang + Ralph-Loop automation.
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
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.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
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.
npx claudepluginhub byteagenten/byteagenten-marketplace --plugin bytAFull-stack agents — frontend, backend, API, DevOps architects
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Autonomous multi-agent development framework with spec-driven sprints and convergent iteration
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses