en un clic
minibot
minibot contient 3 skills collectées depuis sonic182, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Guided wizard for adding a new LLM tool to Minibot. Asks targeted questions then generates all required files: tool class, description .txt, config schema entry, and factory registration. Use when the user wants to add a new tool to minibot/llm/tools/.
Review and refactor Python code to preserve Minibot's mini hex architecture. Use when checking layer boundaries across `minibot.core`, `minibot.app`, `minibot.adapters`, `minibot.llm`, channel handlers, provider/tool integrations, async orchestration, dependency direction, or when a refactor risks moving logic into the wrong layer.
Enforce strict OpenAI function tool JSON schema rules when defining tool parameters