amplihack-expert
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
Chineseamplihack Expert Knowledge
amplihack 专家知识库
What is amplihack?
什么是amplihack?
Engineering system for coding CLIs (Claude, Copilot, Amplifier, Rustyclawd, Codex): 5 mechanisms, 23-step workflow, 30 agents, 25 commands, 80 skills.
一款用于编写CLI(Claude、Copilot、Amplifier、Rustyclawd、Codex)的工程系统:包含5种机制、23步工作流、30个Agent、25条命令、80项Skill。
Quick Reference
快速参考
Top Commands
核心命令
| Command | Purpose | Use When |
|---|---|---|
| /ultrathink | Workflow | Non-trivial dev |
| /analyze | Review | Check compliance |
| /fix | Fixes | Common errors |
| /amplihack:ddd:* | Doc-drive | 10+ files |
| 命令 | 用途 | 使用场景 |
|---|---|---|
| /ultrathink | 工作流管理 | 复杂开发任务 |
| /analyze | 代码评审 | 合规性检查 |
| /fix | 问题修复 | 常见错误处理 |
| /amplihack:ddd:* | 文档驱动 | 涉及10个以上文件的场景 |
Top Agents
核心Agent
| Agent | Role |
|---|---|
| architect | Design |
| builder | Code |
| reviewer | Quality |
| tester | Tests |
| Agent | 职责 |
|---|---|
| architect | 架构设计 |
| builder | 代码编写 |
| reviewer | 质量管控 |
| tester | 测试执行 |
Workflows
工作流
| Name | Steps |
|---|---|
| DEFAULT_WORKFLOW | 23 |
| INVESTIGATION | 6 |
| FIX | 3 |
| 名称 | 步骤数 |
|---|---|
| DEFAULT_WORKFLOW | 23 |
| INVESTIGATION | 6 |
| FIX | 3 |
Navigation Guide
导航指南
Quick: SKILL.md | Architecture: reference.md | How-To: examples.md | Deep: all
快速入门:SKILL.md | 架构详情:reference.md | 操作示例:examples.md | 深度内容:全部文档
Core Concepts
核心概念
5 Mechanisms: Workflow (process), Command (entry), Skill (auto), Agent (delegate), Hook (runtime)
Composition: Commands → Workflows → Agents → Skills
Execution: Parallel by default, UltraThink orchestrates
5种机制:Workflow(流程)、Command(入口)、Skill(自动化能力)、Agent(任务委托)、Hook(运行时钩子)
组成关系:Commands → Workflows → Agents → Skills
执行方式:默认并行执行,由UltraThink进行编排
Related Docs
相关文档
- reference.md: Architecture (5 mechanisms, 5 layers, hooks)
- examples.md: Scenarios (5+ real examples)
- @~/.amplihack/.claude/context/PHILOSOPHY.md: Core principles
- @~/.amplihack/.claude/workflow/DEFAULT_WORKFLOW.md: 23 steps
- @~/.amplihack/.claude/agents/amplihack/: All agents
- @~/.amplihack/.claude/commands/amplihack/: All commands
- @~/.amplihack/.claude/tools/amplihack/hooks/: Hook system
- reference.md:架构说明(5种机制、5层架构、钩子系统)
- examples.md:场景示例(5+真实案例)
- @~/.amplihack/.claude/context/PHILOSOPHY.md:核心原则
- @~/.amplihack/.claude/workflow/DEFAULT_WORKFLOW.md:23步工作流详情
- @~/.amplihack/.claude/agents/amplihack/: 所有Agent定义
- @~/.amplihack/.claude/commands/amplihack/: 所有命令定义
- @~/.amplihack/.claude/tools/amplihack/hooks/: 钩子系统实现