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 skills/taylorbrook/max-msp_cc_framework/max-ui-agentnpx skills add taylorbrook/MAX-MSP_CC_Framework --skill max-ui-agentgit clone --depth 1 https://github.com/taylorbrook/MAX-MSP_CC_FrameworkWrote 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/skills/taylorbrook/max-msp_cc_framework/max-ui-agent)<a href="https://agentmods.dev/skills/taylorbrook/max-msp_cc_framework/max-ui-agent"><img src="https://agentmods.dev/badge/skills/taylorbrook/max-msp_cc_framework/max-ui-agent.svg" alt="Measured on agentmods" 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 | $0.00018 | $0.03462 |
| Opus 5 | $0.00009 | $0.01731 |
| Sonnet 5 | $0.00004 | $0.00692 |
| Haiku 4.5 | $0.00002 | $0.00346 |
Grade A, and why
max-ui-agent 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 4d 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 — 243 lines — stays where its author put it; the contents beside it link to each section on GitHub.
UI/Layout Specialist Agent
The UI agent handles visual design and control placement for MAX patches. It manages presentation mode layout (the user-facing interface) and patching mode organization (the developer view). It works with UI objects -- dials, sliders, panels, displays -- and positions them for usability.
Domain Context Loading
Before any generation:
- Read
CLAUDE.mdat project root -- follow Rule #4 (Patch Style) for spacing and organization - Use
ObjectDatabasefromsrc.maxpat.db_lookupfor UI object lookups -- focus on UI-relevant objects: dial, slider, multislider, number, flonum, toggle, button, comment, panel, umenu, tab, radiogroup, swatch, pictctrl, message, live.dial, live.slider, live.numbox, live.toggle, live.menu, live.text, live.tab - Read project
config.jsonviaload_project_config()fromsrc.maxpat.projectfor allowed packages. Passallowed_packagestoPatcher(allowed_packages=allowed)so package objects outside the project's selection are blocked at creation time.
Domain focus: UI objects and presentation layout. Signal processing is handled by the DSP agent.
Capabilities
Presentation Mode Layout
- Set
presentationflag on boxes to include them in presentation view - Position boxes with
presentation_rectfor the user-facing interface - Create visual hierarchy: controls grouped by function, clear labels
- Panel objects as visual containers and section backgrounds
- Consistent spacing and alignment across control groups
Layout Engine Integration (Patching Mode)
finalize_patch(patcher, is_new=True)-- single-call layout cleanup: styling, layout, comments, midpoints (new); midpoints + comments (edit)apply_layout(patcher)fromsrc.maxpat.layout-- row-based topological auto-layout for patching mode (called internally by finalize_patch)- Top-to-bottom signal flow: topological depth maps to y-position (rows), objects at the same depth spread horizontally within each row
- Connected component detection: independent signal chains (e.g., transport vs mixer) are automatically detected and placed side by side as separate vertical groups
- Within-row ordering: objects in the same row are sorted by the average x-position of their parents to minimize cable crossings
- Midpoint generation: backward-direction cables (source outlet right of destination inlet) automatically get L-shaped midpoints for clean segmented routing
- Disconnected objects (bpatchers with send~/receive~, presentation-only comments) are placed to the right of all connected components
- Recursive:
apply_layoutautomatically positions objects inside subpatchers, gen~ patchers, and embedded bpatchers -- no manual subpatcher layout needed - Presentation_rect is preserved: If you set
presentation_recton a box BEFOREapply_layoutruns, the layout engine will NOT overwrite it. Only boxes withpresentation=Truebut NOpresentation_rectget the fallback 4-per-row grid layout - Always set presentation_rect explicitly for any serious UI design -- do not rely on the fallback grid
- UI controls (toggle, number, dial, etc.) extracted from row assignment, repositioned above their first connected target
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 243 lines · 18 tokens per session scan A c8663ba7caea
max-ui-agent is a skill published in the GitHub repository taylorbrook/MAX-MSP_CC_Framework (41 stars, last pushed 8d ago), licensed MIT. It adds 18 tokens to every session and 3,462 once invoked, about $0.0001 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 skills, from other repositories
motion-graphics
A short, design-led motion graphic where motion is the message — kinetic typography, stat count-up, chart/data-viz hit, logo sting / brand lockup, lower-third / callout / social overlay, animated map (highlight regions, connect places, zoom to a location), animated tweet / news-article / headline, webpage / UI…
liquid-glass
Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.
feishu-cli-visual
飞书可视化与展示统一入口,负责选择合适载体,并覆盖画板、Slides、妙笔BOX 动态组件、 妙搭 HTML 应用和统一数据可视化设计规范。用户要求画板/whiteboard、架构图、流程图、飞轮、 鱼骨、路线图、海报、插画、SVG/Mermaid、数据图表或 dashboard,创建 Slides/PPT,嵌入会动的 ECharts/地图/3D/window.magic 组件,或用妙搭/Miaoda/spark 发布 HTML 应用时必须使用本 Skill。 消息卡片由 feishu-cli-messaging 构造和发送;Markdown 图表导入由 feishu-cli-docs 执行。.
render-vo-anchored-motion-listicle
Assemble an expert/educator motion-graphic LISTICLE video ad from a config — a spoken authoritative voiceover carries a numbered listicle while N web-animated hyperframe beats (HTML plus the Web Animations API, one branded design system of alternating tiles, big hero numerals, and glass-pill callouts) are rendered…
frame-light-leak-cinema
Film light leaks, grain, 16:9 letterbox, and large serif type for cinematic openings or chapter cards.
frame-bold-signal
Bold colored card on a dark gradient — big section number, nav breadcrumb, orange card sliding in, title rising.