How to use Moca itself — what this platform can do and how to ask for it. Covers building and running agents, scheduled/event triggers, long-term memory, Generative UI, the built-in tools, workspace file persistence, and model/reasoning selection. Activate…
aws-samples/sample-multi-agent-orchestration-chat-on-agentcore
SkillsMP has collected 5 skills from aws-samples/sample-multi-agent-orchestration-chat-on-agentcore. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 126
- GitHub forks
- 12
Skills in this repository
Showing 5 of 5 collected skills.
Apply Ousterhout's "deep modules" principle (narrow interface, deep implementation) when designing or refactoring classes and modules. Use when adding new methods to a class, extracting shared logic, or reviewing repository / service code.
Detect semantic drift between documentation and source code. Goes beyond grep-based checks to find meaning-level discrepancies that mechanical tools miss.
Design decisions, implicit rules, and anti-patterns for the Moca project. Covers coding conventions, project structure rationale, and testing guidelines.
UI/UX design rules, Atomic Design placement, design tokens, component conventions, and responsive patterns for the Moca frontend. Use when creating or modifying React components, styling, or layout.