By ViewWay
多平台多语言编码增强套件。39 Agent + 33 Skill + 22 Command + 83 Rules + Ralph 自主循环。支持 TS/Python/Rust/Go/Java/Kotlin 等 10 种语言。
此目录包含 Hermes-by-Everything 的所有命令文件。
学术研究工作流 / Academic research workflow — 文献综述、论文写作、LaTeX 编译、期刊排版 / Literature review, paper writing, LaTeX compilation, journal formatting
系统架构设计 - 设计组件、数据流、API 契约
分支管理 - 查看分支状态、PR 状态、清理已合并分支
构建错误修复 - 最小改动修复构建失败
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing
Build a fully automated AI-powered data collection agent for any public source — job boards, prices, news, GitHub, sports, anything. Scrapes on a schedule, enriches data with a free LLM (Gemini Flash), stores results in Notion/Sheets/Supabase, and learns from user feedback. Runs 100% free on GitHub Actions. Use when the user wants to monitor, collect, or track any public data automatically.
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.
Admin access level
Server config contains admin-level keywords
Executes bash commands
Hook triggers when Bash tool is used
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.
Modifies files
Hook triggers on file write and edit operations
Modifies files
Hook triggers on file write and edit operations
37 专业代理 | 33 核心技能 | 22 快捷命令 | 77 规则文件 | Ralph 自主循环 | Orchestrator 编排
多平台多语言编码增强套件 - 整合 everything-claude-code 和 ralph 的最佳能力
Hermes-by-Everything (HBE) 是一个生产级的编码增强系统,整合了 everything-claude-code 的全面能力和 Ralph 模式的会话内自主循环工作流。它提供 39 个专业代理、33 个核心技能、18 个快捷命令、83 个规则文件,以及基于 Ralph 模式的自主循环工作流(通过 /hbe-ralph 命令在会话内执行 TDD 循环,规避上下文窗口限制)。
支持 10 种主流编程语言(TypeScript/JavaScript、Python、Rust、Go、Java、Kotlin、C#、Ruby、PHP、Swift),可通过 插件市场 安装到 Claude Code、ZCode、Codex 三大平台(也兼容 Hermes、OpenCode、OpenClaw),运行在 3 种操作系统(macOS、Windows、Linux)上。
核心特性:百分百触发机制、闭环学习系统、无人值守推进、自我更新学习、纯净上下文管理。
| 代理 | 命令 | 说明 | 专长 |
|---|---|---|---|
| orchestrator | /hbe-orchestrate | 多Agent编排 | 任务分解、批量开发、质量闭环、Agent resume |
| planner | /hbe-plan | 实现规划 | 需求分析、任务拆解、风险评估 |
| architect | /hbe-architect | 架构设计 | 系统设计、组件职责、数据模型 |
| code-reviewer | /hbe-review | 代码审查 | 质量检查、性能优化、安全审查 |
| security-reviewer | /hbe-security | 安全审查 | OWASP Top 10、漏洞扫描、合规检查 |
| tdd-guide | /hbe-tdd | TDD 开发 | 红-绿-重构、测试驱动、覆盖率保证 |
| build-error-resolver | /hbe-build-fix | 构建修复 | 错误诊断、最小修复、验证回归 |
| e2e-runner | /hbe-e2e | E2E 测试 | 端到端测试、Playwright、用户流程 |
| refactor-cleaner | /hbe-refactor | 重构清理 | 死代码检测、安全移除、依赖清理 |
| doc-updater | /hbe-docs | 文档更新 | Codemap 生成、文档同步、依赖图 |
| 技能 | 说明 | 使用场景 |
|---|---|---|
| prd | PRD 需求文档生成 | 需求分析、功能规划 |
| ralph | PRD 转 prd.json + 自主执行循环 | 大型任务自动化 |
| tdd-workflow | TDD 红-绿-重构工作流 | 测试驱动开发 |
| coding-standards | 编码标准 | 代码风格、最佳实践 |
| backend-patterns | 后端模式 | 服务端架构、API 设计 |
| frontend-patterns | 前端模式 | 组件设计、状态管理 |
| security-review | 安全审查清单 | 漏洞检测、安全加固 |
| continuous-learning | 会话模式提取自动生成 skill | 自我学习、知识积累 |
| strategic-compact | 上下文战略压缩提示 | Token 优化、上下文管理 |
| verification-loop | 五阶段验证循环 | 构建检查、类型检查、Lint、测试、安全 |
| eval-harness | 评估驱动开发 | pass@k 指标、能力评估 |
| project-guidelines | 项目特定规范 | 团队约定、项目规范 |
| orchestration | 多 Agent 编排 | 复杂工作流、端到端自动化 |
# 规划与开发
/hbe-plan # 实现规划
/hbe-architect # 架构设计
/hbe-tdd # TDD 开发流程
/hbe-review # 代码审查
/hbe-security # 安全审查
hbe-scan # 统一安全扫描 (SAST/SCA/密钥/复杂度)
/hbe-build-fix # 构建修复
/hbe-e2e # E2E 测试生成
/hbe-refactor # 重构清理
/hbe-docs # 文档/Codemap 更新
# Git 工作流
/hbe-commit # 生成 Conventional Commit 提交消息
/hbe-pr-create # 创建 Pull Request + 自动生成描述
/hbe-pr-review # 审查 Pull Request
/hbe-branch # 分支管理 + 清理
# 编排与自动化
/hbe-prd # PRD 生成
/hbe-verify # 五阶段验证
/hbe-orchestrate # 多 Agent 流水线
/hbe-ralph # 自主执行循环
/hbe-checkpoint # 保存进度快照
/hbe-learn # 模式学习提取
/hbe-eval # 评估驱动开发
/hbe-academic # 学术研究工作流
npx claudepluginhub viewway/hermes-by-everythings --plugin hermes-by-everythingsHarness-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
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.