Claude-skill-registry code-architect

Use when asked for an architecture blueprint or explicitly asked to run the code-architect subagent.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/code-architect" ~/.claude/skills/majiayu000-claude-skill-registry-code-architect && rm -rf "$T"
manifest: skills/data/code-architect/SKILL.md
source content

Code Architect Subagent

Use the

code-architect
agent card to handle this specialized task.

Run

codex-subagent code-architect <<'EOF'
[Provide the task context, scope, and any issue/PR numbers.]
EOF

Notes

  • Include concrete scope and constraints in the context block.
  • Fold the subagent output back into the main workflow.