architecture-design
系统架构设计方法论,包含架构模式选择、系统分层、目录结构设计
技术规范和最佳实践,确保代码质量和一致性
$ npx -y skills add echoVic/boss-skill --skill technical-standards --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/technical-standardsContext preview
The summary Claude sees to decide when to auto-load this skill.
技术规范和最佳实践,确保代码质量和一致性
name: tech-lead/technical-standards description: 技术规范和最佳实践,确保代码质量和一致性 version: 1.0.0 agent: tech-lead type: guideline user-invocable: false agent-invocable: true dependencies: - shared/tech-stack-detection triggers: - 需要定义技术规范时 - 需要统一代码风格时
| 类型 | 规范 | 示例 | |------|------|------| | 变量 | camelCase | `userName`, `isActive` | | 常量 | UPPER_SNAKE_CASE | `MAX_COUNT`, `API_URL` | | 函数 | camelCase | `getUserById`, `calculateTotal` | | 类 | PascalCase | `UserService`, `OrderController` | | 文件 | kebab-case | `user-service.ts`, `order-controller.ts` |
Languages / 语言 / 言語 / 언어 / Idiomas / Langues: English · 中文 · 日本語 · 한국어 · Español · Français · Português Boss is an auditable agent-team workflow for coding agents.
Repo: echoVic/boss-skill
系统架构设计方法论,包含架构模式选择、系统分层、目录结构设计
数据模型和API设计方法论,包含ERD设计、数据字典、RESTful API规范
后端API开发方法论,包括RESTful/GraphQL设计、请求验证、错误处理和安全实现
后端测试编写指南,包括单元测试、集成测试和E2E测试的编写方法和最佳实践
需求澄清 Skill。当用户只给了模糊描述时自动触发,通过业务提问把一句话翻译成完整需求,交给 Boss 流水线执行。 Triggers: '我想做一个', '帮我做', '有个想法', 'brainstorm', '帮我规划一下', '做个XX', 'I want to build' Does NOT…