Agent skill
ai-first-engineering
团队中人工智能代理生成大部分实施输出的工程运营模型。
Install this agent skill to your Project
npx add-skill https://github.com/affaan-m/everything-claude-code/tree/main/docs/zh-CN/skills/ai-first-engineering
SKILL.md
人工智能优先工程
在为由人工智能辅助代码生成的团队设计流程、评审和架构时,使用此技能。
流程转变
- 规划质量比打字速度更重要。
- 评估覆盖率比主观信心更重要。
- 评审重点从语法转向系统行为。
架构要求
优先选择对智能体友好的架构:
- 明确的边界
- 稳定的契约
- 类型化的接口
- 确定性的测试
避免隐含的行为分散在隐藏的惯例中。
人工智能优先团队中的代码评审
评审关注:
- 行为回归
- 安全假设
- 数据完整性
- 故障处理
- 发布安全性
尽量减少花在已由自动化覆盖的风格问题上的时间。
招聘和评估信号
强大的人工智能优先工程师:
- 能清晰地分解模糊的工作
- 定义可衡量的验收标准
- 生成高价值的提示和评估
- 在交付压力下执行风险控制
测试标准
提高生成代码的测试标准:
- 对涉及的领域要求回归测试覆盖率
- 明确的边界情况断言
- 接口边界的集成检查
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
python-testing
Python testing best practices using pytest including fixtures, parametrization, mocking, coverage analysis, async testing, and test organization. Use when writing or improving Python tests.
golang-patterns
Go-specific design patterns and best practices including functional options, small interfaces, dependency injection, concurrency patterns, error handling, and package organization. Use when working with Go code to apply idiomatic Go patterns.
e2e-testing
Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies.
agentic-engineering
Operate as an agentic engineer using eval-first execution, decomposition, and cost-aware model routing. Use when AI agents perform most implementation work and humans enforce quality and risk controls.
api-design
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
python-patterns
Python-specific design patterns and best practices including protocols, dataclasses, context managers, decorators, async/await, type hints, and package organization. Use when working with Python code to apply Pythonic patterns.
Didn't find tool you were looking for?