trello-board-resolver

Convert Trello board and role names to IDs using user-configured aliases.

Updated May 19, 2026
One-click install
npx skills add https://github.com/RPAzevedo/WorkMgt-Plugin --skill trello-board-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trello-board-resolver
Source: https://github.com/RPAzevedo/WorkMgt-Plugin/tree/main/skills/trello-board-resolver
Command: npx skills add https://github.com/RPAzevedo/WorkMgt-Plugin --skill trello-board-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of translating Trello board and role names into their respective IDs, eliminating the need for manual lookup and speeding up workflows.

Core Features & Use Cases

  • Automated Name to ID Conversion: Converts Trello board and role names to IDs, enabling efficient skill execution.
  • User Configurable: Uses user-defined aliases in the ~/.claude/work-mgt/config.json for resolution.
  • Use Case: When you need to act on a Trello board or list by its friendly name rather than its ID, this Skill can quickly provide the necessary information.

Quick Start

Use the trello-board-resolver skill with the command 'resolve-board-name Personal Ops doing done'.

Frequently Asked Questions about trello-board-resolver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert Trello board names to IDs automatically?

You resolve Trello board names to IDs by defining aliases in the `~/.claude/work-mgt/config.json` file, which maps your friendly board names to their respective IDs to eliminate manual lookup and speed up workflows.

What is Trello role resolution and when do I need it?

Trello role resolution translates user-friendly role names into their corresponding system IDs, needed when you want to act on Trello boards or lists by their friendly names rather than manually looking up complex identifiers.

How do I set up aliases for Trello board resolution?

To set up aliases for Trello board resolution, populate the `~/.claude/work-mgt/config.json` file with your custom name-to-ID mappings, allowing the resolver to automatically fetch the correct Trello board and role IDs during execution.

Does Trello board resolution work without manual ID lookup?

Yes, Trello board resolution works without manual ID lookup by using your pre-configured aliases to automatically translate friendly board and role names into their respective IDs during skill execution.

What are the limitations of using aliases for Trello name to ID conversion?

The limitation of using aliases for Trello name to ID conversion is that mappings must be manually defined in the `~/.claude/work-mgt/config.json` file beforehand, meaning unmapped board or role names will not resolve without a configuration update.