Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.07 KB

File metadata and controls

25 lines (21 loc) · 1.07 KB
name skills-index
description Index of all Memoria skills. Use to find the right skill for a task.

Memoria Skills

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

Quick Commands

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