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.
npx agentmods add rules/hyperb1iss/droidmind/004_aestheticgit clone --depth 1 https://github.com/hyperb1iss/droidmindWhat 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 | $0.00545 | $0.00545 |
| Opus 5 | $0.00272 | $0.00272 |
| Sonnet 5 | $0.00109 | $0.00109 |
| Haiku 4.5 | $0.00055 | $0.00055 |
Grade A, and why
004_aesthetic 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 2d 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 — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
NeonGlam Console Aesthetic 💅✨
Aesthetic Guidelines for DroidMind
1. Core Visual Identity 🌈
- Use vibrant neon colors with a femme-forward palette
- Employ cyberpunk-inspired spinners and animations
- Create depth with bold/dim contrast and gradient effects
- Balance readability with expressive visual flair
- Incorporate subtle holographic/iridescent effects where appropriate
2. Color Palette
- Primary: Cyber Magenta (#FF00FF) & Electric Cyan (#00FFFF)
- Success: Neon Violet (#9D00FF) & Mint Green (#39FF14)
- Warning: Electric Yellow (#FFE744) & Amber (#FFBF00)
- Error: Hot Pink (#FF69B4) & Crimson (#DC143C)
- Info: Cool Blue (#00BFFF) & Lavender (#E6E6FA)
- Accents: Holographic Silver (#F0F0F0) & Neon Peach (#FF9E80)
3. Typography & Layout
- Use Unicode box-drawing chars with rounded corners where possible
- Apply consistent spacing with feminine proportions (1.618 golden ratio)
- Right-align status messages with subtle glow effects
- Support wide terminal chars and emoji
- Use thin dividers with gradient effects
- Employ cursive-inspired fonts where terminal supports it
4. Device Representation
- Represent devices with unique identity markers
- Use color coding based on device type/status
- Create visual hierarchy with indentation and color intensity
- Display connection strength with gradient bars
- Use feminine-coded naming conventions for unnamed devices
5. Command Interface
- Style command prompts with glowing cursor effect
- Use subtle animations for command execution
- Display command history with fading opacity
- Highlight dangerous commands with pulsing warning indicators
- Add subtle typing sounds if audio available
6. Responsive Design
- Gracefully adapt to different terminal sizes
- Provide compact view for limited space
- Maintain visual hierarchy in all display modes
- Use responsive spacing that scales with terminal width
- Ensure accessibility with high contrast mode option
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.
- 2d ago First seen · 59 lines · 545 tokens per session scan A 4db6beb90df8
004_aesthetic is a cursor rule published in the GitHub repository hyperb1iss/droidmind (430 stars, last pushed 7mo ago), licensed Apache-2.0. It adds 545 tokens to every session, about $0.0027 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 cursor rules, from other repositories
compose-coroutines
Compose scroll/coroutine patterns — prevent programmatic scroll from being mistaken for user scroll, cancellation-safe flag resets.
android-viewmodel
Android ViewModel conventions — StateFlow, repository abstraction, coroutines, no LiveData.
shared-module
KMP shared module constraints — no platform imports in domain/, expect/actual conventions, pure Kotlin business logic.
swiftui-accessibility
SwiftUI accessibility rules for VoiceOver — labels, hints, traits, values, and attribute preservation.
utilities
Lodash 和 Moment.js 工具庫使用規範.
android-gradle-build-logic
Shape Android build logic with Gradle, version catalogs, plugins, convention patterns, and toolchain compatibility.