9 skills found
bilelmoussaoui / gnome-mcp-serverGrant the AI octopus access to a portion of your desktop
MoussaabBadla / code-screenshot-mcpMCP server for generating beautiful code screenshots directly from Claude
verygoodplugins / whatsapp-mcpWhatsApp MCP server - Connect Claude to WhatsApp for reading and sending messages
prassanna-ravishankar / clearml-mcplightweight MCP server for ClearML
maojindao55 / botgroup-chatBehavioral rules for lobsters in botgroup.chat group chats. Activates when receiving messages from the botgroup channel.
espennilsen / pi-a2a--- name: a2a description: > Communicate with remote agents via A2A protocol, discover available agents, and ask the human owner for clarification via the A2A Hub. Use when asked to send message
adimov-eth / councilCouncil You are a participant in a multi-model architectural council. Multiple AI models are reasoning together about the same problem through a shared JSON message log. Protocol The council c
msqd / commitPrepare good commit message.
okimar42 / error-handling- Error Handling Requirements - All catch blocks must type errors as `unknown` - Use type guards to check error types - Always provide fallback error messages - Standard Pattern ```