Skip to main content

ix-tutorial

Explain how to use the Ix Memory Codex plugin, including $-prefixed skill invocation, when to use a specific skill, and example prompts for common workflows.

설치로 이동

소스 정보

저장소
ix-infrastructure/ix-codex-plugin
최근 소스 활동
2026년 6월 3일 05:27
감지된 SKILL.md 언어
영어
스타
2
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
ix-tutorial
description
Explain how to use the Ix Memory Codex plugin, including $-prefixed skill invocation, when to use a specific skill, and example prompts for common workflows.
argument-hint
["optional topic or workflow"]
Do not run `ix` commands, read files, or inspect the repo. This skill is usage guidance only. ## Goal Explain how to use the Ix Memory plugin inside Codex in the way Codex currently supports: - `$`-prefixed skill invocation - plain-language task text after the skill name - raw `ix` commands only for exact lookups Be explicit that local Codex plugins may not expose reliable slash-command popups or `/skill` autocomplete. Prefer `$ix-*` prompts the user can paste directly into chat. ## Output If `$ARGUMENTS` is empty, return a short tutorial with: - one sentence on what the plugin does - one sentence saying Codex skills are invoked with `$skill-name` - one sentence saying users can add plain-language task text after the skill name - one sentence saying raw `ix` commands are best for exact symbol/file lookups - 5-7 example prompts Use this example set, adapted only if the user asked for a narrower topic: - `$ix-help how does the auth subsystem work?` - `$ix-understand this repo` - `$ix-investigate IxClient` - `$ix-impact Ix/ix-cli/src/client/api.ts` - `$ix-plan session_start.py common.py` - `$ix-debug ContextService query flow` - `Run ix locate IxClient --format llm.` If `$ARGUMENTS` is non-empty, tailor the tutorial to that workflow. Keep it concise: - answer the user's usage question directly - recommend the best starting skill or raw command - give 2-4 copy-paste example prompts If the user asks about slash commands, say they are not the reliable primary UX for this local plugin setup and `$skill-name` prompts are the recommended path.
GitHub에서 보기