一键导入
typography
Generate modular type scales, recommend font pairings by mood, create fluid responsive typography, and analyze text readability metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generate modular type scales, recommend font pairings by mood, create fluid responsive typography, and analyze text readability metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Sends messages between agents, broadcasts to channels, and retrieves message history for inter-agent communication.
Spawns, manages lifecycle, and terminates autonomous AI agents from the 40+ built-in agent catalog.
Optimize prompts and context windows to reduce token usage while preserving quality.
Animated desktop character state machine for Sven's Tauri companion app. Manages character form (ORB, ARIA, REX, ORION), state transitions (idle→thinking→speaking→celebrating), walk cycles, thought bubbles, sound effects, and real-time agent event sync.
Multi-model deliberation system. Sends queries to multiple LLMs simultaneously, has them peer-review each other's responses anonymously, then a chairman model synthesizes the best answer. Supports configurable council composition, voting strategies, and cost tracking.
Interactive educational autograd engine — port of Karpathy's micrograd. Build, train, and visualise tiny neural networks step-by-step to learn how backpropagation works.
| name | typography |
| description | Generate modular type scales, recommend font pairings by mood, create fluid responsive typography, and analyze text readability metrics. |
| version | 2026.4.11 |
| publisher | 47Network |
| handler_language | typescript |
| handler_file | handler.ts |
| inputs_schema | {"type":"object","properties":{"action":{"type":"string","enum":["scale","pairing","readability","vertical_rhythm","css_scale"],"default":"scale"},"base_size_px":{"type":"number","default":16},"ratio":{"type":"string","enum":["minor-second","major-second","minor-third","major-third","perfect-fourth","augmented-fourth","perfect-fifth","golden-ratio"],"default":"major-third"},"mood":{"type":"string","description":"Font pairing mood: clean, elegant, technical, modern, editorial, geometric, startup, bold"},"font_size_px":{"type":"number"},"line_height":{"type":"number"},"line_width_chars":{"type":"number"},"letter_spacing_em":{"type":"number"}},"required":["action"],"additionalProperties":false} |
| outputs_schema | {"type":"object","properties":{"action":{"type":"string"},"result":{"type":"object"}},"required":["action","result"]} |
Generate professional type systems with modular scales, font pairings, fluid responsive sizing, and readability analysis.
scale — Generate a modular type scale from base size and ratiopairing — Recommend a font pairing from moodreadability — Analyze text readability against typographic best practicesvertical_rhythm — Generate a vertical rhythm baseline systemcss_scale — Generate a full CSS custom property type scale{ action: "scale", ratio: "major-third" }{ action: "pairing", mood: "modern" }{ action: "readability", font_size_px: 14, line_height: 1.3, line_width_chars: 90 }design.typography: read (generates data, no side effects)