Start with tt-a1i/archify if you ever have to explain a system redesign in a meeting. You feed it a structured description of the system and get an interactive HTML or SVG diagram, and its snapshot comparison shows exactly which components and connections changed between two versions. A sensible first try: describe the current setup and the proposed one, generate both diagrams, and put the diff on screen when you walk the team through the change, so nobody has to guess what moved.

Rion-Wu-tech/wechat-intelligence-hub solves a different itch: remembering what was actually said. With your authorization it reads your local WeChat chats and produces a daily report of pending replies, promises you made, business leads, and contacts worth reconnecting with. You can also just ask in plain language where a conversation left off. Full chat history needs local database access configured first. Once connected, generate a daily report for a familiar conversation and check it against the original messages. A single question can also be answered directly; it does not have to produce a report.

If your coding agent keeps building the wrong thing, mattpocock/skills is the lighter fix. It installs a skill that makes the agent ask detailed questions before touching code. Pair it mentally with DietrichGebert/ponytail, which instead constrains agents after they start working, pushing them to reuse existing code and keep validation in place. Try a small task with a vague requirement: see which questions the agent asks, then check whether it changed any unrelated code.