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.
npx agentmods add skills/tianemon/easymint/creation-flow-techspecnpx skills add tianemon/EasyMint --skill creation-flow-techspecgit clone --depth 1 https://github.com/tianemon/EasyMintWrote 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.
[](https://agentmods.dev/skills/tianemon/easymint/creation-flow-techspec)<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>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.
| Model | Per session | Once 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 |
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.
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 调度,不用固定流水线限死)
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.
- 4d ago First seen · 42 lines · 35 tokens per session scan A 0857ef4b8e46
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.
Other skills, from other repositories
source-command-audit-whitepapers
Audit version freshness, FR/EN parity, and metadata quality of all whitepapers and recap cards.
self-assessment
Interactive skill assessment with personalized learning path generation.
source-command-methodology-advisor
Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack.
source-command-track-mentions
Search for new online mentions of the Claude Code Ultimate Guide or Florian Bruniaux's public project portfolio and update the relevant tracker.
guide-recap
Transform CHANGELOG entries into social content (LinkedIn, Twitter/X, Newsletter, Slack) in FR + EN. Use after releases or weekly to generate ready-to-post content from guide updates.
source-command-audit-prose
Add descriptive prose to bare sections in whitepapers (FR + EN) using 9 parallel agents.