Toolverse
All skills

moai

by modu-ai

MoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, project, feedback) to specialized agents. Use for any development task from planning to deployment.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
modu-ai
Category
Testing
Views
3

About this skill

MoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, project, feedback) to specialized agents. Use for any development task from planning to deployment.

How to use

  1. Zainstaluj skill MoAI w swoim środowisku Claude, upewniając się, że masz dostęp do repozytorium modu-ai/moai-adk. Skill wymaga dostępu do narzędzi takich jak Bash, odczyt/zapis plików i Git.

  2. Przygotuj swój projekt — upewnij się, że pracujesz w katalogu Git z plikiem konfiguracyjnym .moai/config/config.yaml. MoAI automatycznie odczyta bieżący status repozytorium i gałąź.

  3. Wydaj polecenie w języku naturalnym lub użyj konkretnego subkomendy. Przykłady: "zaplanuj architekturę nowego modułu", "uruchom testy i napraw błędy", "zsynchronizuj zmiany z główną gałęzią" lub bezpośrednio: plan, run, sync, fix, loop, project, feedback.

  4. MoAI automatycznie analizuje złożoność zadania — jeśli projekt ma wiele domen lub plików, uruchamia tryb zespołowy (--team) z równoległymi agentami; dla prostszych zadań używa trybu solo (--solo). Możesz też wymusić tryb ręcznie.

  5. Obserwuj wykonanie — agent raportuje postęp, wykonuje polecenia Bash, modyfikuje kod i zarządza zadaniami. Wszystkie decyzje i ograniczenia bezpieczeństwa pochodzą z pliku moai-constitution.md.

  6. Iteruj — możesz wydawać kolejne polecenia, aby ulepszać kod, dodawać testy, przeglądać zmiany lub czyszczać artefakty. MoAI utrzymuje kontekst całego workflow'u.

Related skills

differential-review

by trailofbits

Performs security-focused differential review of code changes (PRs, commits, diffs). Adapts analysis depth to codebase size, uses git history for context, calculates blast radius, checks test coverage, and generates comprehensive markdown reports. Automatically detects and

Testing
2510

lean4-theorem-proving

by cameronfreer

Use when developing Lean 4 proofs, facing type class synthesis errors, managing sorries/axioms, or searching mathlib - provides build-first workflow, instance management patterns (haveI/letI), and domain-specific tactics

Testing
9108

python-testing-patterns

by wshobson

Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.

Testing
46146

langchain

by zechenzhangAGI

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering

Testing
21123

ad-creative

by alirezarezvani

When the user needs to generate, iterate, or scale ad creative for paid advertising. Use when they say 'write ad copy,' 'generate headlines,' 'create ad variations,' 'bulk creative,' 'iterate on ads,' 'ad copy validation,' 'RSA headlines,' 'Meta ad copy,' 'LinkedIn ad,' or

Testing
2863

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145