rawgentic:new-project

Register new or existing projects in the Rawgentic workspace with Git initialization.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-new-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rawgentic:new-project
Source: https://github.com/3D-Stories/rawgentic/tree/main/skills/new-project
Command: npx skills add https://github.com/3D-Stories/rawgentic --skill rawgentic-new-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding new or existing projects to your Rawgentic workspace, ensuring they are correctly registered and configured for development workflows.

Core Features & Use Cases

  • Project Registration: Adds new projects to the workspace, creating folders and initializing Git repositories.
  • Existing Project Linking: Integrates pre-existing projects into the workspace without moving files.
  • Configuration Hand-off: Automatically delegates to the /rawgentic:setup skill for project configuration after registration.
  • Use Case: When starting a new feature, you'd use /rawgentic:new-project my-new-feature to set up the project structure and begin configuration.

Quick Start

Register a new project named 'my-cool-app' in your workspace.

Frequently Asked Questions about rawgentic:new-project

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

FAQPage Schema
How do I register a new project and initialize a Git repository in my workspace?

To register a new project, the Skill creates the necessary project folders and initializes a Git repository within the workspace. This ensures proper file management before automatically delegating to the setup skill for detailed configuration.

Can I link an existing project directory to my workspace without moving files?

Yes, you can link existing projects by integrating pre-existing external directories into the workspace. This allows you to manage your current project files without moving them, ensuring proper workspace file management.

What is the best way to set up a new feature project structure for development workflows?

Setting up a new feature project structure involves registering the project name in the workspace to generate folders and initialize Git. The system then delegates to the setup skill to handle the detailed configuration needed for development.

Do I need a separate configuration step after adding a new project to my workspace?

Yes, a separate configuration step is required but it happens automatically. After registering the project and handling folder creation or linking, the Skill delegates to the setup skill to complete the detailed project configuration.

Does project registration work with external directories or does it require local folder creation?

Project registration works with both local folder creation and external directories. It handles creating new workspace folders for new projects while supporting linking to pre-existing external directories without moving files.