documentation-builder.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "id": "documentation-builder",
  3. "name": "文档构建技能",
  4. "description": "帮助生成技术文档,包括 API 文档、用户手册、开发指南、README 等。支持多种文档格式,确保文档清晰、完整、易于理解。",
  5. "steps": [
  6. {
  7. "id": 1,
  8. "name": "**清晰性**",
  9. "description": "**清晰性**: 文档应清晰易懂,避免歧义",
  10. "type": "instruction"
  11. },
  12. {
  13. "id": 2,
  14. "name": "**完整性**",
  15. "description": "**完整性**: 覆盖所有重要功能和场景",
  16. "type": "instruction"
  17. },
  18. {
  19. "id": 3,
  20. "name": "**准确性**",
  21. "description": "**准确性**: 确保文档与代码一致",
  22. "type": "instruction"
  23. },
  24. {
  25. "id": 4,
  26. "name": "**实用性**",
  27. "description": "**实用性**: 提供实际可用的示例",
  28. "type": "instruction"
  29. },
  30. {
  31. "id": 5,
  32. "name": "**可维护性**",
  33. "description": "**可维护性**: 文档应易于更新和维护",
  34. "type": "instruction"
  35. }
  36. ],
  37. "inputs": [],
  38. "outputs": []
  39. }