docs/zh-CN/skills/ai-first-engineering/SKILL.md
团队中人工智能代理生成大部分实施输出的工程运营模型。
npx skillsauth add niloykumarbarman/EVERYTHING-CLAUDE-CODE ai-first-engineeringInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
在为由人工智能辅助代码生成的团队设计流程、评审和架构时,使用此技能。
优先选择对智能体友好的架构:
避免隐含的行为分散在隐藏的惯例中。
评审关注:
尽量减少花在已由自动化覆盖的风格问题上的时间。
强大的人工智能优先工程师:
提高生成代码的测试标准:
tools
惯用的Kotlin模式、最佳实践和约定,用于构建健壮、高效且可维护的Kotlin应用程序,包括协程、空安全和DSL构建器。
development
Ktor 服务器模式,包括路由 DSL、插件、身份验证、Koin DI、kotlinx.serialization、WebSockets 和 testApplication 测试。
data-ai
JetBrains Exposed ORM 模式,包括 DSL 查询、DAO 模式、事务、HikariCP 连接池、Flyway 迁移和仓库模式。
tools
Kotlin协程与Flow在Android和KMP中的模式——结构化并发、Flow操作符、StateFlow、错误处理和测试。