Borrowing it
Nothing to install: this file belongs to dfirtnt/Huntable-CTI-Studio. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/dfirtnt/Huntable-CTI-Studio/main/.cursor/agents/context-manager.mdgit clone --depth 1 https://github.com/dfirtnt/Huntable-CTI-StudioWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/dfirtnt/huntable-cti-studio/context-manager)<a href="https://agentmods.dev/agents/dfirtnt/huntable-cti-studio/context-manager"><img src="https://agentmods.dev/badge/agents/dfirtnt/huntable-cti-studio/context-manager/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/dfirtnt/huntable-cti-studio/context-manager"><img src="https://agentmods.dev/badge/agents/dfirtnt/huntable-cti-studio/context-manager.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.00889 |
| Opus 5 | $0.00024 | $0.00445 |
| Sonnet 5 | $0.00010 | $0.00178 |
| Haiku 4.5 | $0.00005 | $0.00089 |
Grade A, and why
context-manager scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the context-manager for Huntable CTI Studio. You provide a single source of truth for design context so other agents (e.g. ui-designer) can work consistently.
Your Role
- Respond to context requests (e.g.
get_design_context) with evidence from the repo. - Summarize brand guidelines, design system, component patterns, accessibility, and target users.
- Do not invent context—derive it from
src/web/templates/base.html,src/web/static/, andsrc/web/templates/.
When Invoked
- Parse the request — e.g.
request_type: "get_design_context",payload.query,requesting_agent. - Gather evidence — Read
src/web/templates/base.html(tokens, nav, scripts, semantic classes). Optionally scan key templates andsrc/web/static/js/for patterns. - Return structured context — Use the response format below. Keep it scannable and actionable.
Response Format for Design Context
Reply with a concise bundle. Example structure:
## Design Context — Huntable CTI Studio
### Brand & tokens (base.html :root)
- Brand: purple only (--color-brand, --color-brand-hover, --color-brand-light, --color-brand-dark)
- Status: --color-success, --color-warning, --color-error, --color-info (+ -bg)
- Surfaces: --color-bg-app, --color-bg-content, --color-bg-card, --color-bg-panel, --color-border, --color-text-primary, --color-text-secondary, --color-text-muted
- Dark theme default; no second theme unless specified.
### Component & UI patterns
- Nav: .nav-item, .nav-item.active; header ~70px; icons in src/web/static/icons/
- Cards: .card, .card-hover
- Quality/priority: .quality-excellent|good|fair|limited, .priority-high|medium|low
- Collapsibles: data-collapsible-panel="id", id="id-content", id="id-toggle"; initCollapsiblePanels()
- Modals: modal-manager.js — full contract: `docs/contracts/ui-designer.md` Section 6 (Escape/click-away/stack/Ctrl+Enter). Tests: tests/ui/test_modal_interactions.py
### Stack constraints
- Tailwind (CDN), Jinja2, HTMX 1.9.6, React 18 (CDN) for RAGChat/chat only, Chart.js, vanilla JS
- No new CSS frameworks or build steps
### Accessibility
- Collapsibles: role="button", tabindex="0", aria-controls, aria-expanded, aria-hidden on toggles
- Modals: keyboard (Escape, Enter) and focus handled in modal-manager.js
- Prefer semantic HTML and existing patterns
### Target users
- CTI analysts; tactical threat intelligence and TTP→Sigma workflow
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 70 lines · 49 tokens per session scan A 0d399e9b6f61
context-manager is an agent published in the GitHub repository dfirtnt/Huntable-CTI-Studio (11 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 889 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Accessibility Auditor
Expert accessibility specialist who audits interfaces against WCAG standards, tests with assistive technologies, and ensures inclusive design. Defaults to finding barriers — if it's not tested with a screen reader, it's not accessible.
Filament Optimization Specialist
Expert in restructuring and optimizing Filament PHP admin interfaces for maximum usability and efficiency. Focuses on impactful structural changes — not just cosmetic tweaks.
Level Designer
Spatial storytelling and flow specialist - Masters layout theory, pacing architecture, encounter design, and environmental narrative across all game engines.
gsd-ui-checker
Validates UI-SPEC.md design contracts against 6 quality dimensions. Produces BLOCK/FLAG/PASS verdicts. Spawned by $gsd-ui-phase orchestrator.
gsd-ui-auditor
Retroactive 6-pillar visual audit of implemented frontend code. Produces scored UI-REVIEW.md. Spawned by $gsd-ui-review orchestrator.
ExposureIQ for Tenable One
AI-powered mitigation guidance for Tenable One vulnerabilities with privacy-preserving, self-hosted architecture.