Borrowing it
Nothing to install: this file belongs to wangqiqi/trae-ai. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/wangqiqi/trae-ai/master/.trae/skills/project-scaffold/SKILL.mdgit clone --depth 1 https://github.com/wangqiqi/trae-aiWrote 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/wangqiqi/trae-ai/project-scaffold)<a href="https://agentmods.dev/skills/wangqiqi/trae-ai/project-scaffold"><img src="https://agentmods.dev/badge/skills/wangqiqi/trae-ai/project-scaffold/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wangqiqi/trae-ai/project-scaffold"><img src="https://agentmods.dev/badge/skills/wangqiqi/trae-ai/project-scaffold.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00027 | $0.00415 |
| Opus 5 | $0.00014 | $0.00208 |
| Sonnet 5 | $0.00005 | $0.00083 |
| Haiku 4.5 | $0.00003 | $0.00042 |
Grade A, and why
project-scaffold 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 10d 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
项目脚手架生成器
描述
快速为不同技术栈的项目生成标准的项目结构和基础文件。
使用场景
- 从零开始创建新项目时
- 需要快速初始化项目结构时
- 学习新技术栈,需要参考标准项目结构时
指令
支持的技术栈
- Vue 3 + Vite + TypeScript
- React + Vite
- FastAPI
- Node.js + Express
- 其他常见技术栈
生成的标准结构
根据不同技术栈,生成相应的项目结构和初始文件:
Vue 3 项目
my-project/
├── src/
│ ├── components/
│ ├── views/
│ ├── stores/
│ └── router/
├── public/
├── package.json
├── vite.config.ts
└── README.md
FastAPI 项目
my-project/
├── app/
│ ├── api/
│ ├── models/
│ └── core/
├── tests/
├── requirements.txt
├── main.py
└── README.md
示例
输入
"帮我创建一个 Vue 3 项目脚手架"
输出
已创建 Vue 3 项目脚手架:
📦 my-vue-project/
├── src/
│ ├── components/
│ ├── views/
│ ├── stores/
│ └── router/
├── package.json
├── vite.config.ts
└── README.md
项目已准备就绪!请运行:
cd my-vue-project
npm install
npm run dev
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.
- 10d ago First seen · 79 lines · 27 tokens per session scan A 15d7e32230d4
project-scaffold is a skill published in the GitHub repository wangqiqi/trae-ai (24 stars, last pushed 3mo ago), licensed MIT. It adds 27 tokens to every session and 415 once invoked, about $0.0001 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
inertia-rails-setup
One-time project initializer for Inertia Rails skills. Detects stack and frontend framework (React/Vue/Svelte) from Gemfile and package.json, offers to install recommended deps (alba-inertia, js-routes, pagy, shadcn), and generates a CLAUDE.md section that configures which skill patterns apply. Use when first…
framework-expert
Unified framework expertise bundle. Lazy-loads relevant framework patterns (React, Vue, Angular, Next.js, Node.js, Python, Laravel, Go, Flutter, React Native, TypeScript) based on detected tech stack.
nifra-web
Use when building the full-stack side of a Nifra app - file routes, layouts, loaders and actions, forms, server functions, streaming SSR, islands, SSG and ISR, the query cache, and the React, Vue, Solid, Svelte, or Preact render adapters. Covers the client/server boundary rules and the hydration errors that boundary…
graphql-client
Operational skill for GraphQL clients: Apollo Client and urql patterns for queries, mutations, cache, error policies, and auth headers.
alova-client-usage
Usage for alova v3 in browser/client-side/SSR applications (React, Nextjs, Vue3, Vue2, Nuxt, React-Native, Expo, Uniapp, Taro, Svelte, Svelitekit, Solid). Use this skill whenever the user asks about request an api, fetch data, alova client-side usage including setup, refetch data cross component, or any alova/client…
inertia-coder
Build modern SPAs with Inertia.js and Rails using React, Vue, or Svelte. Use when creating Inertia pages, handling forms with useForm, managing shared props, or implementing client-side routing. Triggers on Inertia.js setup, SPA development, or React/Vue/Svelte with Rails.