auto-init

Initialize new CoPaper projects with Git integration and workflow continuation.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/Hjhnb-star/ecr_grpo_agent --skill auto-init-hjhnb-star
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-init
Source: https://github.com/Hjhnb-star/ecr_grpo_agent/tree/main/.agents/skills/auto-init
Command: npx skills add https://github.com/Hjhnb-star/ecr_grpo_agent --skill auto-init-hjhnb-star

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires copaper, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the initialization of new CoPaper projects, simplifying the process of starting a new paper or workspace.

Core Features & Use Cases

  • Project Initialization: Automatically initializes a new CoPaper project with user-provided project name and research domain.
  • Git Integration: Optionally initializes Git for version control if the project is not already in a Git repository.
  • Workflow Phase Continuation: Automatically continues to the next phase of the workflow after initialization.

Quick Start

Initialize a new CoPaper project by running: `copaper --root . init --name "<project_name>" --domain "<domain>"

Frequently Asked Questions about auto-init

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

FAQPage Schema
How do I initialize a new CoPaper project for research management?

To initialize a CoPaper project, run `copaper --root . init --name "<project_name>" --domain "<domain>". This command sets up the new research workspace and automatically continues to the next workflow phase.

Can I automate Git integration when setting up a research paper workspace?

Yes, the project initialization process optionally initializes Git for version control. It automatically configures Git integration if your project directory is not already an existing Git repository.

What is needed to automate CoPaper project initialization?

You need the 'copaper' tool installed to handle project setup, along with a specified project name and research domain. Git is optional but recommended for version control integration.

Does CoPaper workflow automation support continuing to the next phase automatically?

Yes, CoPaper workflow automation automatically continues to the next phase immediately after completing the project initialization. You do not need to manually trigger the subsequent workflow steps.

What's the best way to start a version-controlled research paper project?

The best way is to use CoPaper's single command initialization, which creates the research workspace and optionally initializes Git version control simultaneously, streamlining the entire setup process.