skills/t2ui-skills/tui-prd-to-descriptions/SKILL.md
Generate and render a pixel-precise ASCII TUI PRD to Descriptions component with complete output blocks (TUI_RENDER, COMPONENT_SPEC, PENCIL_SPEC, PENCIL_BATCH_DESIGN) for Pencil MCP drawing workflows. Use when the user asks to create a PRD to descriptions in a terminal UI, text-based interface, or Pencil MCP project.
npx skillsauth add partme-ai/full-stack-skills tui-prd-to-descriptionsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将 PRD 中的界面/屏幕描述 转化为三种可交付物,供文档补充与下游 stitch-skills、pencil-skills 使用。本技能只产出描述文本,不调用 Stitch MCP 或 Pencil MCP。
[Context]、[Layout]、[Components]、[Content]。generate_screen_from_text 的 prompt,或作为 stitch-ui-prompt-architect 的输入。mcp__pencil__open_document、mcp__pencil__batch_design)、意图、关键参数;与 pencil-skills 的 pencil-ui-design-spec-generator 输出格式一致。batch_design 的 operations(每批 ≤25 操作)。tui-* 组件技能(tui-button、tui-input 等)可在组合界面时引用其语义与规范。development
Provides per-component and per-API examples with cross-platform compatibility details for uni-app, covering built-in components, uni-ui components, and APIs (network, storage, device, UI, navigation, media). Use when the user needs official uni-app components or APIs, wants per-component examples with doc links, or needs platform compatibility checks.
tools
Creates new uni-app projects via the official CLI or HBuilderX with Vue 2/Vue 3 template selection, manifest.json and pages.json configuration, and directory structure setup. Use when the user wants to scaffold a new uni-app project, initialize project files with a single command, or set up the development environment.
tools
Browses, installs, configures, and manages plugins from the uni-app plugin market (ext.dcloud.net.cn) including component plugins, API plugins, and template plugins with dependency handling. Use when the user needs to find and install uni-app plugins, configure plugin settings, manage plugin dependencies, or integrate third-party components.
tools
Develops native Android and iOS plugins for uni-app including module creation, JavaScript-to-native communication, and plugin packaging for distribution. Use when the user needs to build custom native modules, extend uni-app with native capabilities (camera, Bluetooth, sensors), or create publishable native plugins.