trae-ai: Skill for Claude Code

.trae/skills/project-scaffold/SKILL.md

project-scaffold is a skill for Claude Code, Codex from wangqiqi/trae-ai. It costs 27 tokens per session (415 once invoked), scanned A, original, MIT.

A project starter that creates the initial folders and files for Vue, React, FastAPI, or Node.js applications.

In plain words
What is it for?
It helps create a standard starting point for new projects, including source folders, tests, configuration files, and a README.
Why use it?
It avoids setting up a new project structure and configuration by hand.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is wangqiqi/trae-ai's own configuration. It tells Claude Code and Codex how to work on trae-ai itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything trae-ai configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/wangqiqi/trae-ai/master/.trae/skills/project-scaffold/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/wangqiqi/trae-ai

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 project-scaffold

README.md
[![agentmods](https://agentmods.dev/badge/skills/wangqiqi/trae-ai/project-scaffold/github.svg)](https://agentmods.dev/skills/wangqiqi/trae-ai/project-scaffold)
Your own site
<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.

agentmods 80×15 button for project-scaffold

Your own site · 80×15
<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>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 415 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00027 $0.00415
Opus 5 $0.00014 $0.00208
Sonnet 5 $0.00005 $0.00083
Haiku 4.5 $0.00003 $0.00042

Measured 10d ago against content hash 15d7e32230d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

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.

.trae/skills/project-scaffold/SKILL.md · 79 lines

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
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. 10d ago First seen · 79 lines · 27 tokens per session scan A 15d7e32230d4

Subscribe to this mod's changes

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.

Related

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…

inertia-rails/skills · 98 tokens

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.

nguyenthienthanh/aura-frog · 48 tokens

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…

nifrajs/nifra · 85 tokens

graphql-client

Operational skill for GraphQL clients: Apollo Client and urql patterns for queries, mutations, cache, error policies, and auth headers.

alivirgo/Major-AI-Skills · 30 tokens

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…

alovajs/skills · 135 tokens

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.

majesticlabs-dev/majestic-marketplace · 67 tokens