PostToolUse
01Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing docs-build-check.sh and py-typecheck-flag.sh (2 commands). From cocoindex-io/cocoindex.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, executing docs-build-check.sh and py-typecheck-flag.sh (2 commands). From cocoindex-io/cocoindex.
Hook Claude Code
Runs when the agent finishes a response, executing docs-build-run.sh and py-typecheck-run.sh (2 commands). From cocoindex-io/cocoindex.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop).
Instructions file CodexOpenCode
AGENTS.md instructions for cocoindex-io/cocoindex, covering agents.md, build and test commands, building, testing and code formatting and linting.
Instructions file
Instructions for cocoindex-io/cocoindex, a project described as: Incremental engine for long horizon agents 🌟 Star if you like it!
Skill Claude CodeCodex
This skill should be used when creating, editing, or reviewing inline SVG diagrams for the CocoIndex docs site (anything under docs/src/content/docs/). It encodes the component-based primitive system under docs/src/components/diagrams/, the palette + shape semantics, the preview-and-verify loop using headless Chrome…
Skill Claude CodeCodex
This skill should be used when creating a new target connector for CocoIndex to integrate with external systems. It provides guidance on implementing TargetHandler, TargetActionSink, and related types for declarative target state synchronization with change detection and automatic cleanup.
Skill Claude CodeCodex
This skill should be used when upgrading the cocoindex package version in all example pyproject.toml files. It uses regex-based sed commands to efficiently update version constraints across multiple files at once.
Skill Claude CodeCodex
This skill should be used when building data processing pipelines with CocoIndex, a Python library for incremental data transformation. Use when the task involves processing files/data into databases, creating vector embeddings, building knowledge graphs, ETL workflows, or any data pipeline requiring automatic change…
Plugin Claude Code
AST-based semantic code search for Claude Code, Grok, Cursor, and any skill-compatible coding agent — install in one command.
Plugin Claude Code
AST-based semantic code search via the ccc CLI. Bundles the ccc skill; Grok installs also activate a SessionStart index hook and MCP server (disable either for skill-only).
MCP server Claude CodeCodexCursor +2
MCP server "cocoindex-code" as configured in cocoindex-io/cocoindex-code. Launched with ccc mcp.
Instructions file
Instructions for cocoindex-io/cocoindex-code, covering claude.md, build and test commands, architecture, process model and key layers.
Hook
Runs when a session starts, running an inline shell check. From cocoindex-io/cocoindex-code.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit and search_replace tool calls, running an inline shell check. From cocoindex-io/cocoindex-code.
Skill Claude CodeCodex
This skill should be used when code search is needed (whether explicitly requested or as part of completing a task), when indexing the codebase after changes, or when the user asks about ccc, cocoindex-code, or the codebase index. Trigger phrases include 'search the codebase', 'find code related to', 'update the…
Plugin Claude Code
Plugin marketplace listing 1 plugin: cocoindex-skills.
Skill Claude CodeCodex
Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge…