cli-contexts
SolidManage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
AI & Automation 6,067 stars
1058 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
## Overview
Manage context engineering configurations, RTK filter sets, and conversation sessions from the CLI. Apply context-relay settings and inspect active context pipelines.
## Quick install
```bash
npm install -g omniroute # or: npx omniroute
omniroute --version
```
## Subcommands
### `context-eng`
**Example:**
```bash
omniroute context-eng
```
### `context-eng analytics`
**Flags:**
- `--period <p>`
**Example:**
```bash
omniroute context-eng analytics
```
### `context-eng caveman`
**Example:**
```bash
omniroute context-eng caveman
```
### `context-eng config`
**Example:**
```bash
omniroute context-eng config
```
### `context-eng show`
**Example:**
```bash
omniroute context-eng show
```
### `context-eng set`
**Flags:**
- `--aggressiveness <n>`
- `--max-shrink-pct <n>`
- `--preserve-tags <list>`
**Example:**
```bash
omniroute context-eng set
```
### `context-eng rtk`
**Example:**
```bash
omniroute context-eng rtk
```
### `context-eng config`
**Example:**
```bash
omniroute context-eng config
```
### `context-eng show`
**Example:**
```bash
omniroute context-eng show
```
### `context-eng set`
**Flags:**
- `--token-budget <n>`
- `--reserve-pct <n>`
**Example:**
```bash
omniroute context-eng set
```
### `context-eng filters`
**Example:**
```bash
omniroute context-eng filters
```
### `context-eng list`
**Example:**
```bash
omniroute context-e...
Details
- Author
- diegosouzapw
- Repository
- diegosouzapw/OmniRoute
- Created
- 3 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
omni-context-rtk
Configure RTK filters, context engineering rules, and context relay settings. Test compression with real prompt samples and manage context transformation pipelines.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-setup
Run initial setup, configure global CLI settings, manage environment variables, check for updates, and configure autostart via the CLI setup and config commands.
6,067 Updated today
diegosouzapw AI & Automation Solid
cli-compression
Configure and test prompt compression from the CLI. Manage RTK filters, Caveman rules, stacked compression modes, and preview compression output with real prompts.
6,067 Updated today
diegosouzapw