# Claude Code Agent: Blueprint Mode Codex > Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions,... ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent data-ai/blueprint-mode-codex --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent data-ai/blueprint-mode-codex --yes --dry-run ``` --- ## What This Agent Covers Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions,... This TokRepo page is an original install wrapper for the upstream Claude Code agent. It keeps the reusable install path, source SHA, operational profile, and verification command discoverable without republishing the full upstream prompt body. --- ## Operating Profile - Category: Data & AI - Claude Code Templates path: `data-ai/blueprint-mode-codex` - Tools declared upstream: Read, Bash, Grep, Glob, Edit, Write - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent data-ai/blueprint-mode-codex --yes --dry-run ``` Expected installed file: ```text .claude/agents/blueprint-mode-codex.md ``` --- ## Source & License - Source: [davila7/claude-code-templates data-ai/blueprint-mode-codex.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/data-ai/blueprint-mode-codex.md) - Source SHA: `cbe765855bfe9d63b08a7b3177adcedcc5f31f4b` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-blueprint-mode-codex-037e1f88 Author: TokRepo精选