By emasoft
Quality gates, testing, merging, release candidates - ensures code quality. Requires AI Maestro for inter-agent messaging.
Handles GitHub API operations including issues, PRs, projects, and threads. Requires AI Maestro installed.
Investigates and reproduces bugs with systematic debugging approach. Requires AI Maestro installed.
Reviews code changes for quality, security, and best practices. Requires AI Maestro installed.
Creates detailed, searchable git commits with comprehensive WHAT and WHY documentation. Requires AI Maestro installed.
Diagnoses CI/CD failures, analyzes logs, and identifies root causes. Requires AI Maestro installed.
Trigger with /eia-ai-pr-review. Use when performing deep evidence-based PR reviews, investigating false-positive fixes, or validating integration changes.
Use when diagnosing CI/CD failures. Trigger with CI failure logs or pipeline errors.
Use when reviewing pull requests. Trigger with PR review or code quality requests.
Use when processing parallel PRs. Trigger with git worktree or parallel development requests.
Use when integrating GitHub Projects. Trigger with GitHub sync, label setup, or PR workflow requests.
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
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.
Version: 1.0.0
The Integrator Agent handles quality gates, testing, merging, and release candidates. It ensures code quality before integration into the main branch.
| Agent | Description |
|---|---|
eia-integrator-main-agent.md | Main integrator agent |
eia-api-coordinator.md | Coordinates GitHub API operations |
eia-bug-investigator.md | Investigates reported bugs |
eia-code-reviewer.md | Reviews code for quality |
eia-committer.md | Handles git commit operations |
eia-debug-specialist.md | Debugs CI/CD and test failures |
eia-github-sync.md | Syncs GitHub state |
eia-integration-verifier.md | Verifies integration success |
eia-pr-evaluator.md | Evaluates PR readiness |
eia-screenshot-analyzer.md | Analyzes screenshots for visual regressions |
eia-test-engineer.md | Manages test execution and coverage |
| Skill | Description |
|---|---|
eia-github-integration | GitHub API integration |
eia-github-pr-workflow | PR workflow patterns |
eia-github-pr-checks | PR check patterns |
eia-github-pr-merge | PR merge strategies |
eia-github-pr-context | PR context management |
eia-github-issue-operations | Issue CRUD operations |
eia-kanban-orchestration | Kanban board patterns |
eia-github-projects-sync | Projects sync |
eia-github-thread-management | Thread management |
eia-code-review-patterns | Code review patterns |
eia-multilanguage-pr-review | Multi-language reviews |
eia-tdd-enforcement | TDD enforcement |
eia-ci-failure-patterns | CI failure patterns |
eia-git-worktree-operations | Worktree operations |
eia-integration-protocols | Shared utilities |
| Hook | Event | Description |
|---|---|---|
eia-branch-protection | PreToolUse | Block pushes to main/master |
eia-issue-closure-gate | PreToolUse | Verify before issue closure |
Install from the Emasoft marketplace. Role plugins are installed with --scope local inside the specific agent's working directory (~/agents/<agent-name>/). This ensures the plugin is only available to that agent.
# Add Emasoft marketplace (first time only)
claude plugin marketplace add emasoft-plugins --url https://github.com/Emasoft/emasoft-plugins
# Install plugin (--scope local = this agent's directory only, recommended)
claude plugin install emasoft-integrator-agent@emasoft-plugins --scope local
# RESTART Claude Code after installing (required!)
Once installed, start a session with the main agent:
claude --agent eia-integrator-main-agent
--plugin-dir loads a plugin directly from a local directory without marketplace installation. Use only during plugin development.
claude --plugin-dir ./OUTPUT_SKILLS/emasoft-integrator-agent
cd OUTPUT_SKILLS/emasoft-integrator-agent
uv run python scripts/validate_plugin.py . --verbose
Task distribution, agent coordination, progress monitoring - executes plans via subagents. Requires AI Maestro for inter-agent messaging.
Comprehensive validation, management, and standardization suite for Claude Code plugins and marketplaces. Includes 190+ validation rules, plugin lifecycle management, marketplace operations, health checks, security auditing, GitHub repo validation, plugin/marketplace repo scaffolding, and standardization tooling. Features severity hierarchy, --strict mode, language-aware token estimation, and universal plugin/marketplace templates.
GHE (GitHub-Elements) - Automated project management for Claude Code using GitHub Issues as persistent memory with orchestrated DEV/TEST/REVIEW workflow.
Portable utility tools for Claude Code plugin marketplaces. Includes release automation and markdown TOC generation.
Exports current session segment (since last compaction) with system-reminder stripping -- main conversation, subagent transcripts, sidechains, and debug logs in structured markdown
npx claudepluginhub emasoft/emasoft-plugins --plugin emasoft-integrator-agentProduction-ready slash commands for Git workflow automation including PR creation, release management, and QA testing
Quality gate automation using Claude Code hooks and subagents.
Internal CI skills loaded by tend's GitHub Action. Not for manual installation.
Workflow orchestration patterns for parallel agents, CI pipelines, preflight checks, and checkpoint-based refactoring. Addresses common friction in multi-branch operations, permission restrictions, and context limits.
Autonomous AI development pipeline that uses GitHub as a structured knowledge graph for Claude Code agents. Adds /work-on, /review-pr, /quality-gate, /orchestrate, and 20+ pipeline commands.
GitHub project operations with quality gates.