Plugin Claude Code
Plugin marketplace listing 1 plugin: open-kioku.
Plugin Claude Code
Plugin marketplace listing 1 plugin: open-kioku.
Plugin Claude Code
Local-first code intelligence for AI agents — code search, symbol resolution, impact analysis, dependency graphs, and context packs from a local Open Kioku index. No hosted index or embeddings API required.
Agent
A subagent that uses Open Kioku to answer questions about the codebase with precision. Invoke when asked to explain code, find usages, trace a bug, or assess the impact of a change.
Cursor rule
Require blast-radius check before any rename, deletion, or interface change.
Cursor rule
Require Open Kioku search before editing unfamiliar code.
Cursor rule
Require patch validation before applying any proposed code change.
Cursor rule
Use when navigating a codebase, searching for symbols, tracing definitions, analyzing change impact, or planning refactors. Requires the repository to be indexed with ok index . first.
Skill Claude CodeCodex
Use Open Kioku to search code, resolve symbols, trace blast radius, and build context packs. Invoke before editing unfamiliar code, investigating a bug, or planning a refactor.
MCP server Claude CodeCodexCursor +2
MCP server "open-kioku" as configured in shivyadavus/open-kioku. Launched with ok mcp serve --repo ..