Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

mootx01-ce

mootx01-ce には codedaptive から収集した 9 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
9
Stars
3
更新
2026-07-12
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

substrate-kernel
ソフトウェア開発者

Use this skill when an agent needs to compute a substrate hot-path primitive — SimHash, Hamming distance, OR-reduce, bitwise combinators, Fingerprint256 construction, HammingNN top-K nearest neighbors, BitField bitmap extraction, or a SHA-256 hash. These are byte-identical Swift+Rust implementations behind a conformance-gated CRC. Trigger this skill whenever an agent is about to hand-write any of those operations, or use any bit operation on a Fingerprint256. (The AuditGate write gate lives in SubstrateLib and HLCGenerator in SubstrateTypes — see their skills.) The skill redirects to the existing implementation and prevents re-invention drift the conformance harness would catch in CI.

2026-07-12
substrate-ml
ソフトウェア開発者

Use this skill when an agent needs cold-path or dreaming-driven algorithms — matrix decay, moment summary OR-reduce, Bradley-Terry online weight update, anomaly z-score, information theory (entropy / MI / KL), temporal compression rollups, partial-state recall scoring, FFT for rhythm analysis, NMF factorization, eigenvalue centrality (keystone scoring), audit-log fold for state projection or as-of reads, tier-contribution federation aggregate, or pairing handshake to mint shared hyperplane seeds. All 15 are conformance-gated Swift+Rust byte-identical. Trigger this skill any time an agent is about to write one of those, run a recall query that needs as-of state, compute a population-stat update, or anything dreaming-daemon-shaped. Redirects to the existing implementation.

2026-07-12
substrate-types
ソフトウェア開発者

Use this skill when working with substrate row shape — declaring, serializing, or holding a row without computing on it. Covers Fingerprint256 (the 256-bit four-block container), HLC (hybrid logical clock value), Row / RowLite, LatticeAnchor, AuditEvent (struct shape), MatrixF/C/O/T (storage containers), layout constants (BlockMask, RowBitmaps, BitVector216), TimeRange, and substrate enums (MutationKind, PairingScope, GeneratedByClass, NounType, RowStateValue). Trigger this whenever an agent is about to declare a substrate struct field, define a CloudKit record, write a wire-format encoder, or stub out an audit event. Do NOT trigger for algorithms — those belong to SubstrateKernel or SubstrateML.

2026-07-12
engramkit-product
ソフトウェア開発者

Building product features that USE EngramLib (Swift or Rust). Trigger when product code needs similarity, nearest-neighbor, radius search, or engram aggregation. Trigger on phrases including "EngramLib", "Engram", "find nearest", "Hamming similarity in app code", "recall similar", "build a feature on the substrate", "EngramLib.Session", "engram_kit". Do NOT trigger on kernel implementation, decision records, or substrate engineering maintenance — that is the substrate-engineering skill.

2026-07-10
mootx01-memory
その他コンピュータ職

Use proactively before answering when a task involves memory, "last time", "remember", prior decisions, user preferences, project history, source material, continuity/resume, grounded synthesis, contradiction checks, corpus import, durable writeback, or post-import dreaming through MOOTx01.

2026-07-03
mootx01-memory
その他コンピュータ職

Use proactively before answering when a task involves memory, "last time", "remember", prior decisions, user preferences, project history, source material, continuity/resume, grounded synthesis, contradiction checks, corpus import, durable writeback, or post-import dreaming through MOOTx01.

2026-07-02
mootx01-memory
その他コンピュータ職

Use proactively before answering when a task involves memory, "last time", "remember", prior decisions, user preferences, project history, source material, continuity/resume, grounded synthesis, contradiction checks, corpus import, durable writeback, or post-import dreaming through MOOTx01.

2026-06-29
mootx01-memory
その他コンピュータ職

Use MOOTx01 for prior decisions, user preferences, project history, source-backed recall, corpus synthesis, contradiction checks, session continuity, durable writeback, and post-import dreaming.

2026-06-29
substrate-lib
ソフトウェア開発者

Use this skill when an agent is deciding whether to depend on SubstrateLib or one of its three sub-packages, or is working with the substrate's write path — the nine verbs, the row-state automaton, or the AuditGate write gate. SubstrateLib is the retained orchestration layer of the four-package substrate split; depend on it only if you drive the verbs / row-state machine (today only LocusKit does). For value types, kernels, or ML primitives, depend on SubstrateTypes / SubstrateKernel / SubstrateML directly. Trigger this when adding a SubstrateLib import, writing through AuditGate, or reasoning about verb/row-state mechanics.

2026-06-29