| name | skills-index |
|---|---|
| description | Index of all Memoria skills. Use to find the right skill for a task. |
| Skill | Description |
|---|---|
| Architecture | Workspace layout, traits, tables, config, testing |
| API Reference | REST endpoints, request/response formats, rate limits |
| Deployment | Docker Compose, K8s, env vars, multi-instance, security |
| Plugin Development | Scaffold, test, sign, publish governance plugins |
| Setup | Install Memoria, configure MCP for AI tools |
| Release | Version bump, CI workflows, publish |
| Local Embedding | Build from source, model selection, offline mode |
make check # cargo check + clippy -D warnings (MUST pass)
make test-unit # Unit tests (no DB)
make test # All tests (needs MatrixOne)
make test-e2e # API e2e tests only