AI Tech Lead Skill — AI skill for Claude Code
AI technical lead operating standards for Codex, Claude Code, and compatible Agent Skills.
How to install AI Tech Lead Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open hhu122392/ai-tech-lead-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Tech Lead Skill does
AI technical lead operating standards for Codex, Claude Code, and compatible Agent Skills.
Alternatives in AI
- SEO Geo Claude Skills — 20 SEO & GEO skills for Claude Code, Cursor, Codex, and 35+ AI agents 888 ★
- Karpathy LLM Wiki — Agent Skills-compatible LLM wiki for Claude Code, Cursor, and Codex 618 ★
- Wechat Acp — Bridge WeChat chat messages to any ACP-compatible AI agent (Claude, Codex, Copilot, Qwen, Gemini, OpenCode and 488 ★
README
AI Tech Lead Skill
一套面向 **Codex、Claude Code 及其他兼容 Agent Skills 的编码 Agent** 的“AI 技术总监工作标准”。
它不重新实现多 Agent 调度器,也不提供 GUI、MCP 或进程管理。它假设主 Agent 已经能够使用原生子 Agent,或通过终端调用其他编码 Agent;本 Skill 只负责把下面这件事标准化:
由能力更强的主 Agent 承担需求理解、技术方案、任务拆分、派工、测试、代码审查、集成与最终兜底;由成本更低或能力稍弱的执行 Agent 完成边界明确、可独立验证的编码工作。
核心规则
- 没有验收标准,不得派工。
- 不把模糊问题直接丢给执行 Agent,只下发已经定义清楚的工程任务。
- 一个文件同一时间只能有一个写入负责人;并行写任务必须隔离。
- 执行 Agent 的“已完成/测试通过”只是报告,不是验收结论。
- 主 Agent 必须检查最终 Diff,并在集成后的最终工作区独立重跑必要测试。
- 中高风险任务必须有独立审查;高风险架构和核心决策不得外包给较弱模型。
- 只有主 Agent 有权宣布任务完成,并对最终质量负责。
包含内容
ai-tech-lead-skill-v1.0.0/
├── ai-tech-lead/ # 可直接安装的 Skill 目录
│ ├── SKILL.md
│ ├── references/ # 派工、测试、审查、验收等详细标准
│ ├── assets/ # 可复用模板与项目规则片段
│ ├── examples/ # 完整示例
│ └── agents/openai.yaml # Codex / ChatGPT Work 元数据
├── integrations/
│ ├── codex/ # 可选 Codex 自定义 Agent 角色
│ ├── claude-code/ # 可选 Claude Code 子 Agent 角色
│ └── pi/ # Pi 与其他外部 Agent 调用前置检查
├── evals/ # Skill 行为验收用例
├── install.ps1 # Windows 安装脚本
├── install.sh # macOS / Linux / WSL 安装脚本
└── validate.py # 包结构与引用校验
Windows 快速安装
在解压目录中打开 PowerShell:
# 安装到当前用户,同时供 Codex 和 Claude Code 使用
powershell -ExecutionPolicy Bypass -File .\install.ps1 -Scope User -Target Both
# 安装到指定项目,并同时安装可选 Agent 角色模板
powershell -ExecutionPolicy Bypass -File .\install.ps1 `
-Scope Project `
-ProjectPath "D:\path\to\your-project" `
-Target Both `
-InstallAgentProfiles
已存在同名 Skill 时,增加 `-Force` 覆盖。 覆盖安装会先保留旧版本备份;可先加 `-DryRun` 只查看目标,不写入文件。
macOS / Linux / WSL 快速安装
chmod +x install.sh
# 用户级安装
./install.sh --scope user --target both
# 项目级安装,并安装可选 Agent 角色模板
./install.sh \
--scope project \
--project /path/to/project \
--target both \
--agents
已存在同名 Skill 时,增加 `--force` 覆盖。 覆盖安装会先保留旧版本
Related Skills
Mission Control
Local web cockpit orchestrating three AI coding engines — Claude Code (tech lead), GLM-5.3-Flash via z.ai (jun
Resume Builder
Agent skill that crafts and audits technical resumes. Eliminates generic AI buzzwords using deterministic lint
AI Business Builder Agents
A multi-agent plugin for Claude Code that helps non-technical founders build AI-powered businesses from idea t
AI Tech Task Solver Chrome Extension
Simple Chrome extension that uses AI (OpenAI GPT-4 Vision, Anthropic Claude) to analyze web page screenshots,
Tech SEO Toolkit
A Claude Code (AI agent) skill that audits & fixes the technical SEO of any existing website — JSON-LD schema,
Mnemos
Production-grade memory operating system for agentic AI. Interoperates with every major framework via MCP, Ope
Related Agents
Independent Reviewer
Product-technical alignment reviewer. Spawned in a tmux pane via OpenAI Codex CLI with zero inherited context.
Tech Lead Architect
Design implementation approaches, research best practices, evaluate technology choices, architect solutions. U
Tech Lead Reviewer
Use this agent when you need senior technical leadership perspective on code changes, architectural decisions,