Agent Plugins Marketplace
All plugins

horos

v0.1.1

Classify a repository's token sinks with evidence and emit the reading boundary agents respect.

CodexClaude Code1 Skill

By Wildcat LabsLicense: Apache-2.07 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add horos@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wildcat-finance/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/horos/.

Plugin files

plugins/horos/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/horos/SKILL.md

Included Skills1

horosskills/horos/SKILL.md

Emit and verify an evidence-backed reading boundary over a repository. Classify token sinks (generated files, vendored trees, lockfiles, minified bundles, single-line blobs), write the deterministic boundary agents consult before reading, and print Python skeleton maps for oriented reading. Use when a user names Horos or asks to cut the reading cost of a repository without rewriting its code. Never apply a boundary during security review.

Plugin manifests2

plugins/horos/.codex-plugin/plugin.json
{
  "name": "horos",
  "version": "0.1.1",
  "description": "Classify a repository's token sinks with evidence and emit the reading boundary agents respect.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/horos",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "reading-boundary",
    "token-budget",
    "generated-code",
    "vendored-code",
    "skeleton-map",
    "agent-context"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Horos",
    "shortDescription": "Classify a repository's token sinks with evidence and emit the reading boundary agents respect.",
    "longDescription": "Walks a repository, classifies generated files, vendored trees, lockfiles, minified bundles and single-line blobs with the evidence that earned each entry, writes a deterministic committed boundary, verifies it against the tree, and prints Python skeleton maps for oriented reading.",
    "developerName": "Wildcat Labs",
    "category": "Developer Tools",
    "capabilities": [],
    "defaultPrompt": "Use horos to scan this repository and emit the reading boundary."
  },
  "license": "Apache-2.0"
}
plugins/horos/.claude-plugin/plugin.json
{
  "name": "horos",
  "displayName": "Horos",
  "version": "0.1.1",
  "description": "Classify a repository's token sinks with evidence and emit the reading boundary agents respect.",
  "author": {
    "name": "Wildcat Labs",
    "url": "https://wildcat.finance"
  },
  "homepage": "https://github.com/wildcat-finance/skills/tree/main/plugins/horos",
  "repository": "https://github.com/wildcat-finance/skills",
  "keywords": [
    "reading-boundary",
    "token-budget",
    "generated-code",
    "vendored-code",
    "skeleton-map",
    "agent-context"
  ],
  "skills": "./skills/",
  "license": "Apache-2.0"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[horos on Agent Plugins Marketplace](https://pluginsmp.com/plugins/horos)