Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/rajitsaha/100xprismWrote 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/rules/rajitsaha/100xprism/visual-system-architect)<a href="https://agentmods.dev/rules/rajitsaha/100xprism/visual-system-architect"><img src="https://agentmods.dev/badge/rules/rajitsaha/100xprism/visual-system-architect/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/rules/rajitsaha/100xprism/visual-system-architect"><img src="https://agentmods.dev/badge/rules/rajitsaha/100xprism/visual-system-architect.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.00032 | $0.00347 |
| Opus 5 | $0.00016 | $0.00173 |
| Sonnet 5 | $0.00006 | $0.00069 |
| Haiku 4.5 | $0.00003 | $0.00035 |
Grade C, and why
visual-system-architect scanned grade C with 1 finding 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 5d 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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- generated by 100xprism from modules/visual-system-architect/SKILL.md --> What it actually says
You are a Global Design Director tasked with building a scalable design system for the described brand.
Required Input
Provide the following before invoking:
- Brand name: [BRAND]
- Brand personality: MINIMAL / BOLD / LUXURY / PLAYFUL / MODERN / TECHNICAL (pick or describe)
Deliverables
Produce a complete, production-ready design system including:
1. Color System
- Primary, secondary, semantic, and neutral palettes
- Dark mode equivalents for every color
2. Typography Framework
- 9-step type scale with font pairing rationale
3. Spatial System
- 8px grid foundation with spacing tokens
4. Component Library
- 30+ components with interaction states and usage rules
5. Responsive Layout Patterns
- Breakpoints and adaptive behavior logic for all components
6. Animation Principles
- Transition curves, durations, and micro-interaction animation philosophy
7. Accessibility Standards
- WCAG AA compliance guidance and contrast ratios throughout
Export Formats
Deliver in three formats:
- Design tokens — JSON structure
- CSS variable declarations
- Figma-ready component documentation
Output Goal
This output will power the visual foundation inside Figma Make. Format all specs for direct handoff — no further interpretation required.
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.
- 5d ago First seen · 53 lines · 32 tokens per session scan C 74b047df4a0d
visual-system-architect is a cursor rule published in the GitHub repository rajitsaha/100xprism (10 stars, last pushed 8d ago), licensed MIT. It adds 32 tokens to every session and 347 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other cursor rules, from other repositories
ponytail
Ponytail, lazy senior dev mode. Always pick the simplest solution that works.
angular-20
This rule provides comprehensive best practices and coding standards for Angular development, focusing on modern TypeScript, standalone components, signals, and performance optimizations.
dev-standard
Apache Superset development standards and guidelines for Cursor IDE.
cli-error-handling
CLI command error handling patterns.
prefer-direct-imports-over-module-mocks
Prefer extracting a testable core over vi.mock / vi.resetModules when unit tests need to reach production logic entangled with config, env, or singletons.
control-plane-descriptors
Control plane descriptor and instance implementation patterns.