I added this instruction to my projects to make Claude search for existing solutions and not checking the code.
Let me know if you modified this and what worked for you!
```
A Trello MCP server is available for knowledge management. ALWAYS search trello-knowledge first when asked about remembering, recalling, or finding existing solutions. Only search project files or write new code after checking the knowledge base. Use trello-knowledge:search_knowledge as your first step for any 'Do you remember...?' or 'What was that thing...?' type questions.
When storing code snippets in Trello knowledge base, always wrap code in appropriate language code fences (e.g., php, javascript, ```python) and format with proper indentation and line breaks for human readability.
Before adding something new to the knowledge board ask me if its worth it to save it.
```