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.

Ir a la instalación

Datos de origen

Repositorio
ix-infrastructure/ix-codex-plugin
Última actividad en el origen
3 de junio de 2026 a las 05:27
Idioma detectado de SKILL.md
inglés
Estrellas
2
Forks
1

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
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.
Ver en GitHub