new-and-imported-projects

Initialize new projects with private Git repositories and UK-standard configuration files.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/WebSmartTeam/COR-CODE --skill new-and-imported-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-and-imported-projects
Source: https://github.com/WebSmartTeam/COR-CODE/tree/main/skills/new-and-imported-projects
Command: npx skills add https://github.com/WebSmartTeam/COR-CODE --skill new-and-imported-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the initialization of new projects and the integration of existing ones, ensuring a consistent and standards-compliant project structure.

Core Features & Use Cases

  • New Project Initialization: Creates a new private Git repository for new projects within a designated subfolder (website/, app/, etc.) and sets up essential configuration files.
  • Imported Project Integration: Clones existing Git repositories into the appropriate subfolder and wraps them with the project's standard configuration.
  • Standardization: Enforces UK-specific standards (language, region, currency, date format) and project structure patterns.
  • Use Case: When starting a new web application, this Skill will create the necessary folder structure, initialize a private GitHub repository, and set up configuration files like CLAUDE.md and STYLE_GUIDE.md.

Quick Start

Use the new-and-imported-projects skill to initialise a new project named 'my-cool-app'.

Frequently Asked Questions about new-and-imported-projects

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

FAQPage Schema
How do I initialize a new project with a private Git repository and standard configuration files?

To initialize a new project, the Skill creates a private Git repository within a designated subfolder like `website/` or `app/`, and automatically generates essential configuration files such as CLAUDE.md and STYLE_GUIDE.md to enforce consistent project setup.

Can I import an existing Git repository and apply the same configuration standards?

Yes, you can import an existing project by cloning the Git repository into a designated subfolder. The Skill then wraps the imported code with the project's standard configuration files, ensuring it meets the same structural and language standards as new projects.

What is the best way to enforce UK-specific standards for language and dates during project setup?

Enforcing UK-specific standards for language, region, currency, and date formats is handled automatically during project initialization. The Skill applies these regional configurations directly within the generated CLAUDE.md and STYLE_GUIDE.md files to maintain consistency.

Does this project setup process create the subfolder structure for me?

Yes, the project setup process creates the necessary folder structure for you. Whether initializing a new private Git repository or cloning an imported project, it organizes the codebase into appropriate designated subfolders like `app/` or `website/`.

Why do I need CLAUDE.md and STYLE_GUIDE.md files in my project structure?

You need CLAUDE.md and STYLE_GUIDE.md files to establish consistent coding standards and project guidelines. These configuration files are generated during setup to define style rules and ensure all imported or newly created code adheres to the required standards.