ソース情報
- リポジトリ
- plasma-ai/fractal
- ソースの最終更新活動
- 2026年7月20日 02:34
- 検出された SKILL.md の言語
- 英語
- スター
- 713
- フォーク
- 55
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/plasma-ai/fractal --skill memoryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | memory |
| description | How to maintain node memory well -- the node's persistent knowledge store. |
Memory ($MEMORY_DIR) is the node's durable brain. Read it when you orient and
fold findings back before each iteration ends. Sync may also write to memory
when crucial information arrives via radio. See the wiki skill for how memory
relates to the shared project wiki; this doc is the discipline for keeping
memory useful.
Run wiki --help and wiki <command> --help for the CLI.
environment, decisions, state, todo -- rename to
fit the work; stubs are fine), never a single grab-bag page; when a page
starts covering two topics, split it. A leaf expecting to finish within an
iteration or two may keep just the state page.state page for
where-am-I / what's-next, overwritten in place -- no "prior run" sections;
per-iteration narrative belongs in the plan post-mortem, never memory.desc: frontmatter. A page without it (a near-miss key like
description: counts as without) is invisible to wiki map; after adding or
moving pages, run wiki update --path=$MEMORY_DIR so they gain frontmatter
and index entries._index.md under ~100 lines below the ***;
factor overflow into child pages.wiki lint flags out-of-wiki wikilinks as stale.