소스 정보
- 저장소
- 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명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? 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.