skill-loader
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSkill Loader
Skill Loader
Quick Navigation: Level 1: Quick Start (5 min) → Level 2: Implementation (30 min) → Level 3: Mastery (Extended)
Level 1: Quick Start
Level 1: 快速入门
Core Principles
核心原则
- Best Practices: Follow industry-standard patterns for skill loader
- Security First: Implement secure defaults and validate all inputs
- Maintainability: Write clean, documented, testable code
- Performance: Optimize for common use cases
- 最佳实践:遵循Skill Loader的行业标准模式
- 安全优先:实施安全默认设置并验证所有输入
- 可维护性:编写清晰、带文档、可测试的代码
- 性能:针对常见使用场景进行优化
Essential Checklist
必备检查清单
- Follow established patterns for skill loader
- Implement proper error handling
- Add comprehensive logging
- Write unit and integration tests
- Document public interfaces
- 遵循已确立的Skill Loader模式
- 实施恰当的错误处理
- 添加全面的日志记录
- 编写单元测试与集成测试
- 文档化公共接口
Quick Links to Level 2
通往第二级的快速链接
Level 2: Implementation
Level 2: 实现
Core Concepts
核心概念
This skill covers essential practices for skill loader.
Key areas include:
- Architecture patterns
- Implementation best practices
- Testing strategies
- Performance optimization
本内容涵盖Skill Loader的必备实践。
关键领域包括:
- 架构模式
- 实现最佳实践
- 测试策略
- 性能优化
Implementation Patterns
实现模式
Apply these patterns when working with skill loader:
- Pattern Selection: Choose appropriate patterns for your use case
- Error Handling: Implement comprehensive error recovery
- Monitoring: Add observability hooks for production
在使用Skill Loader时应用以下模式:
- 模式选择:为你的使用场景选择合适的模式
- 错误处理:实施全面的错误恢复机制
- 监控:为生产环境添加可观测性钩子
Common Pitfalls
常见陷阱
Avoid these common mistakes:
- Skipping validation of inputs
- Ignoring edge cases
- Missing test coverage
- Poor documentation
避免这些常见错误:
- 跳过输入验证
- 忽略边缘情况
- 测试覆盖率不足
- 文档质量差
Level 3: Mastery Resources
Level 3: 精通资源
Reference Materials
参考资料
- Related Standards
- Best Practices Guide
- 相关标准
- 最佳实践指南
Templates
模板
See the directory for starter configurations.
templates/查看目录获取初始配置模板。
templates/External Resources
外部资源
Consult official documentation and community best practices for skill loader.
参考Skill Loader的官方文档与社区最佳实践。