ソース情報
- リポジトリ
- QuixiAI/Hexis
- ソースの最終更新活動
- 2026年8月29日 20:27
- 検出された SKILL.md の言語
- 英語
- スター
- 610
- フォーク
- 82
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/QuixiAI/Hexis --skill core-memoryコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Search, read, create, and comment on GitHub issues through the GitHub MCP server.
Analyze a local recording for speakers and label timestamped transcript segments without uploading audio
Run programs, shell commands, and scripts — compile and execute code, test programs in installed languages, work with files in the workspace
SOC 職業分類に基づく
SKILL.md を表示中
| name | core-memory |
| description | Semantic recall, exact cross-session search, remembering, and normal continuity |
| category | system |
| requires | {"tools":["recall","search_history","remember"]} |
| contexts | ["heartbeat","chat"] |
| bound_tools | ["recall","recall_at_time","diff_memory_history","search_history","remember","add_evidence","belief_history","open_memory","search_documents","open_document","open_documents","load_documents","search_document_chunks","open_document_chunk","load_document_chunks","list_desk","open_desk_item","pin_desk_item","unpin_desk_item","clear_desk","sense_memory_availability","read_journal","write_journal","search_journal","manage_goals","manage_schedule","manage_responsibility","manage_backlog","manage_operator_policies","list_document_fade_requests","resolve_document_fade","associate","[Truncated]"] |
Use this skill for ordinary continuity: recalling relevant memories, opening exact source material, storing new experiences, maintaining goals, consulting the permanent journal, and resolving pending document-fade approvals.
sense_memory_availability for a cheap check when unsure whether memory is likely to help.recall for targeted retrieval. Prefer specific queries over broad ones.recall_at_time when the user asks what was known "as of" a past instant,
and diff_memory_history when they ask what changed between two times or why.search_history for exact names, phrases, or details from earlier
sessions, especially when semantic recall is weak or embeddings are unavailable.search_documents for files or
search_document_chunks for citable passages -> open_document /
open_document_chunk for read-only inspection -> load_documents /
load_document_chunks (with a reason) when the material must stay
searchable -> search_history with sources=["desk"] while reasoning ->
open_desk_item to scroll long items -> cite the document/chunk/page
handle. Run list_desk first -- do not re-load what is already on the
desk. pin_desk_item what stays actively needed; clear_desk when done
(cleared items archive; sources stay in the cabinet).remember when a durable fact, event, preference, promise, or decision should persist.manage_responsibility; use manage_schedule only for simple timed reminders that observe nothing.manage_operator_policies to list standing instructions or revoke one only when the verified operator explicitly asks. A replacement is a revoke followed by the operator stating the new standing instruction.