amplihack-expert

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

amplihack 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

核心命令

CommandPurposeUse When
/ultrathinkWorkflowNon-trivial dev
/analyzeReviewCheck compliance
/fixFixesCommon errors
/amplihack:ddd:*Doc-drive10+ files
命令用途使用场景
/ultrathink工作流管理复杂开发任务
/analyze代码评审合规性检查
/fix问题修复常见错误处理
/amplihack:ddd:*文档驱动涉及10个以上文件的场景

Top Agents

核心Agent

AgentRole
architectDesign
builderCode
reviewerQuality
testerTests
Agent职责
architect架构设计
builder代码编写
reviewer质量管控
tester测试执行

Workflows

工作流

NameSteps
DEFAULT_WORKFLOW23
INVESTIGATION6
FIX3
名称步骤数
DEFAULT_WORKFLOW23
INVESTIGATION6
FIX3

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/: 钩子系统实现