brand-guidelines.json 744 B

123456789101112131415161718192021222324252627
  1. {
  2. "id": "brand-guidelines",
  3. "name": "Anthropic Brand Styling",
  4. "description": "Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.",
  5. "steps": [
  6. {
  7. "id": 1,
  8. "name": "analyze",
  9. "description": "Analyze requirements",
  10. "type": "instruction"
  11. },
  12. {
  13. "id": 2,
  14. "name": "execute",
  15. "description": "Execute skill task",
  16. "type": "instruction"
  17. },
  18. {
  19. "id": 3,
  20. "name": "output",
  21. "description": "Generate output",
  22. "type": "instruction"
  23. }
  24. ],
  25. "inputs": [],
  26. "outputs": []
  27. }