From Columbus Workflow
Teaches how Columbus CLI works as a local semantic code-context and durable memory system, with references for commands, retrieval, memory (adr, plan, documentation), setup, and agent usage. Use when the user asks how Columbus works, wants to learn Columbus, needs Columbus command examples, asks about search, indexing, memory, ADRs, plans, documentation memories, navigator usage, or says "teach me Columbus".
How this skill is triggered — by the user, by Claude, or both
Slash command
/columbus-workflow:columbusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Teach Columbus as a local code-context system. The expected output is an explanation, lesson, walkthrough, or answer grounded in the bundled references and current CLI help.
Teach Columbus as a local code-context system. The expected output is an explanation, lesson, walkthrough, or answer grounded in the bundled references and current CLI help.
Identify the lesson goal
Explain the core model first
search, show, and graphs retrieve code context.memory records durable knowledge in three kinds: adr (decisions), plan (intended work), and documentation (how things work).memory validate detects drift.--llm returns compact markdown for agents; --json returns machine-readable data.Teach with a reference
references/mental-model.md.references/command-reference.md.references/retrieval-workflows.md.references/memory-model.md.references/setup-and-maintenance.md.navigator, read references/agent-usage.md.Verify live command details when needed
columbus <command> --help before teaching.install, reindex, memory add, memory update, memory remove, import, purge, or uninstall unless the user explicitly asks.Use examples
search --llm, then show or graphs only when needed.--snippets.Close with a check
--help when uncertain.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub orafaelfragoso/agentic-workflow --plugin columbus-workflow