JNHFlow21/claude-certified-architect-foundations-study-notes
Claude Certified Architect Foundations study notes covering Claude Code, MCP, prompt engineering, structured output, and context management across Domains 1-5.
Platform-specific configuration:
{
"mcpServers": {
"claude-certified-architect-foundations-study-notes": {
"command": "npx",
"args": [
"-y",
"claude-certified-architect-foundations-study-notes"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
这是一个基于 Claude Certified Architect (Foundations) 学习过程沉淀出来的学习仓库。
这个仓库聚焦 Claude Certified Architect Foundations、Claude Code、MCP(模型上下文协议)、Prompt Engineering(提示工程)、Structured Output(结构化输出)、Context Management(上下文管理) 等核心考试主题,适合用来做系统化复习、考前冲刺与 domain(领域) 导航。
灵感来源于这条 X(Twitter)推文中的 domain(领域)提示词:
这个仓库不是对推文内容的逐字转录,而是基于那条推文提供的 domain 提示词骨架,结合实际教学过程,逐个 domain 展开出的完整学习资料。
mindmap
root((Claude Certified Architect Foundations))
Domain 1
Agentic Architecture & Orchestration
Agentic loops
Multi-agent orchestration
Workflow enforcement
Session state and resumption
Domain 2
Tool Design & MCP Integration
Tool interface design
Structured error responses
tool_choice
MCP server integration
Built-in tools
Domain 3
Claude Code Configuration & Workflows
CLAUDE.md hierarchy
Commands and skills
Path-specific rules
Plan mode vs direct execution
CI/CD integration
Domain 4
Prompt Engineering & Structured Output
Explicit criteria
Few-shot prompting
tool_use with JSON schema
Validation-retry loops
Batch processing
Multi-instance review
Domain 5
Context Management & Reliability
Context preservation
Escalation and ambiguity resolution
Error propagation
Codebase exploration
Human review and confidence calibration
Information provenance| Domain | 主题 | 关键词 | |---|---|---| | Domain 1 | Agentic Architecture & Orchestration(代理式架构与编排) | agentic loops, multi-agent orchestration, workflow enforcement | | Domain 2 | Tool Design & MCP Integration(工具设计与 MCP 集成) | tool descriptions, MCP servers, tool_choice, structured errors
Loading reviews...