返回 Skill 列表
extension
分类: 开发与工程无需 API Key

Library

图书馆的逐步指南

person作者: jakexiaohubgithub

Library

Build library architectures that are easy to adopt, test, and evolve safely.

When to Use

  • You are creating or refactoring a reusable package/library.
  • You need guidance on API design, versioning, and distribution.

Workflow

  1. Define library scope and non-goals.
  2. Design stable public interfaces and internal boundaries.
  3. Set versioning and deprecation policies.
  4. Add tests, examples, and compatibility checks.
  5. Provide publishing and maintenance guidance.

Output

  • Library architecture and API plan
  • Versioning and release strategy
  • Adoption and maintenance checklist