Skip to main content
matrixorigin
GitHub 제작자 프로필

matrixorigin

8개 GitHub 저장소에서 수집된 41개 skills를 저장소 단위로 보여줍니다.

수집된 skills
41
저장소
8
업데이트
2026년 9월 3일
저장소 탐색

저장소와 대표 skills

api-reference
소프트웨어 개발자

Memoria REST API endpoints, request/response formats, auth, rate limits. Use when calling or implementing API endpoints.

2026년 8월 14일
thememoria
기타 컴퓨터 관련 직업

Use Memoria as OpenClaw's durable memory slot. Triggers: "remember this", "save to memory", "what do you remember", "continue from last time", "forget this", "correct memory", "take a snapshot", "rollback memory", "branch memory", "merge memory", "use…

2026년 4월 21일
setup
소프트웨어 개발자

Install Memoria and configure MCP for AI tools (Kiro, Cursor, Claude Code, Codex, Gemini CLI). Decision tree for Cloud vs self-hosted mode, database, embedding provider. Use when helping users set up Memoria.

2026년 3월 25일
deployment
네트워크·컴퓨터 시스템 관리자

Deploy Memoria with Docker Compose or Kubernetes. Environment variables, multi-instance setup, security. Use when deploying or configuring Memoria.

2026년 3월 23일
architecture
소프트웨어 개발자

Memoria codebase structure, workspace layout, key traits, database tables, config patterns, and testing conventions. Use when navigating or modifying Memoria code.

2026년 3월 20일
memoria-memory
기타 컴퓨터 관련 직업

Use Memoria for durable user/project memory in OpenClaw. Triggers: "remember this", "save to memory", "what do you remember", "forget this", "correct memory", "update memory", "use memoria".

2026년 3월 19일
memoria-recovery
기타 컴퓨터 관련 직업

Recover from accidental memory loss with snapshots and rollback. Triggers: "restore memory", "rollback memory", "undo deleted memory", "recover deleted memory", "take a memory snapshot".

2026년 3월 19일
local-embedding
소프트웨어 개발자

Run embedding on-device with ONNX Runtime. Build from source, model selection, offline mode. Use when setting up local embedding without an API key.

2026년 3월 18일
수집된 skill 10개 중 8개를 표시합니다.
audit-cloud-sync
네트워크·컴퓨터 시스템 관리자

Audit Astra edge/cloud synchronization using local journals/checkpoints and current MatrixOne projection tables. Use for event ingestion gaps, restore/checkpoint mismatch, Work projection drift, and skill/learning visibility issues.

2026년 9월 3일
verify-task
소프트웨어 품질 보증 분석가·테스터

Verify completed Astra work with evidence. Uses canonical Work criteria and checks when present; otherwise derives targeted gates from the diff and changed behavior.

2026년 9월 3일
analyze-session
소프트웨어 개발자

Analyze a current or past Astra session from structured runtime observation, with journal digests and debug artifacts as targeted forensic fallbacks. Use for stalls, tool failures, compaction, token/context pressure, guard escalation, and error cascades.

2026년 9월 2일
review-changes
소프트웨어 품질 보증 분석가·테스터

Signal-driven code review of uncommitted changes, branch diffs, commits, or PR diffs. Findings first; focus on bugs, regressions, data loss, security, API breakage, and missing tests.

2026년 9월 2일
review-changes
소프트웨어 품질 보증 분석가·테스터

Signal-driven code review of uncommitted changes, branch diffs, commits, or PR diffs. Findings first; focus on bugs, regressions, data loss, security, API breakage, and missing tests.

2026년 9월 2일
astra-dev
소프트웨어 개발자

Programmatic Astra engineering workflow for non-trivial code changes. Use when touching Rust crates under crates/, runtime/server lifecycle, turn/tool/prompt behavior, skills, delegation, session journal, MatrixOne state, CLI, deployment scripts, or when…

2026년 7월 19일
optimize-prompt
소프트웨어 개발자

Analyze and reduce Astra prompt/context bloat across system prompt, tool surface, history, skills, and budget pressure using session digest plus prompt checkpoints.

2026년 7월 19일
review-code
소프트웨어 품질 보증 분석가·테스터

Test-quality review skill for unhappy paths, real assertions, DB/E2E coverage, lifecycle edges, and production-grade verification gaps.

2026년 7월 19일
수집된 skill 10개 중 8개를 표시합니다.
mo-dev
소프트웨어 개발자

Develop and validate MatrixOne kernel changes with design-first gates, first-principles invariants, risk-proportional evidence, deterministic UT/BVT, and repository-specific CGo, operator/pipeline, planner, and index-plugin workflows. Use for MatrixOne…

2026년 8월 31일
mo-dev
소프트웨어 개발자

MatrixOne database kernel development - first-principles, performance-aware change design; controlled local CGo build/test setup; complete test matrices; counterexample-driven white-box/black-box validation; hung-test diagnosis; GPU builds (MO_CL_CUDA=1 /…

2026년 8월 31일
mo-self-review
소프트웨어 품질 보증 분석가·테스터

Review MatrixOne changes before push or as an external PR reviewer using one complete change map, design-first gates, risk-routed first-principles analysis, functional/unhappy-path closure, and reusable validation evidence. Use for pre-push review, PR/deep…

2026년 8월 25일
mo-bug-triage
소프트웨어 개발자

Systematic MatrixOne kind/bug lifecycle triage — intake normalization with `needs-triage`, conservative promotion to active severity (`severity/s-1`, `severity/s0`, `severity/s1`), immediate downgrade to `deferred` with explanatory comments, optional…

2026년 8월 17일
mo-self-review
소프트웨어 품질 보증 분석가·테스터

Pre-push self-review gate for MatrixOne changes — systematic first-principles review of the complete diff, including functional closure, unhappy paths, state/ownership models, wait-for dependencies, restart/reuse generations, and derived test matrices. Use…

2026년 8월 17일
mo-bug-triage
소프트웨어 개발자

Systematic MatrixOne kind/bug lifecycle triage — intake normalization with `needs-triage`, conservative promotion to active severity (`severity/s-1`, `severity/s0`, `severity/s1`), immediate downgrade to `deferred` with explanatory comments, optional…

2026년 8월 2일
unhappy-path-audit
소프트웨어 개발자

Full-codebase MatrixOne unhappy-path audit for leak, double cleanup, hung, and OOM risks using the Q1-Q3 framework plus ownership and wait-for graphs. Use for resource lifecycle, cancellation/close/fail-fast paths, goroutines, locks/channels/RPC waits,…

2026년 8월 2일
benchmark
소프트웨어 개발자

Run TPC-H or TPC-DS benchmarks on Super Sirius or DuckDB CPU baseline — generate data, execute queries, validate results, and compare timings. Trigger when the user mentions benchmarking, TPC-DS, TPC-H, performance testing, query runtimes, or wants to compare…

2026년 4월 10일
dataset-manager
소프트웨어 개발자

Use this skill to generate benchmark datasets (TPC-H, TPC-DS, etc.). Trigger when the user needs test data at a specific scale factor for benchmarking or testing. Supports parquet and duckdb output formats.

2026년 4월 10일
module-discover
소프트웨어 개발자

Discover and document a dependency library or submodule — analyzes all uses within the codebase, divides the library into logical modules, identifies which modules are used, and generates LLM-consumable API documentation for each module. Use when the user…

2026년 4월 3일
profile-analyzer
소프트웨어 개발자

Use this skill to understand why a Sirius query is slow, identify GPU bottlenecks, or detect performance regressions. Generates reports with kernel occupancy, memory bandwidth, operator attribution, and cross-run comparisons. Trigger when the user mentions…

2026년 4월 3일
build-errors
소프트웨어 개발자

Use this skill when the build fails, compilation errors occur, or you see undefined references, linker errors, CUDA compilation issues, missing headers, or template instantiation failures. Analyzes errors, suggests fixes, and iteratively rebuilds until…

2026년 4월 3일
optimization-advisor
소프트웨어 개발자

Use this skill to find exactly which source code to optimize for better GPU performance. Maps nsys profile hotspots to specific Sirius source files and functions, classifies bottlenecks as GPU-bound, CPU-bound, or sync-bound, and recommends actionable code…

2026년 4월 3일
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다