agentis-ctx 0.3.5

Fast CLI tool that generates AI-ready context from your codebase, with built-in code intelligence
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "ctx",
  "displayName": "ctx",
  "description": "Token-budgeted code intelligence, architecture rules, duplication detection, and deterministic quality gates for AI-assisted development",
  "version": "{{CTX_VERSION}}",
  "author": {
    "name": "{{AUTHOR_NAME}}",
    "email": "johan@saldestechnology.com",
    "url": "https://github.com/agentis-tools"
  },
  "homepage": "https://docs.agentis.tools/docs/integrations/claude",
  "repository": "https://github.com/agentis-tools/ctx/tree/main/plugins/claude/ctx",
  "license": "MIT OR Apache-2.0",
  "keywords": ["code-intelligence", "architecture", "quality-gates", "duplication", "developer-tools"]
}