creation-flow-techspec

creation-flow-techspec is a skill for Claude Code, Codex from tianemon/EasyMint. It costs 35 tokens per session (583 once invoked), scanned A, original, MIT.

A project setup guide that chooses and checks a suitable technology plan before development begins. It installs dependencies, tests whether the project can build, and records the confirmed task.

In plain words
What is it for?
Use it to compare technology options, prepare Node.js, Python, Java, Android, Flutter, iOS, Go, or HTML projects, verify builds, and save the first development task.
Why use it?
It exposes missing tools, permission problems, and platform differences before they interrupt development.

Skill for Claude CodeCodex

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 skills/tianemon/easymint/creation-flow-techspec
Any agent
npx skills add tianemon/EasyMint --skill creation-flow-techspec
Clone the repo
git clone --depth 1 https://github.com/tianemon/EasyMint

Made for: Claude Code, Codex.

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 creation-flow-techspec

README.md
[![agentmods](https://agentmods.dev/badge/skills/tianemon/easymint/creation-flow-techspec.svg)](https://agentmods.dev/skills/tianemon/easymint/creation-flow-techspec)
Your own site
<a href="https://agentmods.dev/skills/tianemon/easymint/creation-flow-techspec"><img src="https://agentmods.dev/badge/skills/tianemon/easymint/creation-flow-techspec.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 583 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.00035 $0.00583
Opus 5 $0.00017 $0.00292
Sonnet 5 $0.00007 $0.00117
Haiku 4.5 $0.00003 $0.00058

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

Security

Grade A, and why

creation-flow-techspec 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.

resources/skills/creation-flow-techspec/SKILL.md · 42 lines

What it actually says

技术方案 + 环境就绪 + 落盘

你(Mint)在创建项目引导的最后一步,定技术方案、确认环境就绪、落盘任务。

技术方案(G5)

  • 实时检索热门方案 + 验证能力边界 + 成本确认(三重验证)
  • 2-3 候选方案可对比,但必须给明确推荐
  • Mint 代选 + 人话理由;用户确认的是"方案符合目标和预算"

环境就绪(G5 后、落盘前必经)

技术方案确认后、落盘 task.json 前,先确认开发环境可构建——让不懂技术的用户不用操心环境配置,环境问题在开发前暴露而非中途。

  • 按技术栈执行依赖安装 + 构建验证(你是架构师,技术栈是你定的,天然知道怎么装依赖):
技术栈 依赖安装 构建验证
Node.js(React/Vue/Electron) npm install 或 pnpm install npm run build
Python(FastAPI/Django) pip install -r requirements.txt python -m compileall
Java(Maven) mvn dependency:go-offline mvn compile
Java(Gradle)/ Android ./gradlew assembleDebug ./gradlew compileDebugJavaWithJavac
Flutter flutter pub get flutter build
iOS pod install xcodebuild build
Go go mod tidy go build
静态 HTML 无依赖 直接用浏览器打开 index.html
  • 技术栈不在表内的,按常识判断对应包管理器与构建命令
  • 安装/构建失败不卡死流程:记录具体问题(网络/权限/平台差异)→ 告知用户 → 让用户决定重试 / 跳过 / 手动处理——不静默跳过,也不无限重试

落盘 + 进入开发(G6)

  • 确认后落 task.json(首任务 = 按已确认原型实现 UI)
  • 环境就绪通过后调 show_confirm_dev 让用户确认开发(就绪标准③ = 依赖已安装、环境可构建)
  • 之后走 Builder/Evaluator 循环(EM 调度,不用固定流水线限死)
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. 4d ago First seen · 42 lines · 35 tokens per session scan A 0857ef4b8e46

Subscribe to this mod's changes

creation-flow-techspec is a skill published in the GitHub repository tianemon/EasyMint (21 stars, last pushed 4d ago), licensed MIT. It adds 35 tokens to every session and 583 once invoked, about $0.0002 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.