auctra-chinese-project-starter

Initializes Chinese Auctra novel projects with zh-CN layout, materials, gates, and review boundaries.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/yeisme/auctra-novel-skills --skill auctra-chinese-project-starter-yeisme
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auctra-chinese-project-starter
Source: https://github.com/yeisme/auctra-novel-skills/tree/main/auctra-runtime/auctra-chinese-project-starter
Command: npx skills add https://github.com/yeisme/auctra-novel-skills --skill auctra-chinese-project-starter-yeisme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Starting a Chinese novel project in Auctra requires knowing the correct CLI commands, the zh-CN/chinese-novel directory layout, material ingestion order, and gate/review/export boundaries. This Skill guides creators from an empty directory to a reviewable, generatable, exportable Auctra project without hand-editing machine state. ## Core Features & Use Cases - Project Initialization: Runs auctra project init with --locale zh-CN --layout chinese-novel, then explains the 章节/, 素材/, 大纲/, 人物/, 设定/, 导出/ directories and the machine-owned .auctra/ source of truth. - Scenario & Gate Checks: Executes real commands like auctra scenario doctor --json and auctra gate check --before chapter_write --json to verify project readiness. - Material & Chapter Workflow: Ingests materials with auctra material add, imports chapters, and routes original first-chapter work to brief/outline/character/scene-card skills before generation and review. - Use Case: A writer with a new Chinese fantasy novel idea uses this Skill to scaffold the project, import research notes, plan the first chapter, and reach a pending review queue with export-ready handoff. ## Quick Start Ask the assistant to start a new Chinese Auctra novel project with your title and genre, and have it output the real init commands, gate checks, and missing author materials.

Frequently Asked Questions about auctra-chinese-project-starter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a Chinese novel project with Auctra CLI?▼

Run auctra project init with --locale zh-CN and --layout chinese-novel, providing a title and genre. Then check status with auctra project status and auctra project next to see the recommended next step.

How do I check if my Auctra project is ready for chapter writing?▼

Run auctra scenario doctor --json to validate the scenario setup, then auctra gate check --before chapter_write --json. Both commands return structured JSON indicating readiness and any blocking gaps.

What directory structure does the Auctra chinese-novel layout use?▼

The layout uses 章节/ for imported chapter Markdown, 素材/ for research and excerpts, 大纲/, 人物/, and 设定/ for author-readable planning files, and 导出/ for manual handoff. The .auctra/ directory is machine-owned and must not be hand-edited.

Can Auctra automatically publish generated chapters to platforms?▼

No. Chapter export via auctra chapter export markdown writes only to the 导出/ directory as a manual handoff. AI candidates must enter the review queue, and automatic publishing to any platform is explicitly out of scope.

What should I prepare before generating a first chapter in Auctra?▼

Prepare reader promise, protagonist desire and wound, antagonist pressure, world rules, first-chapter conflict, and a chapter-end hook. Route these through brief, outline, character, or scene-card skills to produce an executable brief before generation.