ruoduan-hub

Create AI Temp โ€” AI skill for Claude Code

AI community

create-ai-temp generates that foundation in one command.

How to install Create AI Temp

This entry records only its repository, not the path inside it, so there is no exact command to give. Open ruoduan-hub/create-ai-temp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Create AI Temp does

create-ai-temp generates that foundation in one command. Choose a ready-to-run Next.js preset or a stack-neutral clean architecture, and get a shared Chinese .agent knowledge base with dedicated entry points for Codex, Claude Code, Gemini CLI, GitHub Copilot, and Cursor.

Alternatives in AI

  • Chinese Novelist Skill โ€” ๐ŸŽญ AI ้ฉฑๅŠจ็š„ไธญๆ–‡ๅฐ่ฏดๅˆ›ไฝœๅŠฉๆ‰‹ 1.2k โ˜…
  • RAG Skill โ€” A Skill dedicated to local knowledge base retrieval 712 โ˜…
  • Model Config โ€” /model-config โ€” Choose the model you follow 705 โ˜…

README

create-ai-temp

**Scaffold modern frontend projects with an AI-ready knowledge base built in.**

[![npm version](https://img.shields.io/npm/v/create-ai-temp?color=cb3837&logo=npm)](https://www.npmjs.com/package/create-ai-temp) [![npm downloads](https://img.shields.io/npm/dm/create-ai-temp?color=blue)](https://www.npmjs.com/package/create-ai-temp) [![Build and publish](https://github.com/ruoduan-hub/create-ai-temp/actions/workflows/publish.yml/badge.svg?branch=master)](https://github.com/ruoduan-hub/create-ai-temp/actions/workflows/publish.yml) [![Node.js version](https://img.shields.io/node/v/create-ai-temp?logo=node.js)](https://www.npmjs.com/package/create-ai-temp) [![License](https://img.shields.io/npm/l/create-ai-temp)](https://github.com/ruoduan-hub/create-ai-temp/blob/master/LICENSE)

English ยท [็ฎ€ไฝ“ไธญๆ–‡](https://github.com/ruoduan-hub/create-ai-temp/blob/master/docs/README.zh-CN.md)

Why create-ai-temp?

Starting a project is more than installing a framework. Your teamโ€”and the AI tools working with itโ€”also need shared architecture, conventions, workflows, and context.

`create-ai-temp` generates that foundation in one command. Choose a ready-to-run Next.js preset or a stack-neutral clean architecture, and get a shared Chinese `.agent` knowledge base with dedicated entry points for Codex, Claude Code, Gemini CLI, GitHub Copilot, and Cursor.

Features

  • AI-ready by default โ€” shared project context, coding rules, workflows, and reusable task templates.
  • Works across AI tools โ€” dedicated instruction files point every supported assistant to the same source of truth.
  • Two project modes โ€” start with a modern frontend preset or a technology-agnostic clean structure.
  • Layered architecture โ€” clear boundaries for domain, application, infrastructure, presentation, and shared code.
  • Interactive and scriptable โ€” use guided prompts locally or explicit flags in automation.
  • Package-manager aware โ€” supports pnpm,