codex-architectlisted
Install: claude install-skill hmj1026/dhpk
# Codex Architect Skill (Third Brain)
## Trigger
- Keywords: architecture design, solution evaluation, tech selection, third brain, Codex advice, design consulting, ask Codex, second opinion
## When NOT to Use
- Code implementation (use /codex-implement)
- Code review (use /codex-review)
- Deep discussion/exhaustive exploration (use /codex-brainstorm)
## Usage
```bash
/codex-architect "<question>"
/codex-architect "Evaluate this design" --context src/xxx.ts --mode review
/codex-architect "Redis vs MongoDB?" --mode compare
```
## Modes
| Mode | Purpose | When |
| ------- | ----------------------- | -------------------------- |
| design | Provide design advice | Starting from scratch (default) |
| review | Evaluate existing design | Validate solution, find issues |
| compare | Compare multiple options | Tech selection |
## Core Principle
```
User -> Claude -> Codex -> Integrate
| | |
Initial thinking Third perspective Combined advice
```
## Codex Prompt Template
When using `mcp__codex__codex`, must include the following:
```typescript
mcp__codex__codex({
prompt: `You are a senior architect. Please provide architecture advice for the following question.
## Question
${QUESTION}
## Mode
${MODE} (design/review/compare)
## IMPORTANT: You must independently research the project
Before providing architecture advice, you **must** perform the following research:
### Research Step