manifest.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "internal-comms",
  3. "version": "1.0.0",
  4. "description": "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",
  5. "author": "Teaching AI",
  6. "type": "workflow-plugin",
  7. "workflows": [
  8. {
  9. "id": "internal-comms",
  10. "name": "internal-comms",
  11. "description": "A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).",
  12. "steps": [
  13. {
  14. "id": 1,
  15. "name": "**Identify the communication type** from the request",
  16. "description": "**Identify the communication type** from the request",
  17. "type": "instruction"
  18. },
  19. {
  20. "id": 2,
  21. "name": "**Load the appropriate guideline file** from the `examples/` directory",
  22. "description": "**Load the appropriate guideline file** from the `examples/` directory:",
  23. "type": "instruction"
  24. },
  25. {
  26. "id": 3,
  27. "name": "**Follow the specific instructions** in that file for formatting, tone, and content gathering",
  28. "description": "**Follow the specific instructions** in that file for formatting, tone, and content gathering",
  29. "type": "instruction"
  30. }
  31. ],
  32. "inputs": [],
  33. "outputs": []
  34. }
  35. ]
  36. }