Instructions file CodexOpenCode
Instructions for agentis-tools/ctx, covering ctx contributor instructions, read before changing the repository, invariants and validation.
Instructions file CodexOpenCode
Instructions for agentis-tools/ctx, covering ctx contributor instructions, read before changing the repository, invariants and validation.
Instructions file
Instructions for agentis-tools/ctx, covering claude operating instructions for ctx, ctx-assisted development and project tracking.
Agent
Expert on ctx CLI - generates AI-ready context and provides code intelligence (indexing, search, call graphs, impact analysis).
Command
Run automated code quality analysis with scoring for CI integration.
Command
Enforce architecture rules from .ctx/rules.toml against the code intelligence index.
Command
Generate context for changed files with their related dependencies.
Command
Detect structurally similar functions with MinHash near-duplicate search.
Command
Package ctx as an AI coding harness integration (Claude Code).
Command
Rank files and symbols by churn x complexity to find refactoring hotspots.
Command
Manage LSP-backed language support from the community registry.
Command
Generate a token-budgeted map of the codebase for LLM session bootstrap.
Command
Score the quality delta of your changes against a git reference.
Command
Update the ctx binary from GitHub releases — explicitly, never automatically.
Command
Start ctx as an MCP (Model Context Protocol) server for AI assistant integration.
Command
Interactive shell for exploring your codebase.
Command
Find existing functions similar to a description before writing new ones.
Command
Intelligently select files relevant to a task description using embeddings and call graph analysis.
Command
Capture per-commit Parquet metric snapshots for longitudinal quality analysis.
Command
Run read-only SQL against the code-intelligence index through DuckDB, over a stable v1 view layer.
Plugin Claude Code
Official ctx code-intelligence and quality-gate plugin.
Plugin Claude Code
Token-budgeted code intelligence, architecture rules, duplication detection, and deterministic quality gates for AI-assisted development.
Hook
Runs when a session starts, executing session-start.sh. From agentis-tools/ctx.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing post-tool-use.sh. From agentis-tools/ctx.
Hook
Runs when the agent finishes a response, executing stop.sh. From agentis-tools/ctx.