prototype
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
低成本验证设计想法,帮助快速决策或演示可行性。
▸ 风险提示
可能在工作区生成临时代码或文件,注意清理与安全。
这个 Skill 做什么
快速构建一次性原型以验证逻辑、状态模型或 UI 设计的可行性。
快速做一个一次性原型,帮你验证某段逻辑、状态模型是否合理,或先看看界面交互长什么样。用在你想快速 sanity-check 设计决策、推演状态机走向或试摆 UI 布局的时候。特点是轻量、可丢弃,只为回答一个问题,不用担心代码质量或可维护性。
▸ 展开 SKILL.md 英文原文
Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like.
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/prototype/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/prototype/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Prototype A prototype is **throwaway code that answers a question**. The question decides the shape. ## Pick a branch Identify which question is being answered — from the user's prompt, the surrounding code, or by asking if the user is around: - **"Does this logic / state model feel right?"** → [LOGIC.md](LOGIC.md). Build a tiny interactive terminal app that pushes the state machine through cases that are hard to reason about on paper. - **"What should this look like?"** → [UI.md](UI.md). Generate several radically different UI variations on a single route, switchable via a URL search param and a floating bottom bar. The two branches produce very different artifacts — getting this wro
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有