trello
Installation
SKILL.md
Trello
Integrate with Trello for project management. Use when you need to: (1) create and manage Trello cards, (2) organize tasks in lists and boards, or (3) automate project tracking workflows.
Input
Provide input as JSON:
{
"board_name": "Name of the Trello board to create or manage",
"list_names": "Comma-separated list names to create (e.g., To Do, In Progress, Done)",
"card_title": "Title for the card to create",
"card_description": "Description for the card"
}