Back to skills
extension
Category: Development & EngineeringNo API key required

Library

Step-by-step guidance for library.

personAuthor: 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