From odin-native
Use when working in Odin repositories where semantic accuracy matters. Prefer ols LSP tools for hover, definitions, references, symbols, diagnostics, and code actions, and odin/odinfmt tools for check, build, test, vet, and formatting preview.
How this skill is triggered — by the user, by Claude, or both
Slash command
/odin-native:odin-nativeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this skill for non-trivial Odin code reading, editing, refactoring, debugging, and review.
Use this skill for non-trivial Odin code reading, editing, refactoring, debugging, and review.
ols language-server lookups, and compiler-backed checks.ols hover, definition, references, document symbols, workspace symbols, diagnostics, and code actions.odin check, vet-style check, test, and build tools with JSON diagnostics.odinfmt preview without rewriting files.ols.json, odin.json, .git, or Odin source files.odin_environment once to confirm odin, ols, and odinfmt availability.odin_lsp_hover for symbol/type information.odin_lsp_definition before following a symbol by text search.odin_lsp_references for semantic references.odin_lsp_document_symbols and odin_lsp_workspace_symbols for compact navigation.odin_lsp_diagnostics before odin_lsp_code_actions when asking for quick fixes on a problematic range.odin_lsp_code_actions when fixes may be available.odin_check for parser and type-checking, with JSON errors enabled.odin_vet_check for stricter style and vet checks.odin_test for package tests.odin_format_preview for non-mutating formatting output.max_items and max_chars low until more detail is needed.odin strip-semicolon or odinfmt -w unless the user explicitly asks for a mutating format pass.wait_ms around 1500 for cold odin_lsp_diagnostics calls; subsequent calls can usually use lower waits.The LSP tools accept 1-based line and 1-based character values. The MCP server converts them to zero-based LSP positions internally and clamps invalid values to zero.
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 eduardosantos1989/odin-native --plugin odin-native