canvas-design.json 804 B

123456789101112131415161718192021
  1. {
  2. "id": "canvas-design",
  3. "name": "canvas-design",
  4. "description": "Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.",
  5. "steps": [
  6. {
  7. "id": 1,
  8. "name": "Design Philosophy Creation (.md file)",
  9. "description": "Design Philosophy Creation (.md file)",
  10. "type": "instruction"
  11. },
  12. {
  13. "id": 2,
  14. "name": "Express by creating it on a canvas (.pdf file or .png file)",
  15. "description": "Express by creating it on a canvas (.pdf file or .png file)",
  16. "type": "instruction"
  17. }
  18. ],
  19. "inputs": [],
  20. "outputs": []
  21. }