super-dev-seeai

super-dev-seeai is a command for Claude Code from shangyankeji/super-dev. It costs 0 tokens per session (1,700 once invoked), scanned A, original, MIT.

A command that starts a shortened Super Dev workflow for fast projects such as a showcase website, small game, or single-purpose demo.

In plain words
What is it for?
Use it for competition entries or tightly timed prototypes where the main experience must run quickly and extra features can be left out.
Why use it?
It keeps research, planning, confirmation, development, and final checks within a roughly half-hour delivery window by focusing on one working demonstration path.

Command for Claude Code

Install

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.

agentmods
npx agentmods add commands/shangyankeji/super-dev/super-dev-seeai
Clone the repo
git clone --depth 1 https://github.com/shangyankeji/super-dev

Made for: Claude Code.

Wrote 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.

agentmods badge for super-dev-seeai

README.md
[![agentmods](https://agentmods.dev/badge/commands/shangyankeji/super-dev/super-dev-seeai.svg)](https://agentmods.dev/commands/shangyankeji/super-dev/super-dev-seeai)
Your own site
<a href="https://agentmods.dev/commands/shangyankeji/super-dev/super-dev-seeai"><img src="https://agentmods.dev/badge/commands/shangyankeji/super-dev/super-dev-seeai.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,700 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01700
Opus 5 $0.00000 $0.00850
Sonnet 5 $0.00000 $0.00340
Haiku 4.5 $0.00000 $0.00170

Measured 5d ago against content hash e2a72e1242cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

super-dev-seeai 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 5d 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.

.claude/commands/super-dev-seeai.md · 99 lines

How it starts

The opening of the file, as written. The whole thing — 99 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/super-dev-seeai (claude-code)

在当前项目触发 Super Dev SEEAI 赛事极速版。

输入

  • 需求描述: $ARGUMENTS
  • 如果未提供参数,先要求用户补全需求后再执行。

SEEAI 定位

  • 面向比赛或超短时间盒交付,例如精美官网、小游戏、展示型工具或单功能 demo。
  • 保留 research / 三文档 / docs confirm / spec,但全部压缩成比赛快版。
  • Spec 确认后直接进入前后端一体化快速开发,不再拆 preview confirm。
  • 若宿主会更新 .super-dev/workflow-state.json,必须显式写入 flow_variant = seeai,确保恢复和继续提示仍然回到 SEEAI 模式。

半小时时间盒

  • 0-4 分钟:fast research,锁定评审场景、竞品风格和作品 wow 点。
  • 4-8 分钟:输出 compact research / PRD / architecture / UIUX。
  • 8-10 分钟:等用户确认文档和方向,不展开长讨论。
  • 10-12 分钟:生成 compact Spec / tasks,只保留最小可交付路径。
  • 12-27 分钟:一体化 full-stack sprint,先把主展示面做成,再补最小必要后端/数据层。
  • 27-30 分钟:polish、demo 路径检查、讲解词和亮点总结。

首轮输出模板

  • 作品类型:官网类 / 小游戏类 / 工具类,三选一。
  • 评委 wow 点:本次作品最值得被记住的一个亮点。
  • P0 主路径:半小时内必须真实跑通的一条演示路径。
  • 主动放弃项:本轮明确不做的部分,避免范围失控。
  • 关键假设:只有在用户没说清时才写,最多 1 到 2 条。
  • 如果需求不缺关键输入,不要长时间澄清,直接进入 fast research。

范围裁剪规则

  • P0:必须完成一个可演示主路径,首页/主玩法/主工具流程必须能跑。
  • P1:补一个明显 wow 点,例如强主视觉、动画、排行榜、分享页、彩蛋交互。
  • P2:只有在剩余时间充足时才加扩展能力,例如真数据库、登录、复杂后台。

比赛短文档模板

  • research.md:题目理解、评委 wow 点、参考风格、主动放弃项。
  • prd.md:P0 主路径、P1 wow 点、P2 可选项、非目标。
  • architecture.md:页面/玩法主循环、技术栈、最小后端、降级方案。
  • uiux.md:视觉关键词、主 KV、页面骨架、关键动效。
  • spec:只保留一个 sprint 清单,按 P0 -> P1 -> polish 排序。

推荐标题骨架

  • research.md# 题目理解 # 参考风格 # Wow 点 # 主动放弃项
  • prd.md# 作品目标 # P0 主路径 # P1 Wow 点 # P2 可选项 # 非目标
  • architecture.md# 主循环 # 技术栈 # 数据流 # 最小后端 # 降级方案
  • uiux.md# 视觉方向 # 首屏/主界面 # 关键交互 # 动效重点 # 设计 Token
  • spec# Sprint Checklist 下只列 P0P1Polish

作品类型决策

  • 官网类题:优先主视觉、品牌叙事、首屏信息密度和滚动节奏。 默认技术栈:React/Vite 或 Next.js + Tailwind + Framer Motion。 默认 sprint:Hero/首屏 -> 亮点区/叙事 -> CTA/滚动动效 -> 最终 polish。

  • 小游戏类题:优先核心玩法循环、反馈感、积分/胜负和再次游玩闭环。 默认技术栈:HTML Canvas + Vanilla JS;复杂玩法再上 Phaser。 默认 sprint:主循环可玩 -> 积分/胜负反馈 -> 特效/音效 -> 复玩和 polish。

  • 工具类题:优先一个高价值主流程、输入输出清晰、结果页直观。

    默认技术栈:React + Vite + Tailwind;必要时补最小 Express/Fastify 后端。 默认 sprint:输入页/主流程 -> 结果页 -> 分享/导出等演示加分项 -> 最终 polish。

题型识别提示

  • 提到品牌、官网、落地页、活动宣传、首屏,默认按官网类处理。
  • 提到玩法、得分、胜负、闯关、点击反馈,默认按小游戏类处理。
  • 提到生成、分析、查询、输入输出、结果页、效率提升,默认按工具类处理。
  • 如果需求跨多类,先选最容易让评委记住的那一类做主轴。

Read the full file on GitHub · 99 lines

Changes

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.

  1. 5d ago First seen · 99 lines · 0 tokens per session scan A e2a72e1242cf

Subscribe to this mod's changes

super-dev-seeai is a command published in the GitHub repository shangyankeji/super-dev (274 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,700 tokens. 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.